mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Ruins now have their own file (#4771)
* Ruins now have their own file * Added religious rewards * Added an option for only enabling rewards after a certain amount of turns * You can now weigh rewards making some more likely than others * Cleaned up some code * Make new changes compatible with old mods * Implemented proposed changes * Implemented requested changes * Implemented requested changes
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
"strength": 5,
|
||||
"cost": 25,
|
||||
"obsoleteTech": "Scientific Theory",
|
||||
"uniques": ["Ignores terrain cost"],
|
||||
"uniques": ["Ignores terrain cost", "May upgrade to [Archer] through ruins-like effects"],
|
||||
"attackSound": "nonmetalhit"
|
||||
},
|
||||
{
|
||||
@ -37,6 +37,7 @@
|
||||
"cost": 40,
|
||||
"obsoleteTech": "Metal Casting",
|
||||
"upgradesTo": "Swordsman",
|
||||
"uniques" : ["May upgrade to [Spearman] through ruins-like effects"],
|
||||
"attackSound": "nonmetalhit",
|
||||
"civilopediaText": [
|
||||
{"text": "This is your basic, club-swinging fighter."}
|
||||
|
Reference in New Issue
Block a user