Fix base rulesets

This commit is contained in:
yairm210 2024-06-26 09:35:40 +03:00
parent 54d872045c
commit c42170a4b8
4 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",