API/GameServer/data/gso/items/weapons/rocket_launcher_rare.json
2026-03-10 13:06:33 -03:00

27 lines
603 B
JSON

{
"templates": {
"weapon": {
"id": "rocket_launcher_rare",
"texture": "assets/gso/textures/weapon/rocketlauncher/rocket_launcher_rare.png",
"stats": {
"damage": 220,
"criticalChance": 0.18,
"attackRate": 1
},
"name": "Rocket Launcher Rare",
"type": "weapon",
"rarity": "rare",
"price": 3000,
"currency": "credits",
"description": "Rocket Launcher Rare.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 5
},
"stackable": false
}
}
}