29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"units": [
|
|
{
|
|
"id" : "humanBlocker",
|
|
"creatureId" : "human",
|
|
"equipment" : [
|
|
{
|
|
"pointId" : "handsCombined",
|
|
"itemId" : "Katana2H"
|
|
}
|
|
],
|
|
"ai" : [
|
|
{
|
|
"name" : "Blocker"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id" : "humanSwordsman",
|
|
"creatureId" : "human",
|
|
"equipment" : [
|
|
{
|
|
"pointId" : "handsCombined",
|
|
"itemId" : "Katana2H"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |