Commit 6301da75 authored by Ricardo Quesada's avatar Ricardo Quesada Committed by Wouter van Oortmerssen

add weapon + equipment to json example (#4114)

update json with documentation

removed comments
parent 059661b9
......@@ -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
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment