Added Radar tech and Fighter unit
This commit is contained in:
parent
b9a7f7e1d0
commit
8f30db74ab
6 changed files with 521 additions and 491 deletions
|
@ -390,7 +390,8 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
|
||||||
|
|
||||||
### Information
|
### Information
|
||||||
* [Pill](https://thenounproject.com/term/pill/780458/) By Alex Arseneau for Pharmaceuticals
|
* [Pill](https://thenounproject.com/term/pill/780458/) By Alex Arseneau for Pharmaceuticals
|
||||||
* [Computer](https://thenounproject.com/term/computer/1967529/) By Shastry
|
* [Computer](https://thenounproject.com/term/computer/1967529/) By Shastry for Computers
|
||||||
|
* [Satellite Dish](https://thenounproject.com/search/?q=satellite%20dish&i=2054441) By Vectors Market for Radar
|
||||||
* [Nuclear Reactor](https://thenounproject.com/term/nuclear-reactor/426463/) By Jeremie Sommet for Nuclear Fission
|
* [Nuclear Reactor](https://thenounproject.com/term/nuclear-reactor/426463/) By Jeremie Sommet for Nuclear Fission
|
||||||
* [Ecology](https://thenounproject.com/term/ecology/1970666/) By ProSymbols
|
* [Ecology](https://thenounproject.com/term/ecology/1970666/) By ProSymbols
|
||||||
* [Robotic Arm](https://thenounproject.com/term/robotic-arm/1970874/) By Karl Gilbert for Robotics
|
* [Robotic Arm](https://thenounproject.com/term/robotic-arm/1970874/) By Karl Gilbert for Robotics
|
||||||
|
|
BIN
android/Images/TechIcons/Radar.png
Normal file
BIN
android/Images/TechIcons/Radar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
File diff suppressed because it is too large
Load diff
Binary file not shown.
Before Width: | Height: | Size: 1,006 KiB After Width: | Height: | Size: 1,012 KiB |
|
@ -437,6 +437,11 @@
|
||||||
prerequisites:["Electronics"],
|
prerequisites:["Electronics"],
|
||||||
uniques:["+10% science and production in all cities"]
|
uniques:["+10% science and production in all cities"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name:"Radar",
|
||||||
|
row:6,
|
||||||
|
prerequisites:["Ballistics","Electronics"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name:"Combined Arms",
|
name:"Combined Arms",
|
||||||
row:7,
|
row:7,
|
||||||
|
@ -469,7 +474,7 @@
|
||||||
{
|
{
|
||||||
name:"Rocketry",
|
name:"Rocketry",
|
||||||
row:6,
|
row:6,
|
||||||
prerequisites:["Combined Arms","Computers"]
|
prerequisites:["Combined Arms","Radar"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -848,6 +848,8 @@
|
||||||
cost: 325,
|
cost: 325,
|
||||||
requiredTech:"Flight",
|
requiredTech:"Flight",
|
||||||
requiredResource:"Oil",
|
requiredResource:"Oil",
|
||||||
|
upgradesTo:"Fighter",
|
||||||
|
obsoleteTech:"Radar",
|
||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
uniques:["[50]% chance to intercept air attacks","Bonus vs Bomber 150%",
|
uniques:["[50]% chance to intercept air attacks","Bonus vs Bomber 150%",
|
||||||
"6 tiles in every direction always visible"]
|
"6 tiles in every direction always visible"]
|
||||||
|
@ -942,6 +944,21 @@
|
||||||
|
|
||||||
// Modern era
|
// Modern era
|
||||||
|
|
||||||
|
{
|
||||||
|
name:"Fighter",
|
||||||
|
unitType:"Fighter",
|
||||||
|
movement:1,
|
||||||
|
strength:35,
|
||||||
|
rangedStrength:45,
|
||||||
|
range:8,
|
||||||
|
cost: 375,
|
||||||
|
requiredTech:"Radar",
|
||||||
|
requiredResource:"Oil",
|
||||||
|
hurryCostModifier:20,
|
||||||
|
uniques:["[100]% chance to intercept air attacks","Bonus vs Bomber 150%",
|
||||||
|
"6 tiles in every direction always visible"]
|
||||||
|
attackSound:"shot"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name:"Landship",
|
name:"Landship",
|
||||||
unitType:"Armor",
|
unitType:"Armor",
|
||||||
|
|
Loading…
Reference in a new issue