Ticket #4117: civbonus_fast_ships_v2.patch

File civbonus_fast_ships_v2.patch, 1.8 KB (added by elexis, 7 years ago)
  • binaries/data/mods/public/simulation/data/technologies/carthaginians/civbonus_fast_ships.json

     
     1{
     2    "genericName": "Carthaginian Fleet",
     3    "autoResearch": true,
     4    "description": "Carthaginians were among the fiercest contenders on the high seas. Higher movement speed for all Carthaginian ships.",
     5    "requirements": {"civ": "cart"},
     6    "modifications": [
     7        { "value": "UnitMotion/WalkSpeed", "multiply": 1.3 }
     8    ],
     9    "affects": ["Ship"]
     10}
  • binaries/data/mods/public/simulation/data/technologies/carthaginians/special_exploration.json

     
    44    "cost": {"food": 200, "wood": 0, "stone": 0, "metal": 200},
    55    "requirements": {"all": [{"tech": "phase_town"}, {"civ": "cart"}]},
    66    "requirementsTooltip": "Unlocked in Town Phase.",
    77    "icon": "armor_ship_gold.png",
    88    "researchTime": 60,
    9     "tooltip": "Carthaginians were explorers. All Traders and Ships +25% vision range.",
    10     "modifications": [{"value": "Vision/Range", "multiply": 1.25}],
     9    "tooltip": "Carthaginians were explorers. Enhanced vision range for all traders and ships.",
     10    "modifications": [{"value": "Vision/Range", "multiply": 1.5}],
    1111    "affects": ["Trader", "Ship"],
    1212    "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
    13 }
    14  No newline at end of file
     13}