Advertisement
mimic

Banished - StartConditionsMsgs.rsc

Oct 19th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. StringTable resource
  2. {
  3.     Entry _strings
  4.     [
  5.         {
  6.             String _name = "GrandMasterName";
  7.             String _text = "Grand Master";
  8.         }
  9.         {
  10.             String _name = "GrandMasterDesc";
  11.             String _text = "Really very hard difficulty, where you start with a family with no education and few children. Without the initial raw materials. Only a few pieces of tools and small amounts of food.";
  12.         }
  13.         {
  14.             String _name = "MasterName";
  15.             String _text = "Master";
  16.         }
  17.         {
  18.             String _name = "MasterDesc";
  19.             String _text = "Very difficult game, where you start with one family with no education and few children. No initial raw materials, only very few tools, clothing, firewood and meals.";
  20.         }
  21.         {
  22.             String _name = "ExpertName";
  23.             String _text = "Expert";
  24.         }
  25.         {
  26.             String _name = "ExpertDesc";
  27.             String _text = "Heavier game where you start with two families with no education and few children. No initial raw materials, only a few tools, clothing, firewood and meals.";
  28.         }                                                    
  29.         {
  30.             String _name = "VeryEasyName";
  31.             String _text = "Very Easy";
  32.         }
  33.         {
  34.             String _name = "VeryEasyDesc";
  35.             String _text = "Very easy game where you start with 6 families and plenty of children. A large amount of initial raw materials and tools.";
  36.         }                                                                    
  37.         {
  38.             String _name = "SuperEasyName";
  39.             String _text = "Super Easy";
  40.         }
  41.         {
  42.             String _name = "SuperEasyDesc";
  43.             String _text = "Super easy game where you start with 6 families and plenty of children. A extreme large amount of initial raw materials and tools.";
  44.         }    
  45.     ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement