76 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "creatures" : [
 | |
|         {
 | |
|             "id" : "editor",
 | |
|             "hitboxes" : [],
 | |
|             "tokens" : [
 | |
|                 "TARGETABLE",
 | |
|                 "CAN_EQUIP",
 | |
|                 "INVENTORY",
 | |
|                 "OUTLINE",
 | |
|                 "PLAYABLE",
 | |
|                 "UNIT_CONTROLS",
 | |
|                 "EDITOR"
 | |
|             ],
 | |
|             "visualAttributes" : [],
 | |
|             "movementSystems" : [
 | |
|                 {
 | |
|                     "type": "EDITOR"
 | |
|                 }
 | |
|             ],
 | |
|             "equipPoints" : [
 | |
|                 {
 | |
|                     "equipPointId" : "handRight",
 | |
|                     "bone" : "Hand.R",
 | |
|                     "firstPersonBone" : "hand.R",
 | |
|                     "offsetVectorFirstPerson" : [-0.01,-0.05,-0.10],
 | |
|                     "offsetVectorThirdPerson" : [0.02,-0.06,0],
 | |
|                     "offsetRotationThirdPerson" : [-0.334,0.145,-0.28,0.89],
 | |
|                     "offsetRotationFirstPerson" : [0.02,-0.977,-0.211,-0.005],
 | |
|                     "canBlock" : true,
 | |
|                     "equipClassWhitelist" : [
 | |
|                         "tool",
 | |
|                         "weapon",
 | |
|                         "item"
 | |
|                     ],
 | |
|                     "equippedAnimation" : {
 | |
|                         "nameThirdPerson" : "Idle1",
 | |
|                         "nameFirstPerson" : "Idle",
 | |
|                         "priorityCategory"  : "MODIFIER_HIGH",
 | |
|                         "boneGroups" : ["handRight"]
 | |
|                     },
 | |
|                     "isToolbarSlot": true
 | |
|                 }
 | |
|             ],
 | |
|             "toolbarData" : {
 | |
|                 "primarySlot" : "handRight",
 | |
|                 "combinedSlot" : "handsCombined"
 | |
|             },
 | |
|             "attackMoves" : [],
 | |
|             "healthSystem" : {
 | |
|                 "maxHealth" : 100,
 | |
|                 "onDamageIFrames" : 30
 | |
|             },
 | |
|             "graphicsTemplate": {
 | |
|                 "model": {
 | |
|                     "path" : "Models/creatures/person2/person2_1.glb"
 | |
|                 }
 | |
|             },
 | |
|             "viewModelData" : {
 | |
|                 "heightFromOrigin" : 1.3,
 | |
|                 "cameraViewDirOffsetY" : -0.3,
 | |
|                 "cameraViewDirOffsetZ" : 0.0,
 | |
|                 "firstPersonModelPath" : "Models/creatures/viewmodel.glb"
 | |
|             },
 | |
|             "cameraData" : {
 | |
|                 "thirdPersonCameraOffset": {
 | |
|                     "x": 0.0,
 | |
|                     "y": 1.5,
 | |
|                     "z": 0.0
 | |
|                 }
 | |
|             },
 | |
|             "boneGroups" : []
 | |
|         }
 | |
|     ],
 | |
|     "files" : []
 | |
| } |