Started implementing Patronage branch. Parametrized some uniques, city-states can handle different resting points for different civs.

This commit is contained in:
Yair Morgenstern
2021-01-29 11:54:23 +02:00
parent 9c725d74ae
commit 4e2aaa76dc
5 changed files with 33 additions and 14 deletions

View File

@ -59,7 +59,7 @@
"outerColor": [181, 232, 232],
"innerColor": [68,142,249],
"uniqueName": "Hellenic League",
"uniques": ["City-State Influence degrades at half rate", "City-State Influence recovers at twice the normal rate"],
"uniques": ["City-State Influence degrades [50]% slower", "City-State Influence recovers at twice the normal rate"],
"cities": ["Athens","Sparta","Corinth","Argos","Knossos","Mycenae","Pharsalos","Ephesus","Halicarnassus","Rhodes",
"Eretria","Pergamon","Miletos","Megara","Phocaea","Sicyon","Tiryns","Samos","Mytilene","Chios",
"Paros","Elis","Syracuse","Herakleia","Gortyn","Chalkis","Pylos","Pella","Naxos","Sicyon",

View File

@ -177,14 +177,17 @@
},/*{
"name": "Patronage",
"era": "Classical era",
"uniques": ["City-State Influence degrades [25]% slower"],
"policies": [
{
"name": "Philantropy",
"uniques":["Gifts of Gold to City-States generate [25]% more Influence"],
"row": 1,
"column": 2
},
{
"name": "Aesthetics",
"uniques":["Resting point for Influence with City-States is increased by [20]"],
"row": 1,
"column": 4
},