space-game001/resources/config2/npcs_uni_interior.json
2026-06-06 20:32:09 +03:00

150 lines
5.7 KiB
JSON

{
"npcs": [
{
"id": "npc_teacher01",
"name": "Аида Дженибекова",
"animationIdlePath": "resources/w/new_anims/teacher_stand_idle001.anim",
"animationWalkPath": "resources/w/new_anims/woman_walk4_001.anim",
"meshTextures": {
"Teacher_lowpoly": "resources/w/new_anims/UniV_Grid_2K.001_Base_color.png"
},
"positionX": -0.28594,
"positionY": 0,
"positionZ": 13.9641,
"walkSpeed": 1.3,
"rotationSpeed": 8.0,
"modelScale": 1.0,
"facingAngle" : 180,
"modelCorrectionRotX": -90.0,
"modelCorrectionRotY": 180.0,
"modelCorrectionRotZ": 0.0,
"interactionRadius": 1.0
},
{
"id": "npc_02_woman",
"name": "Айпери",
"animationIdlePath": "resources/w/girlfriend/girlfriend_idle003.anim",
"animationWalkPath": "resources/w/girlfriend/girlfriend_walk003.anim",
"meshTextures": {
"Girl_Low": "resources/w/girlfriend/Girl_Base_color.png"
},
"positionX": 0.764049,
"positionY": 0.0,
"positionZ": -8.53475,
"facingAngle" : 180,
"walkSpeed": 1.66,
"rotationSpeed": 8.0,
"modelScale": 1.0,
"modelCorrectionRotX": -90.0,
"modelCorrectionRotY": 180.0,
"modelCorrectionRotZ": 0.0,
"interactionRadius": 2.0,
"enabled" : false
},
{
"id": "npc_04_ghost",
"name": "Призрак",
"animationIdlePath": "resources/w/ghost/ghost_idle001.anim",
"animationWalkPath": "resources/w/ghost/ghost_idle001.anim",
"animationActionIdlePath": "resources/w/ghost/ghost_idle001.anim",
"animationActionAttackPath": "resources/w/ghost/ghost_attack001.anim",
"animationStandToActionPath": "resources/w/ghost/ghost_idle001.anim",
"animationActionToStandPath": "resources/w/ghost/ghost_idle001.anim",
"animationActionToDeathPath": "resources/w/ghost/ghost_die001.anim",
"animationDeathIdlePath": "resources/w/ghost/ghost_dead001.anim",
"meshTextures": {
"Ghost": "resources/w/ghost/Ghost_BaseColor.png"
},
"positionX": -0.28594,
"positionY": 0,
"positionZ": 13.9641,
"walkSpeed": 1.5,
"rotationSpeed": 8.0,
"modelScale": 1.0,
"modelCorrectionRotX": -90.0,
"modelCorrectionRotY": 180.0,
"modelCorrectionRotZ": 0.0,
"interactionRadius": 1.0,
"hp": 35,
"canAttack": false
},
{
"id": "ghost_01x",
"name": "Тень",
"meshTextures": {
"Shadow_NPC_Rigged": "resources/w/shadow/Shadow_BaseColor.png"
},
"animationIdlePath": "resources/w/shadow/shadow_idle003.txt",
"animationWalkPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionIdlePath": "resources/w/shadow/shadow_idle003.txt",
"animationActionAttackPath": "resources/w/shadow/shadow_attack003.txt",
"animationStandToActionPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionToStandPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionToDeathPath": "resources/w/shadow/shadow_die003.txt",
"animationDeathIdlePath": "resources/w/shadow/shadow_dead003.txt",
"positionX": 0.0,
"positionY": 0.0,
"positionZ": -6.4,
"walkSpeed": 1.5,
"rotationSpeed": 8.0,
"modelScale": 1.0,
"modelCorrectionRotX": -90.0,
"modelCorrectionRotY": 180.0,
"modelCorrectionRotZ": 0.0,
"hp": 35,
"canAttack": true
},
{
"id": "ghost_02x",
"name": "Тень",
"meshTextures": {
"Shadow_NPC_Rigged": "resources/w/shadow/Shadow_BaseColor.png"
},
"animationIdlePath": "resources/w/shadow/shadow_idle003.txt",
"animationWalkPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionIdlePath": "resources/w/shadow/shadow_idle003.txt",
"animationActionAttackPath": "resources/w/shadow/shadow_attack003.txt",
"animationStandToActionPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionToStandPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionToDeathPath": "resources/w/shadow/shadow_die003.txt",
"animationDeathIdlePath": "resources/w/shadow/shadow_dead003.txt",
"positionX": -5.0,
"positionY": 0.0,
"positionZ": 12.0,
"walkSpeed": 1.5,
"rotationSpeed": 8.0,
"modelScale": 1.0,
"modelCorrectionRotX": -90.0,
"modelCorrectionRotY": 180.0,
"modelCorrectionRotZ": 0.0,
"hp": 35,
"canAttack": true
},
{
"id": "ghost_03x",
"name": "Тень",
"meshTextures": {
"Shadow_NPC_Rigged": "resources/w/shadow/Shadow_BaseColor.png"
},
"animationIdlePath": "resources/w/shadow/shadow_idle003.txt",
"animationWalkPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionIdlePath": "resources/w/shadow/shadow_idle003.txt",
"animationActionAttackPath": "resources/w/shadow/shadow_attack003.txt",
"animationStandToActionPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionToStandPath": "resources/w/shadow/shadow_idle003.txt",
"animationActionToDeathPath": "resources/w/shadow/shadow_die003.txt",
"animationDeathIdlePath": "resources/w/shadow/shadow_dead003.txt",
"positionX": 5.0,
"positionY": 0.0,
"positionZ": 12.0,
"walkSpeed": 1.5,
"rotationSpeed": 8.0,
"modelScale": 1.0,
"modelCorrectionRotX": -90.0,
"modelCorrectionRotY": 180.0,
"modelCorrectionRotZ": 0.0,
"hp": 35,
"canAttack": true
}
]
}