mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-01 23:59:28 +07:00

Rulesets are heavy to load so we now have a RulesetCache, which can construct "custom" rulesets with a list of mods! We now pack mod images on Desktop run, and load the atlases for the loaded mods on load game!
16 lines
284 B
JSON
16 lines
284 B
JSON
[
|
|
{
|
|
name:"Maori Warrior",
|
|
unitType:"Melee",
|
|
uniqueTo:"Polynesia",
|
|
replaces:"Warrior",
|
|
movement:2,
|
|
strength:80,
|
|
cost: 40,
|
|
hurryCostModifier:20,
|
|
obsoleteTech:"Metal Casting",
|
|
promotions:["Haka War Dance"],
|
|
upgradesTo:"Swordsman",
|
|
attackSound:"nonmetalhit"
|
|
},
|
|
] |