more text cahnges

This commit is contained in:
Cheese 2016-04-04 13:30:15 +10:00
parent 88e56f2ffb
commit 29bcd6aeea
12 changed files with 16 additions and 17 deletions

View File

@ -58,9 +58,9 @@ public class AttackEnemyObjective extends OrderedObjective<ClansMainTutorial>
addGoal(new HoldItemGoal(
this, Material.MAP,
"Identify Enemy on Map",
"Find the red square land on the map.",
"Find the Red Square on your Map.",
"Look at your map to help find where the Enemy Clan is. It's marked by " +
"a " + C.cRed + "red square" + C.mBody + ".",
"a " + C.cRed + "Red Square" + C.mBody + ".",
40
));
addGoal(new ClanInfoGoal(this));

View File

@ -42,7 +42,7 @@ public class ShopsObjective extends OrderedObjective<ClansMainTutorial>
this,
Material.MAP,
"Identify Shops on Map",
"Find the Blue striped area on your map",
"Find the Blue Striped Area on your map",
"Shops are marked on the map by the " + C.cDAqua + "Blue Stripes" + C.mBody + ".",
60L
));

View File

@ -26,7 +26,7 @@ public class ClanInfoGoal extends ObjectiveGoal<AttackEnemyObjective>
super(
objective,
"Lookup Enemy Details",
"View info about the enemy clan by typing /c EnemyClan",
"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 fight.",

View File

@ -19,7 +19,7 @@ public class GetMapGoal extends ObjectiveGoal<AttackEnemyObjective>
super(
objective,
"Get a Map",
"Get a Map ( Type /map )",
"Type '/map' to get a 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 + "blue" +
C.mBody + ", your allies are " + C.cGreen + "green" + C.mBody + ", " +

View File

@ -27,7 +27,7 @@ public class ClaimLandGoal extends ObjectiveGoal<ClanObjective>
super(
objective,
"Claim Land",
"Type /c to Claim Land using the Clan Menu",
"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.",

View File

@ -22,7 +22,7 @@ public class ClanManagementGoal extends ObjectiveGoal<ClanObjective>
super(
objective,
"Open the Clan Menu",
"Type /c to open the Clan Menu",
"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

@ -18,7 +18,7 @@ public class CreateClanGoal extends ObjectiveGoal<ClanObjective>
super(
objective,
"Create a Clan",
"Type /c create <name> to create a new Clan",
"Type '/c create <name>' to create a new Clan",
F.elem("Clans") + " are groups of players that can claim land, build fortresses, " +
"and fight epic battles. Together they will challenge other clans for " +
"control of the land.",

View File

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

View File

@ -19,8 +19,8 @@ public class ExplainEnergyGoal extends ObjectiveGoal<EnergyObjective>
{
super(
objective,
"About Energy",
"Look at your energy in your Clans Menu ( Type /c )",
"Check your Clans Energy",
"Type '/c' to check your Clans Energy",
"Owning land isnt free! You will need to buy Energy from the Shops to retain " +
"ownership of it. If your Clan Energy ever reaches 0, you will lose your " +
"land claims!",

View File

@ -22,10 +22,9 @@ public class DisbandClanGoal extends ObjectiveGoal<FinalObjective>
super(
objective,
"Disband Clan",
"Disband your Clan ( Type /c )",
"Type '/c' and Disband your Clan",
"Now that the tutorial is almost finished, lets delete your Clan. Disbanding a " +
"Clan will delete it, and unclaim all of your land. Open the Clans Menu " +
"and do this now.",
"Clan will delete it, and unclaim all of your land.",
null
);
}

View File

@ -22,8 +22,8 @@ public class TpClanHomeGoal extends ObjectiveGoal<FinalObjective>
super(
objective,
"Teleport to Clan Home",
"Teleport back to your Clan Home ( Type /c home )",
"You can teleport back to your Clan Home at any time, as long as it's set!",
"Type '/c home' to teleport to Clan Home",
"You can teleport back to your Clan Home at any time! If enemies break your bed, then you cannot teleport to it!",
null
);

View File

@ -22,7 +22,7 @@ public class SellPotatoesGoal extends ObjectiveGoal<ShopsObjective>
super(
objective,
"Sell Potatoes",
"Sell your Potatoes to the " + F.elem("Organic Produce Shop") + ".",
"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!",
DyeColor.PINK