Files
hk4e/gdconf/game_data_config/json/gadget/ConfigGadget_HuntingEvent.json
2022-11-30 00:00:20 +08:00

71 lines
1.4 KiB
Go

{
"DendroTornado_Hunting": {
"$type": "ConfigGadget",
"common": {
"scale": 1.0
},
"combat": {
"property": {
"useCreatorProperty": true, // 是否继承创造者的数值
"HP": 999999,
"attack": 10.0,
"defense": 999999,
"isInvincible": true,
"canTriggerBullet": true
},
"combatLock": {
"denyLockOn": true
},
"beHit": {
"hitBloodEffect": "",
"muteAllHit": true,
"muteAllHitEffect": true,
"muteAllHitText": true
},
"animEvents": {}
},
"move": {
"$type": "ConfigPinballBulletMove",
"speed": 4.8,
"radius": 6.5,
"delay": 0.25,
"anglerVelocity": 3600.0,
"traceOnYAxis": true,
"destroyWhenTargetDie": false,
"randomBackAngleAdded": 60.0,
"reboundInterval": 0.2,
"outOfRangeFixCD": 0.5,
"velocityForce": {
//WindZone单位不吃风的力
"excludeForces": [
"WindZoneType",
"AirflowType",
"RiseType",
"SpeedupType",
"AirflowAccType"
]
},
"stickToGround": {
"$type": "ConfigMoveStickToGround",
"heightToGround": 0.5,
"flexibleRange": 0.5,
"maxStepHeight": 1,
"maxSlopeAngle": 60,
"isStickToWater": true,
"unstickWhenDownSlide": "Keep",
"unstickWhenUpSlide": "Stay"
},
"canBornInWater": true
},
"timer": {
"lifeInfinite": false,
"lifeTime": 10.0
},
"abilities": [
{
"abilityName": "Hunting_Dendro_Tornado"
}
]
}
}