27 lines
626 B
JSON
27 lines
626 B
JSON
|
|
{
|
|
"Property" : [
|
|
{
|
|
"ID" : "idle",
|
|
"Name" : "idle",
|
|
"CanMove" : true,
|
|
"CanRotate" : true,
|
|
"CanHurt" : true,
|
|
"CanHit" : true,
|
|
"IgnoreGravity" : true,
|
|
"FaceTarget" : true,
|
|
"IsGod" : false,
|
|
"Level" : 0,
|
|
"ActionStatus" : "Idle",
|
|
"TotalTime" : 1666,
|
|
"DefaultAction" : "idle",
|
|
"Events" : [
|
|
],
|
|
"Interrupts" : [
|
|
],
|
|
"AttackDefs" : [
|
|
]
|
|
}
|
|
]
|
|
}
|