更新配置表

This commit is contained in:
flswld
2023-01-29 13:00:55 +08:00
parent 0ab4fd1d18
commit 5fbe66113e
3108 changed files with 587829 additions and 26766 deletions

View File

@@ -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",