Merge branch 'master' of https://github.com/yairm210/UnCiv
This commit is contained in:
commit
7ce7c2da93
1 changed files with 15 additions and 2 deletions
|
@ -73,8 +73,8 @@
|
|||
{
|
||||
name:"Maori Warrior",
|
||||
unitType:"Melee",
|
||||
uniqueTo:"Aztec",
|
||||
replaces:"Polynesia",
|
||||
uniqueTo:"Polynesia",
|
||||
replaces:"Warrior",
|
||||
movement:2,
|
||||
strength:8,
|
||||
cost: 40,
|
||||
|
@ -85,6 +85,19 @@
|
|||
attackSound:"nonmetalhit"
|
||||
//Polynesian unique unit. All Units near him have -10% strenght
|
||||
},
|
||||
{
|
||||
name:"Brute",
|
||||
unitType:"Melee",
|
||||
uniqueTo:"Barbarian",
|
||||
replaces:"Warrior",
|
||||
movement:2,
|
||||
strength:8,
|
||||
cost: 20,
|
||||
obsoleteTech:"Metal Casting",
|
||||
upgradesTo:"Swordsman",
|
||||
attackSound:"nonmetalhit"
|
||||
//Barbarian unique unit
|
||||
},
|
||||
*/
|
||||
{
|
||||
name:"Archer",
|
||||
|
|
Loading…
Reference in a new issue