Skip to content

Instantly share code, notes, and snippets.

@MarianoGnu
Created December 2, 2018 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarianoGnu/29dbc5a79fdfb3dacadd8f247cf6259d to your computer and use it in GitHub Desktop.
Save MarianoGnu/29dbc5a79fdfb3dacadd8f247cf6259d to your computer and use it in GitHub Desktop.
[{
"id": 1,
"type": "WEAPON",
"name": "Photon Gun",
"icon": "res://game_data/items/icons/photon_gun_a.svg",
"mesh": "res://scenes/items/weapons/photon_gun_a.tscn",
"bone": "mixamorig_RightHand",
"costs": {
"equip": 0,
"action": 1
},
"leasts": {
"shoot": 1,
"turn": 1
},
"power": 30,
"animation": "shoot",
"idle_animation": "idle_gun"
},
{
"id": 2,
"type": "WEAPON",
"name": "Photon Gun2",
"icon": "res://game_data/items/icons/photon_gun_b.svg",
"mesh": "res://scenes/items/weapons/photon_gun_b.tscn",
"bone": "mixamorig_RightHand",
"power": 20,
"costs": {
"equip": 0,
"action": 1
},
"leasts": {
"uses": 3,
"turn": 1
},
"animation": "shoot",
"idle_animation": "idle_gun"
},
{
"id": 3,
"type": "BARRIER",
"name": "Photon Gun2",
"icon": "res://game_data/items/icons/photon_gun_b.svg",
"mesh": "res://scenes/items/weapons/photon_gun_b.tscn",
"bone": "mixamorig_RightHand",
"power": 20,
"costs": {
"equip": 0,
"action": 1
},
"leasts": {
"uses": 3,
"turn": 1
},
"animation": "shoot",
"idle_animation": "idle_gun"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment