mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 17:59:11 +07:00
Nubian Pitati Archer and Australian Digger
This commit is contained in:

committed by
Yair Morgenstern

parent
5f43c93846
commit
00f66a785f
@ -130,6 +130,22 @@
|
|||||||
attackSound:"arrow"
|
attackSound:"arrow"
|
||||||
//Incan unique unit
|
//Incan unique unit
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
//Nubian Unique Unit, stronger and faster than Archer
|
||||||
|
name:"Pitati Archer",
|
||||||
|
unitType:"Ranged",
|
||||||
|
replaces:"Archer",
|
||||||
|
uniqueTo:"Nubia",
|
||||||
|
movement:3,
|
||||||
|
strength:6,
|
||||||
|
rangedStrength:9,
|
||||||
|
cost: 50,
|
||||||
|
hurryCostModifier:20,
|
||||||
|
requiredTech:"Archery",
|
||||||
|
obsoleteTech:"Machinery",//Should be Construction
|
||||||
|
upgradesTo:"Crossbowman",//Should be Composite Bowman
|
||||||
|
attackSound:"arrow"
|
||||||
|
},
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
name:"Work Boats",
|
name:"Work Boats",
|
||||||
@ -834,6 +850,23 @@
|
|||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"shot"
|
attackSound:"shot"
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
|
{
|
||||||
|
name:"Norvegian Ski Infantry",
|
||||||
|
unitType:"Melee",
|
||||||
|
replaces:"Rifleman",
|
||||||
|
uniqueTo:"Denmark",
|
||||||
|
movement:2,
|
||||||
|
strength:34,
|
||||||
|
cost: 225,
|
||||||
|
requiredTech:"Rifling",
|
||||||
|
obsoleteTech:"Replaceable Parts",
|
||||||
|
upgradesTo:"Great War Infantry",
|
||||||
|
uniques:["Bonus in Snow, Tundra and Hills"],
|
||||||
|
hurryCostModifier:20,
|
||||||
|
attackSound:"shot"
|
||||||
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
name:"Triplane",
|
name:"Triplane",
|
||||||
unitType:"Fighter",
|
unitType:"Fighter",
|
||||||
@ -866,24 +899,6 @@
|
|||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"shot"
|
attackSound:"shot"
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
|
||||||
{
|
|
||||||
name:"Norvegian Ski Infantry",
|
|
||||||
unitType:"Melee",
|
|
||||||
replaces:"Rifleman",
|
|
||||||
uniqueTo:"Denmark",
|
|
||||||
movement:2,
|
|
||||||
strength:34,
|
|
||||||
cost: 225,
|
|
||||||
requiredTech:"Rifling",
|
|
||||||
obsoleteTech:"Replaceable Parts",
|
|
||||||
upgradesTo:"Great War Infantry",
|
|
||||||
uniques:["Bonus in Snow, Tundra and Hills"],
|
|
||||||
hurryCostModifier:20,
|
|
||||||
attackSound:"shot"
|
|
||||||
},
|
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
name:"Cavalry",
|
name:"Cavalry",
|
||||||
unitType:"Mounted",
|
unitType:"Mounted",
|
||||||
@ -1089,6 +1104,23 @@
|
|||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"shot"
|
attackSound:"shot"
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
|
{
|
||||||
|
name:"Digger",
|
||||||
|
unitType:"Melee",
|
||||||
|
replaces:"Infantry",
|
||||||
|
uniqueTo:"Australia",
|
||||||
|
movement:2,
|
||||||
|
strength:72,
|
||||||
|
cost: 375,
|
||||||
|
requiredTech:"Plastics",
|
||||||
|
upgradesTo:"Mechanized Infantry",
|
||||||
|
obsoleteTech:"Mobile Tactics",
|
||||||
|
uniques:["+20% Strenght on Coast tiles","+10% Strenght outside Australian territory"],
|
||||||
|
hurryCostModifier:20,
|
||||||
|
attackSound:"shot"
|
||||||
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
name:"Machine Gun",
|
name:"Machine Gun",
|
||||||
unitType:"Ranged",
|
unitType:"Ranged",
|
||||||
|
Reference in New Issue
Block a user