mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
Resolved #698 - Added Heal Instantly 'promotion'
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
{
|
||||
|
||||
}
|
@ -1471,5 +1471,16 @@
|
||||
Simplified_Chinese:"狼群III级"
|
||||
}
|
||||
|
||||
"Wolfpack III":{
|
||||
Italian:"Attacco in massa III"
|
||||
German:"Rudeltaktik III"
|
||||
French:"Meute III"
|
||||
Russian:"Массовая атака III"
|
||||
Simplified_Chinese:"狼群III级"
|
||||
}
|
||||
|
||||
"Heal Instantly":{}
|
||||
"Heal this Unit by 50 HP; Doing so will consume this opportunity to choose a Promotion":{}
|
||||
|
||||
|
||||
}
|
@ -1,5 +1,10 @@
|
||||
[
|
||||
|
||||
{
|
||||
name:"Heal Instantly",
|
||||
effect:"Heal this Unit by 50 HP; Doing so will consume this opportunity to choose a Promotion",
|
||||
unitTypes:["Melee","Mounted","Scout","Siege","Ranged","Armor","WaterMelee","WaterRanged","WaterSubmarine"]
|
||||
}
|
||||
{
|
||||
name:"Accuracy I",
|
||||
effect:"Bonus vs units in open terrain 15%",
|
||||
@ -292,7 +297,4 @@
|
||||
effect:"This unit and all others in adjacent tiles heal 5 additional HP. This unit heals 5 additional HP outside of friendly territory.",
|
||||
unitTypes:["Melee","Mounted","Scout"]
|
||||
}
|
||||
|
||||
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user