Skip to content
Snippets Groups Projects
Commit 6301da75 authored by Ricardo Quesada's avatar Ricardo Quesada Committed by Wouter van Oortmerssen
Browse files

add weapon + equipment to json example (#4114)

update json with documentation

removed comments
parent 059661b9
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,21 @@
z: 3
},
hp: 300,
name: "Orc"
name: "Orc",
weapons:[
{
name: "axe",
damage:100
},
{
name: "bow",
damage:90
}
],
equipped_type: "Weapon",
equipped:
{
name: "bow",
damage:90
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment