27 lines
603 B
JSON
27 lines
603 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "rocket_launcher_epic",
|
|
"texture": "assets/gso/textures/weapon/rocketlauncher/rocket_launcher_epic.png",
|
|
"stats": {
|
|
"damage": 90,
|
|
"criticalChance": 0.25,
|
|
"attackRate": 2
|
|
},
|
|
"name": "Rocket Launcher Epic",
|
|
"type": "weapon",
|
|
"rarity": "epic",
|
|
"price": 8000,
|
|
"currency": "credits",
|
|
"description": "Rocket Launcher Epic.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 10
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |