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