API/GameServer/data/gso/items/ships/interceptor_uncommon.json

28 lines
611 B
JSON

{
"templates": {
"ship": {
"id": "interceptor_uncommon",
"name": "Interceptor II",
"type": "ship",
"rarity": "uncommon",
"price": 18000,
"currency": "credits",
"description": "Enhanced interceptor with improved weapons",
"texture": "assets/gso/textures/ships/interceptor_uncommon.png",
"stats": {
"attack": 15,
"speed": 22,
"defense": 10,
"hull": 95
},
"categories": [
"shop",
"dungeon_reward"
],
"requirements": {
"level": 7
},
"stackable": false
}
}
}