15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"id": "pirate_captain",
|
|
"name": "Pirate Captain",
|
|
"rarity": "uncommon",
|
|
"health": 40,
|
|
"attack": 15,
|
|
"defense": 6,
|
|
"speed": 12,
|
|
"experience": 30,
|
|
"credits": 20,
|
|
"dropTable": [
|
|
"steel_alloy",
|
|
"iron_ore"
|
|
]
|
|
} |