text changes

This commit is contained in:
Cheese 2016-04-04 13:01:54 +10:00
parent 0a39b7b756
commit 6c92b42335
18 changed files with 32 additions and 36 deletions

View File

@ -13,7 +13,7 @@ public class ClanObjective extends OrderedObjective<ClansMainTutorial>
{
public ClanObjective(ClansMainTutorial clansMainTutorial, JavaPlugin javaPlugin)
{
super(clansMainTutorial, javaPlugin, "Clan Basics", "Create clan with /c create <name>");
super(clansMainTutorial, javaPlugin, "Clans", "Create clan with /c create <name>");
addGoal(new LeaveSpawnGoal(this));
addGoal(new CreateClanGoal(this));

View File

@ -24,7 +24,7 @@ public class FieldsObjective extends OrderedObjective<ClansMainTutorial>
this,
Material.MAP,
"Identify Fields on Map",
"Find the Orange Striped Area on your map",
"Find the Orange Striped Area on your Map",
"Fields are marked by " + C.cGold + "Orange Stripes" + C.mBody + "."
));
addGoal(new GoToFieldsGoal(this));

View File

@ -13,7 +13,7 @@ public class FinalObjective extends OrderedObjective<ClansMainTutorial>
{
public FinalObjective(ClansMainTutorial clansMainTutorial, JavaPlugin javaPlugin)
{
super(clansMainTutorial, javaPlugin, "Finishing", "Finalize your knowledge of Clans");
super(clansMainTutorial, javaPlugin, "Clans Basics 2", "Finalize your knowledge of Clans");
addGoal(new TpClanHomeGoal(this)); // IMPLEMENTED
addGoal(new DisbandClanGoal(this)); // IMPLEMENTED

View File

@ -29,8 +29,8 @@ public class BlowUpWallGoal extends ObjectiveGoal<AttackEnemyObjective>
super(
objective,
"Blow up the Enemy Base",
"Left-Click whilst sitting on the cannon to fire",
"This is the fun part. Use the Cannon to smash a hole in your enemys wall KA-BOOM!",
"Left-Click to shoot TNT at the Enemy Base",
"TNT Cannons will rotate to the direction you are looking. Simply look at the Enemy Base, wait for it to rotate, and then FIRE!",
DyeColor.MAGENTA
);
}

View File

@ -29,7 +29,7 @@ public class ClanInfoGoal extends ObjectiveGoal<AttackEnemyObjective>
"View info about the enemy clan by typing /c EnemyClan",
"You can lookup details about your enemy before going for an " +
"attack! This can give you a crucial advantage before " +
"you begin.",
"you fight.",
null
);
}

View File

@ -21,7 +21,7 @@ public class GetMapGoal extends ObjectiveGoal<AttackEnemyObjective>
"Get a Map",
"Get a Map ( Type /map )",
"You can get a Map any time you need one. The map will show you who " +
"owns the land around the map. Your clan is " + C.cAqua + "aqua" +
"owns the land around the map. Your clan is " + C.cAqua + "blue" +
C.mBody + ", your allies are " + C.cGreen + "green" + C.mBody + ", " +
"and your enemies are " + C.cRed + "red" + C.mBody + ".",
null

View File

@ -16,9 +16,8 @@ public class LoadCannonGoal extends ObjectiveGoal<AttackEnemyObjective>
super(
objective,
"Load the Cannon",
"Right click whilst sitting on the Cannon, and load it with TNT!",
"First youll need to load this baby up with some TNT. Right click whilst sitting " +
"on the Cannon, and load it with TNT!",
"Right-Click while on the Cannon, and insert your TNT",
"TNT Cannons require TNT to be able to shoot. You can also change the range your cannon fires in the Cannon Menu.",
null
);
}

View File

@ -26,9 +26,9 @@ public class MountCannonGoal extends ObjectiveGoal<AttackEnemyObjective>
super(
objective,
"Get on the Cannon",
"Right click on the Cannon to hop on!",
"To break through an enemy Clans fortress youll need some serious " +
"firepower. Try using this TNT Cannon to get the job done!",
"Right-Click on the Cannon",
"You cannot break blocks in enemy territory, however you can blow them up! "
+ "TNT Cannons are the best way to do destroy enemy bases!",
DyeColor.BLACK
);
}

View File

@ -32,9 +32,8 @@ public class StealEnemyPotatoesGoal extends ObjectiveGoal<AttackEnemyObjective>
super(
objective,
"Steal Potatoes",
"Retrieve the potatoes from the Enemy Clans base",
"Now that their walls are down, its time to get rich! Go steal their " +
"potatoes for your Clan!",
"Steal potatoes from the Enemy Clans base",
"Raiding enemy bases is one of the best parts of Clans! There's nothing better than looting Legendary weapons from enemies!",
DyeColor.PURPLE
);
}
@ -43,7 +42,7 @@ public class StealEnemyPotatoesGoal extends ObjectiveGoal<AttackEnemyObjective>
public String getDescription(Player player)
{
int count = _playersMap.get(player.getUniqueId()).get();
return "Retrieve the potatoes from the Enemy Clans base " + count + "/10";
return "Steal potatoes from the Enemy Clans base " + count + "/10";
}
@Override

