Client/GameServer/data/gso/enemies/mining_drone.json

15 lines
226 B
JSON

{
"id": "mining_drone",
"name": "Mining Drone",
"rarity": "common",
"health": 20,
"attack": 8,
"defense": 3,
"speed": 5,
"experience": 12,
"credits": 8,
"dropTable": [
"iron_ore",
"copper_ore"
]
}