mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-13 19:39:34 +07:00
Added Rifling with Rifleman unit
This commit is contained in:
parent
7898a24ff1
commit
85a8e68a0a
@ -303,9 +303,14 @@
|
||||
},
|
||||
{
|
||||
name:"Industrialization",
|
||||
row:7,
|
||||
row:6,
|
||||
prerequisites:["Economics"]
|
||||
},
|
||||
{
|
||||
name:"Rifling",
|
||||
row:7,
|
||||
prerequisites:["Economics","Metallurgy"]
|
||||
},
|
||||
{
|
||||
name:"Military Science",
|
||||
row:8,
|
||||
@ -338,7 +343,7 @@
|
||||
{
|
||||
name:"Steam Power",
|
||||
row:7,
|
||||
prerequisites:["Industrialization","Scientific Theory","Chemistry"]
|
||||
prerequisites:["Industrialization","Scientific Theory","Rifling"]
|
||||
},
|
||||
{
|
||||
name:"Dynamite",
|
||||
|
@ -247,7 +247,15 @@
|
||||
hurryCostModifier:20
|
||||
uniques:["Can move after attacking","No defensive terrain bonus","Penalty vs City 33%","Bonus vs Mounted 50%" ],
|
||||
},
|
||||
|
||||
{
|
||||
name:"Rifleman",
|
||||
unitType:"Melee",
|
||||
movement:2,
|
||||
strength:34,
|
||||
cost: 225,
|
||||
requiredTech:"Rifling",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Cavalry",
|
||||
unitType:"Mounted",
|
||||
|
Loading…
Reference in New Issue
Block a user