View File

@ -27,10 +27,10 @@ public class ClaimLandGoal extends ObjectiveGoal<ClanObjective>
super(
objective,
"Claim Land",
"Claim Land using the Clan Menu ( Type /c )",
"The first thing your Clan needs to do before you can start to " +
"build your fortress is claim the land in an area for your Clan. " +
"You must be inside the " + C.cAqua + "blue" + C.cGray + " outline to claim land.",
"Type /c to Claim Land using the Clan Menu",
"Clans are able to claim land for themselves. "
+ "Once claimed, no one else can break or place blocks there! "
+ "You must be inside the " + C.cAqua + "blue" + C.cGray + " outline to claim land.",
DyeColor.ORANGE
);
}

View File

@ -22,9 +22,8 @@ public class ClanManagementGoal extends ObjectiveGoal<ClanObjective>
super(
objective,
"Open the Clan Menu",
"Open the Clan Menu ( Type /c )",
"Clan Menu lets you view all clan information and perform actions such as: " +
"who is online, Claiming Land, Inviting Players and much more.",
"Type /c to open the Clan Menu",
"Clan Menu lets you do lots of Clans actions, and view information about your Clan. Take a moment to look at it all!",
null
);
}

View File

@ -23,12 +23,12 @@ public class LeaveSpawnGoal extends ObjectiveGoal<ClanObjective>
{
super(
objective,
"Leave Spawn",
"Leave Spawn Island",
"Jump off Spawn Island",
F.elem("Spawn Island") + " is where you will respawn when you die. This area is " +
"a " + F.elem("Safe Zone") + ", meaning that players cannot hurt each other. " +
"From here, you can teleport to various places, as well as read some helpful " +
"hints. To leave " + F.elem("Spawn Island") + ", simply jump off!",
"hints.",
DyeColor.WHITE
);

View File

@ -24,8 +24,7 @@ public class SetHomeGoal extends ObjectiveGoal<ClanObjective>
"Set Clan Home",
"Set your Clan's Home ( Type /c sethome )",
"Your Clan Home is a special place in your base that you can teleport " +
"to from " + F.elem("Spawn Island") + ". You can teleport to it " +
"at any time by typing " + F.elem("/c home") + ".",
"to from " + F.elem("Spawn Island") + " or at any time by typing " + F.elem("/c home") + ".",
DyeColor.ORANGE
);

View File

@ -20,7 +20,7 @@ public class OpenClassManagerGoal extends ObjectiveGoal<ClassesObjective>
objective, "Open Class Manager",
"Right-Click on the Enchantment Table",
"Each class has lots of different skills, and you can pick which ones you want to " +
"equip! Click on an " + F.elem("Enchanting Table") + " to have a look at " +
"equip! Right-Click on an " + F.elem("Enchanting Table") + " to have a look at " +
"this menu.",
DyeColor.CYAN
);

View File

@ -21,7 +21,7 @@ public class UseBullsChargeGoal extends ObjectiveGoal<ClassesObjective> {
super(
objective,
"Use Bulls Charge",
"Right-Click with Axe to use Bull's Charge",
"Right-Click with Axe to use Bulls Charge",
"One of your default abilities as Knight is Bulls Charge. This ability will make " +
"you run faster for a short time, and deal extra damage to enemies.",
null

View File

@ -29,7 +29,7 @@ public class MineDiamondsGoal extends ObjectiveGoal<FieldsObjective>
super(
objective,
"Mine Diamonds",
"Search for some diamonds in the Fields and mine them",
"Mine Diamonds in the Fields",
"Mining in the Fields is a great way to make lots of money! The ores will " +
"regenerate over time. Be careful of enemies though!",
DyeColor.LIME

View File

@ -23,8 +23,9 @@ public class GoToShopsGoal extends ObjectiveGoal<ShopsObjective>
super(
objective,
"Go to the Shops",
"Head over to the Shops (use your map)",
"The shops are the place where you can buy and sell all sorts of items!",
"Walk to the Shops",
"The shops are the place where you can buy and sell all sorts of items! "
+ "The Shops are a " + F.elem("Safe Zone") + ", meaning meaning that players cannot hurt each other.",
DyeColor.LIGHT_BLUE
);
}

View File

@ -22,10 +22,9 @@ public class SellPotatoesGoal extends ObjectiveGoal<ShopsObjective>
super(
objective,
"Sell Potatoes",
"Sell your Potatoes to the " + F.elem("Organic Produce Shop NPC") + ".",
"Sell your Potatoes to the " + F.elem("Organic Produce Shop") + ".",
"Farming is a great way to make money in Clans. Build a farm in your land, " +
"harvest " +
"the crops and sell it to the shops for profit!",
"harvest the crops, and sell it to the shops for profit!",
DyeColor.PINK
);
}