mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 07:17:50 +07:00
Make Indirect Fire a starting promotion instead of Unique for Artillery, Battleship, etc. (#6042)
This commit is contained in:
@ -1140,7 +1140,8 @@
|
||||
"requiredTech": "Dynamite",
|
||||
"upgradesTo": "Rocket Artillery",
|
||||
"uniques": ["[+200]% Strength <vs cities> <when attacking>","No defensive terrain bonus",
|
||||
"Must set up to ranged attack","[-1] Sight","Ranged attacks may be performed over obstacles", "Never appears as a Barbarian unit"],
|
||||
"Must set up to ranged attack","[-1] Sight", "Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "artillery"
|
||||
},
|
||||
|
||||
@ -1243,7 +1244,8 @@
|
||||
"cost": 375,
|
||||
"requiredResource": "Oil",
|
||||
"requiredTech": "Electronics",
|
||||
"uniques": ["Ranged attacks may be performed over obstacles", "Never appears as a Barbarian unit"],
|
||||
"uniques": ["Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "shipguns"
|
||||
// Does not actually upgrade to Missile Cruisers
|
||||
},
|
||||
@ -1450,7 +1452,8 @@
|
||||
"requiredTech": "Rocketry",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["[+200]% Strength <vs cities> <when attacking>","No defensive terrain bonus",
|
||||
"[-1] Sight","Ranged attacks may be performed over obstacles", "Never appears as a Barbarian unit"],
|
||||
"[-1] Sight", "Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "artillery"
|
||||
},
|
||||
{
|
||||
@ -1539,8 +1542,8 @@
|
||||
"cost": 425,
|
||||
"requiredTech": "Robotics",
|
||||
"uniques": ["[100]% chance to intercept air attacks", "Can see invisible [Submarine] units",
|
||||
"Ranged attacks may be performed over obstacles", "Can carry [3] [Missile] units",
|
||||
"[+100]% Strength <vs [Submarine] units>", "Never appears as a Barbarian unit"],
|
||||
"Can carry [3] [Missile] units", "[+100]% Strength <vs [Submarine] units>", "Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "shipguns"
|
||||
},
|
||||
{
|
||||
@ -1668,7 +1671,7 @@
|
||||
"Can be purchased with [Faith] [in all cities in which the majority religion is an enhanced religion]",
|
||||
"[+1] Sight", "Hidden when religion is disabled", "Unbuildable", "Religious Unit"
|
||||
],
|
||||
"movement": 3,
|
||||
"movement": 3
|
||||
}
|
||||
|
||||
/* Spaceship Parts */
|
||||
|
@ -896,7 +896,8 @@
|
||||
"requiredTech": "Dynamite",
|
||||
"upgradesTo": "Rocket Artillery",
|
||||
"uniques": ["[+200]% Strength <vs cities> <when attacking>","No defensive terrain bonus",
|
||||
"Must set up to ranged attack","[-1] Sight","Ranged attacks may be performed over obstacles", "Never appears as a Barbarian unit"],
|
||||
"Must set up to ranged attack","[-1] Sight", "Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "artillery"
|
||||
},
|
||||
|
||||
@ -972,7 +973,8 @@
|
||||
"cost": 375,
|
||||
"requiredResource": "Oil",
|
||||
"requiredTech": "Telegraph",
|
||||
"uniques": ["Ranged attacks may be performed over obstacles", "Never appears as a Barbarian unit"],
|
||||
"uniques": ["Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "shipguns"
|
||||
// Does not actually upgrade to Missile Cruisers
|
||||
},
|
||||
@ -1126,7 +1128,8 @@
|
||||
"requiredTech": "Rocketry",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["[+200]% Strength <vs cities> <when attacking>","No defensive terrain bonus",
|
||||
"[-1] Sight","Ranged attacks may be performed over obstacles", "Never appears as a Barbarian unit"],
|
||||
"[-1] Sight", "Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "artillery"
|
||||
},
|
||||
{
|
||||
@ -1215,8 +1218,8 @@
|
||||
"cost": 425,
|
||||
"requiredTech": "Robotics",
|
||||
"uniques": ["[100]% chance to intercept air attacks", "Can see invisible [Submarine] units",
|
||||
"Ranged attacks may be performed over obstacles", "Can carry [3] [Missile] units",
|
||||
"[+100]% Strength <vs [Submarine] units>", "Never appears as a Barbarian unit"],
|
||||
"Can carry [3] [Missile] units", "[+100]% Strength <vs [Submarine] units>", "Never appears as a Barbarian unit"],
|
||||
"promotions": ["Indirect Fire"],
|
||||
"attackSound": "shipguns"
|
||||
},
|
||||
{
|
||||
@ -1344,7 +1347,7 @@
|
||||
"Can be purchased with [Faith] [in all cities in which the majority religion is an enhanced religion]",
|
||||
"[+1] Sight", "Hidden when religion is disabled", "Unbuildable", "Religious Unit"
|
||||
],
|
||||
"movement": 3,
|
||||
"movement": 3
|
||||
}
|
||||
|
||||
/* Spaceship Parts */
|
||||
|
Reference in New Issue
Block a user