This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/items/weapons/rocket_launcher_rare.json
2026-03-11 00:32:45 -03:00

27 lines
602 B
JSON

{
"templates": {
"weapon": {
"id": "rocket_launcher_rare",
"texture": "assets/gso/textures/weapon/rocketlauncher/rocket_launcher_rare.png",
"stats": {
"damage": 52,
"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
}
}
}