mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 10:18:26 +07:00
Resolved #1420 - Menu in the map editor no longer opens multiple times on subsequent clicks
This commit is contained in:
13
android/assets/mods/myFirstMod/jsons/Units.json
Normal file
13
android/assets/mods/myFirstMod/jsons/Units.json
Normal file
@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
name:"Warrior",
|
||||
unitType:"Melee",
|
||||
movement:2,
|
||||
strength:12,
|
||||
cost: 40,
|
||||
hurryCostModifier:20,
|
||||
obsoleteTech:"Metal Casting",
|
||||
upgradesTo:"Swordsman",
|
||||
attackSound:"nonmetalhit"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user