15 lines
239 B
JSON
15 lines
239 B
JSON
{
|
|
"id": "alien_guardian",
|
|
"name": "Alien Guardian",
|
|
"rarity": "common",
|
|
"health": 50,
|
|
"attack": 8,
|
|
"defense": 5,
|
|
"speed": 6,
|
|
"experience": 25,
|
|
"credits": 15,
|
|
"dropTable": [
|
|
"alien_fauna_sample",
|
|
"iron_ore"
|
|
]
|
|
} |