mirror of
https://github.com/theBowja/GenshinData-1.git
synced 2025-08-04 15:36:31 +09:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"Task_Trap": {
|
|
"$type": "ConfigGadget",
|
|
"hasModel": true,
|
|
"combat": {
|
|
"property": {
|
|
"HP": 999999.0,
|
|
"attack": 100.0,
|
|
"defense": 999999.0,
|
|
"isLockHP": true
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
}
|
|
},
|
|
"abilities": [
|
|
{
|
|
"abilityID": "SceneObj_Task_TrapHunter",
|
|
"abilityName": "SceneObj_Task_TrapHunter",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Trap_Hunt_Attack",
|
|
"abilityName": "Trap_Hunt_Attack",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Task_HuntTrap_GlobalValue",
|
|
"abilityName": "Task_HuntTrap_GlobalValue",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"move": {
|
|
"$type": "ConfigLinerBulletMove",
|
|
"updateAngle": {
|
|
"$type": "ConfigBulletMoveAngleByVelocity"
|
|
}
|
|
},
|
|
"gadget": {
|
|
"$type": "ConfigBulletPattern",
|
|
"collision": {
|
|
"triggerType": "TriggerAlways",
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "ConfigGadgetTriggerAbility",
|
|
"abilityName": "Trap_Hunt_Attack"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |