mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 14:48:56 +07:00
Started implementing Patronage branch. Parametrized some uniques, city-states can handle different resting points for different civs.
This commit is contained in:
@ -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",
|
||||
|
@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user