mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 15:59:33 +07:00
Update UnitPromotions.json (#12762)
* Update UnitPromotions.json * Update UnitPromotions.json
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
// Ranged+Siege
|
// Ranged+Siege
|
||||||
{
|
{
|
||||||
"name": "Accuracy I",
|
"name": "Accuracy I",
|
||||||
"uniques": ["[+15]% Strength <when fighting in [Open terrain] tiles> <when attacking>"],
|
"uniques": ["[+15]% Strength <when fighting in [Open terrain] tiles> <when attacking>", "[-90]% weight to this choice for AI decisions"],
|
||||||
"unitTypes": ["Siege","Archery","Ranged Gunpowder"],
|
"unitTypes": ["Siege","Archery","Ranged Gunpowder"],
|
||||||
"column": 1,
|
"column": 1,
|
||||||
"row": 1
|
"row": 1
|
||||||
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Barrage I",
|
"name": "Barrage I",
|
||||||
"uniques": ["[+15]% Strength <when fighting in [Rough terrain] tiles> <when attacking>"],
|
"uniques": ["[+15]% Strength <when fighting in [Rough terrain] tiles> <when attacking>", "[-90]% weight to this choice for AI decisions"],
|
||||||
"unitTypes": ["Siege","Archery","Ranged Gunpowder"],
|
"unitTypes": ["Siege","Archery","Ranged Gunpowder"],
|
||||||
"column": 2,
|
"column": 2,
|
||||||
"row": 1
|
"row": 1
|
||||||
@ -87,7 +87,7 @@
|
|||||||
// Melee, Mounted+Armor
|
// Melee, Mounted+Armor
|
||||||
{
|
{
|
||||||
"name": "Shock I",
|
"name": "Shock I",
|
||||||
"uniques": ["[+15]% Strength <when fighting in [Open terrain] tiles>"],
|
"uniques": ["[+15]% Strength <when fighting in [Open terrain] tiles>", "[-90]% weight to this choice for AI decisions"],
|
||||||
"unitTypes": ["Sword","Gunpowder","Mounted","Armored"],
|
"unitTypes": ["Sword","Gunpowder","Mounted","Armored"],
|
||||||
"column": 4,
|
"column": 4,
|
||||||
"row": 1
|
"row": 1
|
||||||
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Drill I",
|
"name": "Drill I",
|
||||||
"uniques": ["[+15]% Strength <when fighting in [Rough terrain] tiles>"],
|
"uniques": ["[+15]% Strength <when fighting in [Rough terrain] tiles>", "[-90]% weight to this choice for AI decisions"],
|
||||||
"unitTypes": ["Sword","Gunpowder","Mounted","Armored"],
|
"unitTypes": ["Sword","Gunpowder","Mounted","Armored"],
|
||||||
"column": 5,
|
"column": 5,
|
||||||
"row": 1
|
"row": 1
|
||||||
@ -151,7 +151,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Formation I",
|
"name": "Formation I",
|
||||||
"prerequisites": ["Shock II","Drill II"], // G&K also has Accuracy II & Barrage II as possible prerequisites for this, but I couldn't find a source for the unittypes
|
"prerequisites": ["Shock II","Drill II"], // G&K also has Accuracy II & Barrage II as possible prerequisites for this, but I couldn't find a source for the unittypes
|
||||||
"uniques": ["[+33]% Strength <vs [Mounted] units>"],
|
"uniques": ["[+33]% Strength <vs [Mounted] units>", "[-50]% weight to this choice for AI decisions"],
|
||||||
"unitTypes": ["Sword","Gunpowder","Mounted"],
|
"unitTypes": ["Sword","Gunpowder","Mounted"],
|
||||||
"column": 7,
|
"column": 7,
|
||||||
"row": 2
|
"row": 2
|
||||||
@ -192,7 +192,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Medic",
|
"name": "Medic",
|
||||||
"prerequisites": ["Shock I", "Drill I", "Scouting II", "Survivalism II"],
|
"prerequisites": ["Shock I", "Drill I", "Scouting II", "Survivalism II"],
|
||||||
"uniques": ["All adjacent units heal [+5] HP when healing"],
|
"uniques": ["All adjacent units heal [+5] HP when healing", "[-50]% weight to this choice for AI decisions"],
|
||||||
"unitTypes": ["Sword","Gunpowder","Mounted","Scout"],
|
"unitTypes": ["Sword","Gunpowder","Mounted","Scout"],
|
||||||
"column": 10, // after scout base
|
"column": 10, // after scout base
|
||||||
"row": 1
|
"row": 1
|
||||||
@ -577,7 +577,7 @@
|
|||||||
// Mixed
|
// Mixed
|
||||||
{
|
{
|
||||||
"name": "Cover I",
|
"name": "Cover I",
|
||||||
"uniques": ["[+33]% Strength <vs [Ranged] units> <when defending>"],
|
"uniques": ["[+33]% Strength <vs [Ranged] units> <when defending>", "[-90]% weight to this choice for AI decisions"],
|
||||||
"unitTypes": ["Sword","Gunpowder","Archery","Ranged Gunpowder","Siege"],
|
"unitTypes": ["Sword","Gunpowder","Archery","Ranged Gunpowder","Siege"],
|
||||||
"column": 24,
|
"column": 24,
|
||||||
"row": 1
|
"row": 1
|
||||||
|
Reference in New Issue
Block a user