15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"id": "space_pirate",
|
|
"name": "Space Pirate",
|
|
"rarity": "common",
|
|
"health": 25,
|
|
"attack": 10,
|
|
"defense": 3,
|
|
"speed": 8,
|
|
"experience": 15,
|
|
"credits": 12,
|
|
"dropTable": [
|
|
"iron_ore",
|
|
"bandage"
|
|
]
|
|
} |