mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
更新配置表
This commit is contained in:
@@ -7507,6 +7507,161 @@
|
||||
},
|
||||
],
|
||||
},
|
||||
//420000022 小动物捕捉器(点按)
|
||||
"ActivityAbility_HideSeek_Investigate_Bullet_Short" :
|
||||
{
|
||||
"$type" : "ConfigGadget",
|
||||
"common" :
|
||||
{
|
||||
"effectAttachShape" :
|
||||
{
|
||||
"$type" : "ConfigEffectAttachBox",
|
||||
"emitFrom" : "Volume",
|
||||
"scaleX" : 1.0,
|
||||
"scaleY" : 1.0,
|
||||
"scaleZ" : 1.0,
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
},
|
||||
"combat" :
|
||||
{
|
||||
"property":
|
||||
{
|
||||
"HP" : 99999,
|
||||
"isInvincible":true,
|
||||
"isLockHP":true,
|
||||
"isGhostToAllied" : true,
|
||||
"isGhostToEnemy" : true,
|
||||
},
|
||||
"combatLock":
|
||||
{
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
},
|
||||
|
||||
"move":
|
||||
{
|
||||
"$type": "ConfigParabolaBulletMove",
|
||||
"speed": 10,
|
||||
"angleOffHor": 30,
|
||||
"gravityOfAcceleration": 25,
|
||||
"syncToRemote": true,
|
||||
},
|
||||
"timer" :
|
||||
{
|
||||
"lifeInfinite" : false,
|
||||
"lifeTime" : 1.0,
|
||||
},
|
||||
"gadget" :
|
||||
{
|
||||
"$type" : "ConfigBulletPattern",
|
||||
"collision" :
|
||||
{
|
||||
"targetType" : "Enemy",
|
||||
"triggerType" : "TriggerOnce",
|
||||
"ccd":
|
||||
{
|
||||
"type":"Always",
|
||||
}
|
||||
},
|
||||
"triggerActions" :
|
||||
[
|
||||
{
|
||||
"$type" : "ConfigGadgetTriggerAbility",
|
||||
"abilityName" : "ActivityAbility_HideSeek_Investigate_Bullet",
|
||||
},
|
||||
],
|
||||
"fireAISoundEvent" : true,
|
||||
},
|
||||
"abilities":
|
||||
[
|
||||
{
|
||||
"abilityID": "ActivityAbility_HideSeek_Investigate_Bullet",
|
||||
"abilityName" : "ActivityAbility_HideSeek_Investigate_Bullet"
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
//420000023 小动物捕捉器(长按)
|
||||
"ActivityAbility_HideSeek_Investigate_Bullet_Long" :
|
||||
{
|
||||
"$type" : "ConfigGadget",
|
||||
"common" :
|
||||
{
|
||||
"effectAttachShape" :
|
||||
{
|
||||
"$type" : "ConfigEffectAttachBox",
|
||||
"emitFrom" : "Volume",
|
||||
"scaleX" : 1.0,
|
||||
"scaleY" : 1.0,
|
||||
"scaleZ" : 1.0,
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
},
|
||||
"combat" :
|
||||
{
|
||||
"property":
|
||||
{
|
||||
"HP" : 99999,
|
||||
"isInvincible":true,
|
||||
"isLockHP":true,
|
||||
"isGhostToAllied" : true,
|
||||
"isGhostToEnemy" : true,
|
||||
},
|
||||
"combatLock":
|
||||
{
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
},
|
||||
"move":
|
||||
{
|
||||
"$type" : "ConfigLinerParabolaBulletMove",
|
||||
"speed" : 30.0,
|
||||
"straightRange" : 20.0,
|
||||
"gravityOfAcceleration" : 5.5,
|
||||
"airResistance" : 0.01,
|
||||
"updateAngle" :
|
||||
{
|
||||
"$type": "ConfigBulletMoveAngleByVelocity",
|
||||
},
|
||||
},
|
||||
"timer" :
|
||||
{
|
||||
"lifeInfinite" : false,
|
||||
"lifeTime" : 1.0,
|
||||
},
|
||||
"gadget" :
|
||||
{
|
||||
"$type" : "ConfigBulletPattern",
|
||||
"collision" :
|
||||
{
|
||||
"targetType" : "Enemy",
|
||||
"triggerType" : "TriggerOnce",
|
||||
"ccd":
|
||||
{
|
||||
"type":"Always",
|
||||
},
|
||||
},
|
||||
"triggerActions" :
|
||||
[
|
||||
{
|
||||
"$type" : "ConfigGadgetTriggerAbility",
|
||||
"abilityName" : "ActivityAbility_HideSeek_Investigate_Bullet",
|
||||
},
|
||||
],
|
||||
"fireAISoundEvent" : true,
|
||||
},
|
||||
"abilities":
|
||||
[
|
||||
{
|
||||
"abilityID": "ActivityAbility_HideSeek_Investigate_Bullet",
|
||||
"abilityName" : "ActivityAbility_HideSeek_Investigate_Bullet"
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
"LevelEntity_TowerBuff_SwirlDoField" :
|
||||
{
|
||||
"$type" : "ConfigGadget",
|
||||
|
||||
Reference in New Issue
Block a user