15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"id": "crystal_golem",
|
|
"name": "Crystal Golem",
|
|
"rarity": "rare",
|
|
"health": 80,
|
|
"attack": 6,
|
|
"defense": 10,
|
|
"speed": 4,
|
|
"experience": 35,
|
|
"credits": 25,
|
|
"dropTable": [
|
|
"flux_crystal",
|
|
"titanium_ore"
|
|
]
|
|
} |