You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
272 B
25 lines
272 B
7 months ago
|
{
|
||
|
pos: {
|
||
|
x: 1.0,
|
||
|
y: 2.0,
|
||
|
z: 3.0
|
||
|
},
|
||
|
hp: 300,
|
||
|
name: "Orc",
|
||
|
weapons: [
|
||
|
{
|
||
|
name: "axe",
|
||
|
damage: 100
|
||
|
},
|
||
|
{
|
||
|
name: "bow",
|
||
|
damage: 90
|
||
|
}
|
||
|
],
|
||
|
equipped_type: "Weapon",
|
||
|
equipped: {
|
||
|
name: "bow",
|
||
|
damage: 90
|
||
|
}
|
||
|
}
|