mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +07:00
Softcode Fountain of Youth (#5308)
* Softcode Rejuvenation * Softcode Rejuvenation - comments
This commit is contained in:
@ -251,7 +251,7 @@
|
||||
"impassable": true,
|
||||
"unbuildable": true,
|
||||
"uniques": ["Must be adjacent to [0] [Coast] tiles",
|
||||
"Grants Rejuvenation (all healing effects doubled) to adjacent military land units for the rest of the game"],
|
||||
"Grants [Rejuvenation] ([all healing effects doubled]) to adjacent [{Military} {Land}] units for the rest of the game"],
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
@ -404,8 +404,8 @@
|
||||
"impassable": true,
|
||||
"unbuildable": true,
|
||||
"weight": 10
|
||||
}
|
||||
/*
|
||||
},
|
||||
/*
|
||||
// BNW wonders
|
||||
{
|
||||
"name": "King Solomon's Mines",
|
||||
@ -424,11 +424,10 @@
|
||||
"type": "NaturalWonder",
|
||||
"food": 6,
|
||||
"occursOn": ["Plains"],
|
||||
"uniques": ["Must be adjacent to [0] [Coast] tiles"],
|
||||
"turnsInto": "Mountain",
|
||||
"impassable": true,
|
||||
"unbuildable": true,
|
||||
"uniques": ["Fresh water"],
|
||||
"uniques": ["Fresh water","Must be adjacent to [0] [Coast] tiles"],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
@ -443,8 +442,8 @@
|
||||
"uniques": ["Must be adjacent to [0] [Coast] tiles",
|
||||
"Must be adjacent to [2] to [6] [Hill] tiles",
|
||||
"Must be adjacent to [0] to [2] [Mountain] tiles",
|
||||
"Grants Altitude Training (double movement and +10% Strength in hills) to adjacent land units for the rest of the game"], //ToDo
|
||||
"Grants [Altitude Training] ([double movement and +10% Strength in hills]) to adjacent [Land] units for the rest of the game"],
|
||||
"weight": 10
|
||||
}
|
||||
*/
|
||||
*/
|
||||
]
|
||||
|
Reference in New Issue
Block a user