mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 10:18:26 +07:00
Update Units.json
Added Brute
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user