From 58e3ea24fb25c0b9e8c5c3e0fb45296586d8a4a5 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sat, 8 May 2021 18:55:10 +0200 Subject: [PATCH] update README.md --- readme.md => README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) rename readme.md => README.md (81%) diff --git a/readme.md b/README.md similarity index 81% rename from readme.md rename to README.md index 0c2817e..39e2543 100644 --- a/readme.md +++ b/README.md @@ -1,10 +1,10 @@ -# Scripts for the browser game tribal wars. +# Scripts for the browser-based game Tribal Wars. ## Installation 1. Add [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) to your browser. -2. Select a script that you wish to use, and copy the code. -3. Open Tampermonkey in your browser and click the Add Script tab. +2. Select a script that you wish to use from the list below, then copy the code. +3. Open Tampermonkey in your browser and click the 'Add Script' tab. 4. Paste the code, hit save (shortcut: CTRL + s). 5. The script should be visible in the game. @@ -25,7 +25,7 @@ [Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/latestEnnoblements.js) -This script shows you the latest ennoblements from your server. Works in real-time. +This script shows you the latest ennoblements from your server (from the last hour). ![Screenshot](/screenshots/latestEnnoblements.png?raw=true) @@ -33,7 +33,7 @@ This script shows you the latest ennoblements from your server. Works in real-ti [Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js) -This script adds many useful actions and pieces of information to the player profile. +This script adds new actions and pieces of information to the player profile. - Daily growth - Best rank @@ -58,7 +58,7 @@ New actions: [Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedTribeProfile.js) -This script adds many useful actions and pieces of information to the tribe profile. +This script adds new actions and pieces of information to the tribe profile. - Dominance - Best rank @@ -99,7 +99,7 @@ New actions: [Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/bonusBarbarianVillageFinder.js) -Adds to map screen new functionality to search bonus barbarian villages easily. +With this script, you can easily find bonus barbarian villages. ![Screenshot](/screenshots/bonusBarbarianVillageFinder.png?raw=true) @@ -109,15 +109,17 @@ Adds to map screen new functionality to search bonus barbarian villages easily. ![Screenshot](/screenshots/dailyAchievements.png?raw=true) +Have you ever wondered who has AOTD, DOTD, SOTD? Then this script might be useful for you! (This script isn't 100% accurate, but in most cases should be enough to determine who is on top today). + ### 7. Extended map popup [Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedMapPopup.js) -Adds to popup: +Adds to the popup: - Information about possible loyalty -- Last ennoble date -- Information if you can send noble from the current village +- Date of the last ennoblement +- Information if you can send a nobleman from the current village - Unit arrival time ![Screenshot](/screenshots/extendedMapPopup.png?raw=true)