Update Units.json

Added Brute
This commit is contained in:
Smashfanful
2019-04-12 16:42:27 +02:00
committed by GitHub
parent ccb9950187
commit e69a23b43e

View File

@ -73,8 +73,8 @@
{ {
name:"Maori Warrior", name:"Maori Warrior",
unitType:"Melee", unitType:"Melee",
uniqueTo:"Aztec", uniqueTo:"Polynesia",
replaces:"Polynesia", replaces:"Warrior",
movement:2, movement:2,
strength:8, strength:8,
cost: 40, cost: 40,
@ -85,6 +85,19 @@
attackSound:"nonmetalhit" attackSound:"nonmetalhit"
//Polynesian unique unit. All Units near him have -10% strenght //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", name:"Archer",