mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
Fix base rulesets
This commit is contained in:
parent
54d872045c
commit
c42170a4b8
@ -3,7 +3,7 @@
|
||||
//Not "Excluded from map editor" as it serves as placeholder for "Any Civ" starting locations
|
||||
{
|
||||
"name": "Spectator",
|
||||
"outerColor": [255,255,255],
|
||||
"outerColor": [255,255,255]
|
||||
// "innerColor": [255,255,255]
|
||||
},
|
||||
|
||||
@ -340,7 +340,7 @@
|
||||
"innerColor": [184, 0, 0],
|
||||
"favoredReligion": "Shinto",
|
||||
"uniqueName": "Bushido",
|
||||
"uniques": ["Damage is ignored when determining unit Strength <for [non-[Air]] units>"],
|
||||
"uniques": ["No damage penalty for wounded units <for [non-[Air]] units>"],
|
||||
"cities": ["Kyoto","Osaka","Tokyo","Satsuma","Kagoshima","Nara","Nagoya","Izumo","Nagasaki","Yokohama",
|
||||
"Shimonoseki","Matsuyama","Sapporo","Hakodate","Ise","Toyama","Fukushima","Suo","Bizen","Echizen",
|
||||
"Izumi","Omi","Echigo","Kozuke","Sado","Kobe","Nagano","Hiroshima","Takayama","Akita","Fukuoka","Aomori",
|
||||
|
@ -246,7 +246,7 @@
|
||||
{
|
||||
"name": "Survivalism III",
|
||||
"prerequisites": ["Survivalism II"],
|
||||
"uniques": ["Unit will heal every turn, even if it performs an action", "May withdraw before melee ([75]%)"], // This number is not based on any source
|
||||
"uniques": ["Unit will heal every turn, even if it performs an action", "Withdraws before melee combat <with [75]% chance>"], // This number is not based on any source
|
||||
"unitTypes": ["Scout"],
|
||||
"column": 9,
|
||||
"row": 3
|
||||
@ -693,7 +693,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Slinger Withdraw", // only for Slinger and subsequent upgrades
|
||||
"uniques": ["May withdraw before melee ([80]%)"]
|
||||
"uniques": ["Withdraws before melee combat <with [80]% chance>"]
|
||||
},
|
||||
{
|
||||
"name": "Ignore terrain cost",
|
||||
|
@ -304,7 +304,7 @@
|
||||
"outerColor": [255, 255, 255],
|
||||
"innerColor": [184, 0, 0],
|
||||
"uniqueName": "Bushido",
|
||||
"uniques": ["Damage is ignored when determining unit Strength <for [non-[Air]] units>"],
|
||||
"uniques": ["No damage penalty for wounded units <for [non-[Air]] units>"],
|
||||
"cities": ["Kyoto","Osaka","Tokyo","Satsuma","Kagoshima","Nara","Nagoya","Izumo","Nagasaki","Yokohama",
|
||||
"Shimonoseki","Matsuyama","Sapporo","Hakodate","Ise","Toyama","Fukushima","Suo","Bizen","Echizen",
|
||||
"Izumi","Omi","Echigo","Kozuke","Sado","Kobe","Nagano","Hiroshima","Takayama","Akita","Fukuoka","Aomori",
|
||||
|
@ -186,7 +186,7 @@
|
||||
{
|
||||
"name": "Survivalism III",
|
||||
"prerequisites": ["Survivalism II"],
|
||||
"uniques": ["Unit will heal every turn, even if it performs an action", "May withdraw before melee ([75]%)"], // This number is not based on any source
|
||||
"uniques": ["Unit will heal every turn, even if it performs an action", "Withdraws before melee combat <with [75]% chance>"], // This number is not based on any source
|
||||
"unitTypes": ["Scout"]
|
||||
},
|
||||
|
||||
@ -531,7 +531,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Slinger Withdraw", // only for Slinger and subsequent upgrades
|
||||
"uniques": ["May withdraw before melee ([80]%)"]
|
||||
"uniques": ["Withdraws before melee combat <with [80]% chance>"]
|
||||
},
|
||||
{
|
||||
"name": "Ignore terrain cost",
|
||||
|
Loading…
Reference in New Issue
Block a user