{ //////////////////////////////////////////////////////////////// // // Ice Spine // //////////////////////////////////////////////////////////////// "IceSpine_Old" : { "$type" : "ConfigGadget", "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 100, "defense" : 0, "canTriggerBullet" : false, "isGhostToEnemy":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, }, "field" : { "shape" : "CircleR1", //形状,不填为collider "startCheckTime" : 0.0, //触发开始延时 "checkInterval" : 6, //触发间隔 "triggerInfinite" : true, //是否永远触发 "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 2.5, //存在时间 }, "abilities": [ { "abilityID": "IceSpine_Strike", "abilityName" : "Avatar_Aquaria_Icespine_Strike" }, ], }, "IceSpine_Strike" : { "$type" : "ConfigGadget", "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 100, "defense" : 0, "canTriggerBullet" : false, }, "combatLock": { "denyLockOn": true, }, }, "field" : { "shape" : "CircleR1", //形状,不填为collider "startCheckTime" : 0.0, //触发开始延时 "checkInterval" : 6, //触发间隔 "triggerInfinite" : true, //是否永远触发 "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.5, //存在时间 }, "abilities": [ /* { "abilityID": "IceSpine_Strike", "abilityName" : "Avatar_Ayaka_Icespine_Strike" },*/ ], }, "IceSpine_Large" : { "$type" : "ConfigGadget", "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 100, "defense" : 0, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn" : true, }, }, "timer" : { "lifeTime" : 3.5, }, "abilities": [ { "abilityID": "IceSpine_Strike", "abilityName" : "Avatar_Ayaka_Icespine_Strike_New" }, ], }, //////////////////////////////////////////////////////////////// // // Frozen Windmill // //////////////////////////////////////////////////////////////// "FrozenWindmill" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 0.4, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, "isGhostToEnemy":true, "isInvincible":true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 3.5, "acceleration" : 0, "stickToGround": { "$type" : "ConfigMoveStickToGround", "heightToGround" : 1, "flexibleRange" : 0.1, "maxStepHeight" : 2, "maxSlopeAngle" : 60, "isStickToWater" : true, "unstickWhenDownSlide": "Keep", "unstickWhenUpSlide": "Stay", }, "syncToRemote" : true, "blockedByMonsterRadius":3, "velocityForce": { "muteAll" : true, }, /* "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", "traceLerpCoef": 5, },*/ }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 5, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerAlways", "triggerCD" : 10.0, }, "triggerActions" : [ /* { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Ayaka_FrozenWindmillDamage", },*/ ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Ayaka_FrozenWindmillDissipate", }, ], }, /* "die": { "dieDisappearEffect":"Eff_Avatar_Girl_Sword_Ayaka_IceButterfly_Bullet_AS", },*/ "abilities": [ { "abilityID": "Material", "abilityName" : "Avatar_Ayaka_FrozenWindmill_Material" }, { "abilityID": "Damage", "abilityName" : "Avatar_Ayaka_FrozenWindmillDamage" }, { "abilityID": "Dissipate", "abilityName" : "Avatar_Ayaka_FrozenWindmillDissipate" }, ], }, //////////////////////////////////////////////////////////////// // // Frozen Windmill Sub // //////////////////////////////////////////////////////////////// "FrozenWindmill_Sub" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 0.4, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, "isGhostToEnemy":true, // "isGhostToAllied":true, "isInvincible":true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 3.5, "acceleration" : 0, "stickToGround": { "$type" : "ConfigMoveStickToGround", "heightToGround" : 1, "flexibleRange" : 0.1, "maxStepHeight" : 2, "maxSlopeAngle" : 60, "isStickToWater" : true, "unstickWhenDownSlide": "Keep", "unstickWhenUpSlide": "Stay", }, "syncToRemote" : true, "blockedByMonsterRadius":1.5, "velocityForce": { "muteAll" : true, }, /* "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", "traceLerpCoef": 5, },*/ }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 5, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerAlways", "triggerCD" : 10.0, }, "triggerActions" : [ /* { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Ayaka_FrozenWindmill_Sub_Damage", },*/ ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Ayaka_FrozenWindmill_Sub_Dissipate", }, ], }, "abilities": [ { "abilityID": "Material", "abilityName" : "Avatar_Ayaka_FrozenWindmill_Sub_Material" }, { "abilityID": "Damage", "abilityName" : "Avatar_Ayaka_FrozenWindmill_Sub_Damage" }, { "abilityID": "Dissipate", "abilityName" : "Avatar_Ayaka_FrozenWindmill_Sub_Dissipate" }, ], }, //////////////////////////////////////////////////////////////// // // Frozen_Butterfly FrostArea // //////////////////////////////////////////////////////////////// "Frozen_Butterfly_Area" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "isGhostToEnemy" : true, "isGhostToAllied" : true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, /* "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 15.0, //存在时间 },*/ "field" : { "concernType" : "AllExcludeGWGO", "shape" : "RectW3L5", //形状,不填为collider "startCheckTime" : 0.0, //触发开始延时 "checkInterval" : 0.5, //触发间隔 "triggerInfinite" : true, //是否永远触发 "lifeInfinite" : false, //如果未触发是否一致存在 "overwriteCampType" : true, "campType" : "All", "checkPoint" : false, "useSurfaceHeight" : true, "lifeTime" : 15.0, }, "abilities": [ { "abilityID": "FrozenButterfly_Area", "abilityName" : "Avatar_Ayaka_FrozenButterfly_Area" }, ], }, "Frozen_Butterfly_Area_Material" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "isGhostToEnemy" : true, "isGhostToAllied" : true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 18.0, //存在时间 }, "abilities": [ { "abilityID": "FrozenButterfly_Area_Material", "abilityName" : "Avatar_Ayaka_FrozenButterfly_Area_Material", }, ], }, //////////////////////////////////////////////////////////////// // // Ayaka_ExtraAttack // //////////////////////////////////////////////////////////////// "Ayaka_ExtraAttack" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, "isGhostToEnemy" : true, "isGhostToAllied" : true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, "abilities": [ { "abilityID": "TriggerDamage", "abilityName":"Avatar_Ayaka_ExtraAttack_Damage_Gadget" }, ], }, //////////////////////////////////////////////////////////////// // // Ayaka NormalAttack05 // //////////////////////////////////////////////////////////////// "Ayaka_NormalAttack_05" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 0.2, //存在时间 }, "move" : { "$type" : "ConfigFollowMove", "target" : "LocalAvatar", "attachPoint" : "RootNode", "followRotation" : true, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 1.0, }, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ignoreScene" : true, "ccd": { "type" : "Always", } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Ayaka_NormalAttack05_Bullet", }, ], "triggerLifeOverActions" : [ /* { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_FlickerWave_Burst", },*/ ], }, "abilities": [ { "abilityID": "TriggerDamage", "abilityName":"Avatar_Ayaka_NormalAttack05_Bullet", }, ], }, //////////////////////////////////////////////////////////////// // // Ayaka_YayoiKaeshi // //////////////////////////////////////////////////////////////// "Ayaka_YayoiKaeshi" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 1.0, //存在时间 }, "abilities": [ { "abilityID": "TriggerDamage", "abilityName":"Avatar_Ayaka_LiquidStrike_YayoiKaeshi" }, ], }, //////////////////////////////////////////////////////////////// // // FlickerWave // //////////////////////////////////////////////////////////////// "FlickerWave" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, "canTriggerBullet" : false, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigTrackBulletMove", "speed" : 5.0, "acceleration" : 10, "traceOnYAxis" : true, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_FlickerWaveDamage", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_FlickerWave_Hit_Fx", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_FlickerWave_Burst", }, ], "killByOther" : false, }, "abilities": [ { "abilityID": "TriggerSpurt", "abilityName":"Avatar_Lisa_FlickerWaveDamage" }, { "abilityID": "Trigger_FlickerWave_Hit_Effect", "abilityName":"Avatar_Lisa_FlickerWave_Hit_Fx" }, { "abilityID": "Trigger_FlickerWave_Burst", "abilityName":"Avatar_FlickerWave_Burst" }, ], }, //////////////////////////////////////////////////////////////// // // PierceLightning_Ball_Bullet // //////////////////////////////////////////////////////////////// "PierceLightning_Ball_Bullet" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigTrackBulletMove", "speed" : 15.0, "acceleration" : 10, "traceOnYAxis" : true, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "PierceLightning_Ball_Bullet_Material", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_FlickerWave_Burst", }, ], "killByOther" : false, }, "abilities": [ { "abilityID": "Material", "abilityName":"PierceLightning_Ball_Bullet_Material" }, { "abilityID": "Trigger_FlickerWave_Burst", "abilityName":"Avatar_FlickerWave_Burst" }, ], }, //////////////////////////////////////////////////////////////// // // Lisa_Attack01 // //////////////////////////////////////////////////////////////// "Lisa_Attack01" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 50.0, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 0.6, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ // { // "$type" : "ConfigGadgetTriggerAbility", // "abilityName" : "Avatar_Lisa_Attack01Damage", // }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_NormalAttack_Hit_Fx", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_NormalAttack_Burst", }, ], "killByOther" : false, }, "abilities": [ { "abilityID": "Trigger_NormalAttack_Hit_Effect", "abilityName":"Avatar_Lisa_NormalAttack_Hit_Fx" }, { "abilityID": "Trigger_NormalAttack_Effect", "abilityName":"Avatar_Lisa_NormalAttack_Burst" }, { "abilityID":"Bullet_Lightning_Material", "abilityName":"Bullet_Lightning_Material" } ], }, //////////////////////////////////////////////////////////////// // // Lisa_Attack02 // //////////////////////////////////////////////////////////////// "Lisa_Attack02" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 7.0, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_NormalAttack_Hit_Fx", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_NormalAttack_Burst", }, ], "killByOther" : false, }, "abilities": [ /* { "abilityID": "TriggerSpurt", "abilityName":"Avatar_Lisa_Attack02Damage" },*/ { "abilityID": "Trigger_NormalAttack_Hit_Effect", "abilityName":"Avatar_Lisa_NormalAttack_Hit_Fx" }, { "abilityID": "Trigger_NormalAttack_Effect", "abilityName":"Avatar_Lisa_NormalAttack_Burst" }, ], }, //////////////////////////////////////////////////////////////// // // Lisa_Attack03 // //////////////////////////////////////////////////////////////// "Lisa_Attack03" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 7.0, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_NormalAttack_Hit_Fx", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Lisa_NormalAttack_Burst", }, ], "killByOther" : false, }, "abilities": [ /* { "abilityID": "TriggerSpurt", "abilityName":"Avatar_Lisa_Attack03Damage" },*/ { "abilityID": "Trigger_NormalAttack_Hit_Effect", "abilityName":"Avatar_Lisa_NormalAttack_Hit_Fx" }, { "abilityID": "Trigger_NormalAttack_Effect", "abilityName":"Avatar_Lisa_NormalAttack_Burst" }, ], }, //////////////////////////////////////////////////////////////// // // Kevin_RockImpact // //////////////////////////////////////////////////////////////// "Kevin_RockImpact" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1, }, "affectedByWorld": true, "checkInSurface": false, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, "weight" : 150, }, "combatLock": { "denyLockOn" : true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "size" : { "x": 0.4, "y": 0.4, "z": 1.0, }, "duration" : 0.0, "triggerType" : "TriggerNoRepeat", "born": { "$type": "ConfigBornByCollisionPoint", }, }, "attackInfo": { "attackProperty": { "damagePercentage": 2.0, "elementType": "Rock", "elementDurability": 0, }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV3", // "hitLevel": "Heavy", //hitlevel = 3 // "hitImpulseX": 200, //hitlevel = 3 // "hitImpulseY": 0, //hitlevel = 3 "reboundRatio": 0, "hitHaltTime": 0.12, "hitHaltTimeScale": 0.01, "muteHitText":false, }, // "forceCameraShake": false, "cameraShake" : { "shakeRange": 0.07, "shakeTime": 0.1, }, }, }, }, }, //冲击波贴地移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 10, "stickToGround" : { "$type" : "ConfigMoveStickToGround", "heightToGround" : 0.5, "flexibleRange" : 0.05, "maxStepHeight" : 0.5, "maxSlopeAngle" : 60, // "isStickToWater" : true, }, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 1.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", //子弹碰撞触发技能 "abilityName" : "Test_RockImpactDamage", }, { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, ], "killByOther": true, }, "abilities": [ { "abilityID": "FireEffect", "abilityName":"Avatar_Kevin_RockImpact_FireEffect" }, { "abilityID": "Test_RockImpactDamage", "abilityName":"Test_RockImpactDamage" }, ], }, "RockImpactTrap" : { "$type" : "ConfigGadget", // "timer" : // { // "lifeInfinite" : false, //如果未触发是否一致存在 // "lifeTime" : 10.0, //存在时间 // }, "field" : { "concernType" : "CombatExcludeGWGO", "shape" : "RectW2L4", //形状,不填为collider "startCheckTime" : 0.0, //触发开始延时 "checkInterval" : 0.2, //触发间隔 "triggerInfinite" : true, //是否永远触发 "lifeInfinite" : false, //如果未触发是否一致存在 "overwriteCampType" : true, "campType" : "Enemy", "checkPoint" : false, "useSurfaceHeight" : true, "lifeTime" : 10.0, }, "abilities": [ { "abilityID": "ModifiedTrigger", "abilityName" : "slowdowntrap" }, ], }, //////////////////////////////////////////////////////////////// // // Barbara_Attack01 // //////////////////////////////////////////////////////////////// "Barbara_Attack01" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 7.0, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "", }, ], "killByOther" : false, }, "abilities": [ ], }, //////////////////////////////////////////////////////////////// // // Barbara_Attack02(普攻第四下) // //////////////////////////////////////////////////////////////// "Barbara_Attack02" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 1.0, //存在时间 }, "abilities": [ { "abilityID": "TriggerDamage", "abilityName":"Avatar_Barbara_Attack04Damage" }, ], }, //////////////////////////////////////////////////////////////// // // Barbara_Attack03 // //////////////////////////////////////////////////////////////// "Barbara_Attack03" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 30.0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 7.0, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "", }, ], "killByOther" : false, }, "abilities": [ ], }, //////////////////////////////////////////////////////////////// // // Barbara_WetShiled // //////////////////////////////////////////////////////////////// "Barbara_WetShiled": { "$type": "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "HP": 99999, "defense": 99999, "isGhostToEnemy":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit": { "hitBloodEffect": "", "muteAllHit": true, "muteAllHitEffect": true, "muteAllHitText": true, }, }, "field": { "shape": "CircleR0_5", //形状,不填为collider "lifeTime": 15.0, //存在时间 "useCollider":false,// don't use unity collider }, "move" : { "$type" : "ConfigFollowMove", "target" : "LocalAvatar", "attachPoint" : "RootNode", "followRotation" : false, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 1.0, }, }, "abilities": [ { "abilityID": "WetShiled_Heal", "abilityName": "Avatar_Barbara_WetShiled_Heal" }, { "abilityID": "WetShiled_Impact", "abilityName": "Avatar_Barbara_WetShiled_Impact" }, { "abilityID": "WetShiled_Eff", "abilityName": "Barbara_Eff_WetShiled" }, ], }, //////////////////////////////////////////////////////////////// // // Eff_WetShiled // //////////////////////////////////////////////////////////////// "Eff_WetShiled": { "$type": "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "hasModel": true, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "HP": 99999, "defense": 99999, "isGhostToEnemy":true, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit": { "hitBloodEffect": "", "muteAllHit": true, "muteAllHitEffect": true, "muteAllHitText": true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackCircle", "triggerType": "TriggerNoRepeat", "height": 0.5, "fanAngle": 360.0, "radius": 1.0, "checkHitScene": true, "born": { "$type": "ConfigBornBySelf", "offset" : { "x": 0.0, "y": -0.25, "z": 0.0, }, }, }, "attackInfo": { "canBeModifiedBy" : "OriginOwner", "attenuationTag": "Elemental_Art", "attenuationGroup":"Barbara_WetShield", "attackProperty": { "damagePercentage": 0, "strikeType": "Default", "elementType" : "Water", "elementDurability" : 25, "elementRank" : 1.5, "enBreak": 0, }, "hitPattern" : { "onHitEffectName":"none", "hitImpulseType":"LV0", "retreatType": "ByHitDirection", "reboundRatio" : 0, "canBeDefenceHalt" : true, "hitHaltTime" : 0.05, "hitHaltTimeScale" : 0.05, "muteHitText" : false, }, "forceCameraShake": false, }, }, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 16.8, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerAlways", "triggerCD" : 1.5, "ignoreScene" : true, }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Barbara_WetShiled_Impact", }, { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Barbara_Eff_WetShiled_LifeOver", }, ], }, "move" : { "$type" : "ConfigFollowMove", "target" : "LocalAvatar", "attachPoint" : "RootNode", "followRotation" : false, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 1.0, }, "followOwnerInvisible" : true, }, "abilities": [ { "abilityID": "WetShiled_Heal", "abilityName": "Avatar_Barbara_WetShiled_Heal" }, { "abilityID": "WetShiled_Impact", "abilityName": "Avatar_Barbara_WetShiled_Impact" }, { "abilityID": "WetShiled_Eff", "abilityName": "Barbara_Eff_WetShiled" }, { "abilityID": "WetShiled_Eff_LifeOver", "abilityName": "Barbara_Eff_WetShiled_LifeOver" }, { "abilityID": "HittingOthers", "abilityName": "Barbara_Eff_WetShiled_HittingOthers" }, ], }, //////////////////////////////////////////////////////////////// // // WindBreathe_Tornado // //////////////////////////////////////////////////////////////// "WindBreathe_Tornado" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty": true, "HP": 99999, "defense": 99999, "isInvincible":true, }, "combatLock": { "denyLockOn": true, }, "beHit": { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, //移动方式 "move" : { "$type" : "ConfigLinerBulletMove", //直线向前移动 "delay": 1.0, "speed" : 15, "acceleration": -35, "accelerationTime": 0.3, "velocityForce": { //WindZone单位不吃风的力 "excludeForces": ["WindZoneType","AirflowType","RiseType","SpeedupType","AirflowAccType"], }, "stickToGround": { "$type" : "ConfigMoveStickToGround", "heightToGround" : 1.5, "flexibleRange" : 0.5, "maxStepHeight" : 2.5, "maxSlopeAngle" : 60, "isStickToWater" : true, "unstickWhenDownSlide": "Keep", "unstickWhenUpSlide": "Stay", }, "syncToRemote" : true, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 6.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerAlways", "triggerCD" : 0.3, }, "triggerActions" : [ /* { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Player_WindBreathe_Tornado_Mix", },*/ ], "triggerLifeOverActions" : [ /* { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Player_WindBreathe_Dissipate", },*/ ], }, "abilities": [ { "abilityID": "WindBreathe_Tornado", "abilityName": "Avatar_Player_WindBreathe_Tornado" }, { "abilityID": "WindBreathe_Tornado_Dissipate", "abilityName": "Avatar_Player_WindBreathe_Dissipate" }, { "abilityID": "WindBreathe_Tornado_Mix", "abilityName": "Avatar_Player_WindBreathe_Tornado_Mix" }, ], }, //////////////////////////////////////////////////////////////// // // Player_Wind_Arashi 主角风系天赋 普攻第五击打出风刃 // //////////////////////////////////////////////////////////////// "Player_Wind_Arashi" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 0, "defense" : 999999, "isInvincible":true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 25, "acceleration" : 0, "accelerationTime" : 0, /*"stickToGround": { "$type" : "ConfigMoveStickToGround", "heightToGround" : 1, "flexibleRange" : 0.1, "maxStepHeight" : 2, "maxSlopeAngle" : 60, "isStickToWater" : true, "unstickWhenDownSlide": "Keep", },*/ /* "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", "traceLerpCoef": 10, },*/ }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 0.5, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ignoreScene" : true, "ccd": { "type" : "Always", } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Player_Wind_Arashi_Bullet", }, ], "triggerLifeOverActions" : [ /* { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_FlickerWave_Burst", },*/ ], }, "abilities": [ { "abilityID": "Trigger", "abilityName":"Avatar_Player_Wind_Arashi_Bullet" }, { "abilityID": "Material", "abilityName":"Avatar_Player_Wind_Arashi_Bullet_Material" }, ], }, //////////////////////////////////////////////////////////////// // // Player_ExtraAttack_Wave 主角分支攻击刀波 // //////////////////////////////////////////////////////////////// "PlayerBoy_ExtraAttack_Wave" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 25, "velocityForce": { //WindZone单位不吃风的力 "muteAll": true, }, /* "stickToGround": { "$type" : "ConfigMoveStickToGround", "heightToGround" : 0.1, "flexibleRange" : 0.3, "maxStepHeight" : 2, "maxSlopeAngle" : 60, "isStickToWater" : true, "dieOnBlocked" : false, "unstickWhenDownSlide": "Keep", "unstickWhenUpSlide": "Stay", "flyOnDownSlide" : true, },*/ }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 1.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ignoreScene" : true, }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Player_ExtraAttack_Damage", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Player_ExtraAttack_Damage", }, ], }, "abilities": [ { "abilityID": "Trigger", "abilityName":"Avatar_Player_ExtraAttack_Damage", }, ], }, //////////////////////////////////////////////////////////////// // // Hogyoku // //////////////////////////////////////////////////////////////// "Hogyoku_Base" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "defense" : 999999, "weight" : 150, "isGhostToEnemy" : true, "isGhostToAllied" : true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 15, //存在时间 }, "abilities": [ { "abilityID": "Barrier_Generate", "abilityName":"Avatar_Player_Hogyoku_Base" }, ], }, "Hogyoku_Barrier" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1, }, }, "hasConnectTrigger":true, "moveRefreshGroundForceUp": true, "combat" : { "property": { "useCreatorProperty" : true, "canTriggerBullet" : true, "weight" : 150, }, "combatLock": { "denyLockOn": true, }, "die": { }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : false, "muteAllHitEffect" : false, "muteAllHitText" : true, }, }, "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 40, //存在时间 }, "abilities": [ { "abilityID": "Barrier_Ability", "abilityName" : "Avatar_Player_Hogyoku_Barrier" }, { "abilityID": "Barrier_Material", "abilityName" : "Avatar_Player_Hogyoku_Barrier_Material" }, { "abilityID": "Barrier_Summon_Detect", "abilityName" : "Avatar_RockGadget_Summon_Detect" }, { "abilityID":"WeightRatio", "abilityName":"RocketGadget_WeightRatio", }, { "abilityName":"Avatar_RockGadget_KillByBlunt", }, ], // "navigation" : // { // "type" : "Obstacle", // "sizeX" : 2.8, // "sizeY" : 4.0, // "sizeZ" : 2.8, // } }, "Hogyoku_Barrier_EndBoom" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "useCreatorBuffedProperty" : true, // 继承的数值是否使用创造者身上的buff带来的property进行计算,仅在useCreatorProperty为true,或useCreatorPropertyPartly有值时生效,说白了就是创生时主人的临时buff对它起不起效 "useAbilityProperty" : false, // 是否使用自己的AbilityState中的AbilityProperty进行CombatProperty的计算,说白了就是自己后续还吃不吃临时buff。 "denyLockOn" : true, "canTriggerBullet" : true, "denyElementStick": true, "isGhostToAllied": true, "isGhostToEnemy": true, "isInvincible": true, }, "combatLock": { "denyLockOn": true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 2.0, //存在时间 }, "abilities": [ { "abilityID": "Avatar_Player_Hogyoku_Barrier_EndBoom", "abilityName" : "Avatar_Player_Hogyoku_Barrier_EndBoom" }, ], }, "Hogyoku_Bullet" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 2.4, "scaleY" : 2.4, "scaleZ" : 2.4, }, "affectedByWorld" : true, "checkInSurface" : false, }, "timer" : { "lifeTime": 0.2, }, "combat" : { "property": { "useCreatorProperty" : true, }, "combatLock": { "denyLockOn": true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 50.0, "syncToRemote" : true, }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ignoreWater":true, "ccd": { "type" : "Always", } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Player_HogyokuBullet", }, ], "triggerLifeOverActions": [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Player_HogyokuBullet_LifeOver", }, ] }, "abilities": [ { "abilityID": "CreateHogyoku", "abilityName" : "Avatar_Player_HogyokuBullet" }, { "abilityID": "LifeOver_Action", "abilityName" : "Avatar_Player_HogyokuBullet_LifeOver" }, ], }, //////////////////////////////////////////////////////////////// // // RockTide // //////////////////////////////////////////////////////////////// "RockTide" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, }, "die": { }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, "timer" : { "lifeTime": 23, }, "abilities": [ { "abilityID": "RockTide_Attack", "abilityName" : "Avatar_Player_RockTide_AttackWave" }, { "abilityID": "RockTide_Barrier_Appear", "abilityName" : "Avatar_Player_RockTide_Barrier_Appear" }, ], }, "RockTide_Barrier" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 4.2, "scaleY" : 2.0, "scaleZ" : 1.2, }, }, "hasConnectTrigger":true, "combat" : { "property": { "useCreatorProperty" : true, "weight" : 150, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : false, "muteAllHitEffect" : false, "muteAllHitText" : true, }, "die": { }, }, /* "timer" : { "lifeTime": 10, },*/ "field" : { "shape" : "RockTide_Barrier", //形状,不填为collider "lifeTime" : 20.0, //存在时间 }, "abilities": [ { "abilityID": "Barrier_Ability", "abilityName" : "Avatar_Player_RockTide_Barrier" }, { "abilityID": "Barrier_Summon_Detect", "abilityName" : "Avatar_RockGadget_Summon_Detect" }, { "abilityID":"WeightRatio", "abilityName":"RocketGadget_WeightRatio", }, { "abilityName":"Avatar_RockGadget_KillByBlunt", }, ], }, //////////////////////////////////////////////////////////////// // // PierceLightning_Ball // //////////////////////////////////////////////////////////////// "PierceLightning_Ball" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty": true, "HP" : 100, "defense" : 0, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "die": { "dieDisappearEffect":"Eff_Lisa_PierceLightning_Ball_Fade", }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, "timer" : { "lifeTime": 16, }, "abilities": [ { "abilityID": "PierceLightning_Ball_Attack", "abilityName" : "Avatar_Lisa_PierceLightning_Ball_Attack" }, { "abilityID": "PierceLightning_Ball_FX", "abilityName" : "Avatar_Lisa_PierceLightning_Ball_FX" }, ], }, //////////////////////////////////////////////////////////////// // // Venti_NormalAttack // //////////////////////////////////////////////////////////////// "Venti_Arrow_01" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "triggerType" : "TriggerNoRepeat", "size" : { "x": 0.1, "y": 0.1, "z": 1.0, }, "born": { "$type": "ConfigBornByCollisionPoint", "offset" : { "x": 0.0, // + means up, - means down "y": 0.0, // + means left, - means right "z": -0.5, // + means forward, - means backward } }, "checkHitLayerType": "Both", }, "attackInfo": { "canBeModifiedBy" : "OriginOwner", "attackTag": "NormalAttack_01", "attackProperty": { "damagePercentage": 0.205, "strikeType": "Pierce", "enBreak" : 6, }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV1", "reboundRatio": 0, "hitHaltTime": 0.0, "hitHaltTimeScale": 0.0, "muteHitText":false, }, "forceCameraShake": false, "cameraShake": { "shakeRange": 0.02, "shakeTime": 0.1, }, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 40.0, "straightRange" : 7.0, "gravityOfAcceleration" : 15.0, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 8.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Light_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootArrow_Light_Material" }, ], }, "Venti_Arrow_02" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "triggerType" : "TriggerNoRepeat", "size" : { "x": 0.1, "y": 0.1, "z": 1.0, }, "born": { "$type": "ConfigBornByCollisionPoint", "offset" : { "x": 0.0, // + means up, - means down "y": 0.0, // + means left, - means right "z": -0.5, // + means forward, - means backward } }, "checkHitLayerType": "Both", }, "attackInfo": { "canBeModifiedBy" : "OriginOwner", "attackTag": "NormalAttack_02", "attackProperty": { "damagePercentage": 0.46, "strikeType": "Pierce", "enBreak" : 13.8, }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV1", "reboundRatio": 0, "hitHaltTime": 0.0, "hitHaltTimeScale": 0.0, "muteHitText":false, }, "forceCameraShake": false, "cameraShake": { "shakeRange": 0.02, "shakeTime": 0.1, }, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 40.0, "straightRange" : 7.0, "gravityOfAcceleration" : 15.0, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 8.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material" }, ], }, "Venti_Arrow_03" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "triggerType" : "TriggerNoRepeat", "size" : { "x": 0.1, "y": 0.1, "z": 1.0, }, "born": { "$type": "ConfigBornByCollisionPoint", "offset" : { "x": 0.0, // + means up, - means down "y": 0.0, // + means left, - means right "z": -0.5, // + means forward, - means backward } }, "checkHitLayerType": "Both", }, "attackInfo": { "canBeModifiedBy" : "OriginOwner", "attackTag": "NormalAttack_03", "attackProperty": { "damagePercentage": 0.52, "strikeType": "Pierce", "enBreak" : 15.6, }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV1", "reboundRatio": 0, "hitHaltTime": 0.0, "hitHaltTimeScale": 0.0, "muteHitText":false, }, "forceCameraShake": false, "cameraShake": { "shakeRange": 0.02, "shakeTime": 0.1, }, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 40.0, "straightRange" : 7.0, "gravityOfAcceleration" : 15.0, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 8.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material" }, ], }, "Venti_Arrow_04" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "triggerType" : "TriggerNoRepeat", "size" : { "x": 0.1, "y": 0.1, "z": 1.0, }, "born": { "$type": "ConfigBornByCollisionPoint", "offset" : { "x": 0.0, // + means up, - means down "y": 0.0, // + means left, - means right "z": -0.5, // + means forward, - means backward } }, "checkHitLayerType": "Both", }, "attackInfo": { "canBeModifiedBy" : "OriginOwner", "attackTag": "NormalAttack_04", "attackProperty": { "damagePercentage": 0.265, "strikeType": "Pierce", "enBreak" : 7.68, }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV1", "reboundRatio": 0, "hitHaltTime": 0.0, "hitHaltTimeScale": 0.0, "muteHitText":false, }, "forceCameraShake": false, "cameraShake": { "shakeRange": 0.02, "shakeTime": 0.1, }, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 40.0, "straightRange" : 7.0, "gravityOfAcceleration" : 15.0, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 8.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Light_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootArrow_Light_Material" }, ], }, "Venti_Arrow_05" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "triggerType" : "TriggerNoRepeat", "size" : { "x": 0.1, "y": 0.1, "z": 1.0, }, "born": { "$type": "ConfigBornByCollisionPoint", "offset" : { "x": 0.0, // + means up, - means down "y": 0.0, // + means left, - means right "z": -0.5, // + means forward, - means backward } }, "checkHitLayerType": "Both", }, "attackInfo": { "canBeModifiedBy" : "OriginOwner", "attackTag": "NormalAttack_05", "attackProperty": { "damagePercentage": 0.5, "strikeType": "Pierce", "enBreak" : 15, }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV1", "reboundRatio": 0, "hitHaltTime": 0.0, "hitHaltTimeScale": 0.0, "muteHitText":false, }, "forceCameraShake": false, "cameraShake": { "shakeRange": 0.02, "shakeTime": 0.1, }, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 40.0, "straightRange" : 7.0, "gravityOfAcceleration" : 15.0, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 8.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material" }, ], }, "Venti_Arrow_06" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "triggerType" : "TriggerNoRepeat", "size" : { "x": 0.1, "y": 0.1, "z": 1.0, }, "born": { "$type": "ConfigBornByCollisionPoint", "offset" : { "x": 0.0, // + means up, - means down "y": 0.0, // + means left, - means right "z": -0.5, // + means forward, - means backward } }, "checkHitLayerType": "Both", }, "attackInfo": { "canBeModifiedBy" : "OriginOwner", "attackTag": "NormalAttack_06", "attackProperty": { "damagePercentage": 0.68, "strikeType": "Pierce", "enBreak" : 20.4, }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV1", "reboundRatio": 0, "hitHaltTime": 0.0, "hitHaltTimeScale": 0.0, "muteHitText":false, }, "forceCameraShake": false, "cameraShake": { "shakeRange": 0.02, "shakeTime": 0.1, }, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 70.0, "straightRange" : 10.0, "gravityOfAcceleration" : 30.0, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 8.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "ATK01", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootArrow_Heavy_Material" }, ], }, //////////////////////////////////////////////////////////////// // // Venti_AimingArrow // //////////////////////////////////////////////////////////////// "AimingArrow_Wind" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 60.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 50.0, "straightRange" : 25.0, "gravityOfAcceleration" : 5.5, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 20.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Enchanted_Wind", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootAimingArrow_Material", }, ], }, "abilities": [ { "abilityID": "Wind_Fx", "abilityName" : "Avatar_Venti_ShootArrow_Enchanted_Wind" }, { "abilityID": "Arrow_Fx", "abilityName" : "Avatar_Venti_ShootAimingArrow_Material" }, ], }, //withoutwind "AimingArrow_WithoutWind" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 50.0, "straightRange" : 25.0, "gravityOfAcceleration" : 5.5, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 20.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootArrow_Enchanted_WithoutWind", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootAimingArrowWithoutWind_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID":"Arrow_WithoutWind", "abilityName":"Avatar_Venti_ShootArrow_Enchanted_WithoutWind", }, { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootAimingArrowWithoutWind_Material" }, ], }, //////////////////////////////////////////////////////////////// // // Venti_Talent_AimingArrow // //////////////////////////////////////////////////////////////// "Venti_Talent_AimingArrow_Wind" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 60.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 50.0, "straightRange" : 25.0, "gravityOfAcceleration" : 5.5, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 20.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_Talnet_ShootArrow_Enchanted_Wind", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootAimingArrow_Material", }, ], }, "abilities": [ { "abilityID": "Wind_Fx", "abilityName" : "Avatar_Venti_Talnet_ShootArrow_Enchanted_Wind" }, { "abilityID": "Arrow_Fx", "abilityName" : "Avatar_Venti_ShootAimingArrow_Material" }, ], }, //withoutwind "Venti_Talent_AimingArrow_WithoutWind" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerParabolaBulletMove", "speed" : 50.0, "straightRange" : 25.0, "gravityOfAcceleration" : 5.5, "airResistance" : 0.01, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 20.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_Talnet_ShootArrow_Enchanted_WithoutWind", }, { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Venti_ShootAimingArrowWithoutWind_Material", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Arrow_Material", "abilityName" : "Avatar_Venti_ShootAimingArrowWithoutWind_Material" }, { "abilityID": "WithoutWind_Fx", "abilityName" : "Avatar_Venti_Talnet_ShootArrow_Enchanted_WithoutWind" }, ], }, //////////////////////////////////////////////////////////////// // // Hurricane_Arrow // //////////////////////////////////////////////////////////////// "Hurricane_Arrow" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "HP": 99999, "defense": 99999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit": { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // "field" : // { // "shape" : "CircleR3", //形状,不填为collider // "startCheckTime" : 0.0, //触发开始延时 // "checkInterval" : 0.5, //触发间隔 // "triggerInfinite" : true, //是否永远触发 // "triggerCount" : 0, //触发次数,结束后销毁 // "lifeInfinite" : false, //如果未触发是否一致存在 // "lifeTime" : 8.0, //存在时间 // }, "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 20.0, //存在时间 }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { // "targetType" : "Enemy", // "triggerType" : "TriggerOnce", }, "triggerLifeOverActions" : [ // { // "$type" : "ConfigGadgetTriggerAbility", // "abilityName" : "Avatar_Venti_Hurricane_Dissipate", // }, ], // "dieDelayTime":2, }, "abilities": [ { "abilityID": "Hurricane", "abilityName" : "Hurricane_FX" }, { "abilityID":"Hurricane_Mix", "abilityName":"Avatar_Venti_Hurricane_Mix", }, { "abilityID":"Hurricane_Dissipate", "abilityName":"Avatar_Venti_Hurricane_Dissipate", }, { "abilityID":"Hurricane_DropBall", "abilityName":"Avatar_Venti_Hurricane_DropBall", }, ], }, //////////////////////////////////////////////////////////////// // // WindBlade // //////////////////////////////////////////////////////////////// "Venti_WindBlade" : { "$type" : "ConfigGadget", "common": { "scale": 3.0, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 100, "attack" : 10, "defense" : 0, "denyLockOn" : true, "isGhostToAllied" : true, "isGhostToEnemy" : true, "canTriggerBullet" : false, }, }, "field" : { "shape" : "CircleR3", //形状,不填为collider "startCheckTime" : 0.0, //触发开始延时 "checkInterval" : 0.5, //触发间隔 "triggerInfinite" : true, //是否永远触发 "triggerCount" : 0, //触发次数,结束后销毁 "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, "abilities": [ { "abilityID": "WindBlade_FX", "abilityName" : "Venti_WindBlade_FX" }, ], }, //////////////////////////////////////////////////////////////// // // WindBlade_Land // //////////////////////////////////////////////////////////////// "Venti_WindBlade_Land" : { "$type" : "ConfigGadget", "common": { "scale": 3.0, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 100, "attack" : 10, "defense" : 0, "isGhostToAllied" : true, "isGhostToEnemy" : true, "canTriggerBullet" : false, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, }, "field" : { "shape" : "CircleR3", //形状,不填为collider "startCheckTime" : 0.0, //触发开始延时 "checkInterval" : 0.5, //触发间隔 "triggerInfinite" : true, //是否永远触发 "triggerCount" : 0, //触发次数,结束后销毁 "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, "abilities": [ { "abilityID": "WindBlade_FX_Land", "abilityName" : "Venti_WindBlade_FX_Land" }, ], }, ////////////////////////////////////////////////////////////////////////// // // 温迪天赋风场 // ////////////////////////////////////////////////////////////////////////// "Venti_WindField" : { "$type" : "ConfigGadget", "misc" : { "forceField" : { "$type": "ConfigAirflowField", "velocity" : 10, "scale": 1.5 }, }, "timer": { "lifeTime" : 20.0, //存在时间 }, "die" : { "dieForceDisappearTime" : 0.1, "dieEndTime": 0.1, }, "abilities": [ { "abilityID": "Venti_WindField", "abilityName" : "Avatar_Venti_WindField" }, ], }, //////////////////////////////////////////////////////////////// // // ClawMark_Mark // //////////////////////////////////////////////////////////////// "ClawMark_Mark" : { "$type" : "ConfigGadget", }, "ClawMark_Mark_Lycan" : { "$type" : "ConfigGadget", }, //////////////////////////////////////////////////////////////// // // Sneak_Crouch_Throw // //////////////////////////////////////////////////////////////// "Sneak_Crouch_Throw" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld" : true, }, "timer" : { "lifeTime": 10, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 // "HP" : 999999, // "attack" : 15.0, // "defense" : 999999, "canTriggerBullet" : false, }, "combatLock": { "denyLockOn":true, "lockType":"Gadget_Lv1", }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, "animEvents" : { "ATK01": { "attackPattern" : { "$type" : "ConfigAttackBox", "triggerType" : "TriggerNoRepeat", "size" : { "x": 0.1, "y": 0.1, "z": 1.0, }, "born": { "$type": "ConfigBornByCollisionPoint", "offset" : { "x": 0.0, // + means up, - means down "y": 0.0, // + means left, - means right "z": -0.5, // + means forward, - means backward } }, "checkHitLayerType": "Both", }, "attackInfo": { "attackProperty": { "damagePercentage": 0.16, "strikeType": "Pierce", }, "hitPattern" : { "onHitEffectName": "default", "hitImpulseType":"LV0", "reboundRatio": 0, "hitHaltTime": 0.12, "hitHaltTimeScale": 0.01, "muteHitText":false, }, "forceCameraShake": false, "cameraShake": { "shakeRange": 0.02, "shakeTime": 0.1, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigParabolaBulletMove", "speed" : 10.0, "angleOffHor" : 27, "gravityOfAcceleration" : 30, // 子弹不同步会因为abilityproperty的同步较慢会造成一部分速度丢失,落地点会差别稍大 "syncToRemote" : true, }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", // "abilityName" : "Avatar_Ambor_CreateDummy", "abilityName" : "Avatar_PlayerBoy_CreateCrouchThrow", }, ], }, // "stateLayers": // { // "defaultLayer": // { // "$type": "ConfigNormalStateLayer", // "stateIDs": // { // "NormalMove": // { // "$type": "ConfigNormalStateIDInfo", // "animatorStates": // { // }, // }, // }, // }, // }, "abilities": [ { "abilityID": "CreateCrouchThrow", "abilityName" : "Avatar_PlayerBoy_CreateCrouchThrow" }, { "abilityID": "SpeedFix", "abilityName" : "Avatar_PlayerBoy_CrouchThrow_Speed_Fix" }, ], "audio": { "$type": "ConfigGadgetAudio", "animAudio" : { "onTransitionIn" : [ //{ // "currentStateName": "Throw", // "audioEvent": { "text": "Play_sfx_char_skill_dummy_throw" }, // "otherStateNames": [], // "usage": "Any" //} ], } } }, //////////////////////////////////////////////////////////////// // // FindCat_Crouch_Throw // //////////////////////////////////////////////////////////////// "FindCat_Dummy": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_Item_Hint_Small", }, "timer" : { "lifeTime": 10, }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : true, }, }, }, "FindCat_Crouch_Throw" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 2.4, "scaleY" : 2.4, "scaleZ" : 2.4, }, "affectedByWorld" : true, "checkInSurface": false, }, "combat": { "property": { "useCreatorProperty" : false, "HP": 500, "isInvincible" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, } }, // 子弹线性移动 "move" : { "$type" : "ConfigParabolaBulletMove", "speed" : 10.0, "angleOffHor" : 27, "gravityOfAcceleration" : 30, // 子弹不同步会因为abilityproperty的同步较慢会造成一部分速度丢失,落地点会差别稍大 "syncToRemote" : true, }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "None", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", // "abilityName" : "Avatar_Ambor_CreateDummy", "abilityName" : "Avatar_PlayerBoy_CreateFindCatThrow", }, ], }, // "stateLayers": // { // "defaultLayer": // { // "$type": "ConfigNormalStateLayer", // "stateIDs": // { // "NormalMove": // { // "$type": "ConfigNormalStateIDInfo", // "animatorStates": // { // }, // }, // }, // }, // }, "abilities": [ { "abilityID": "CreateFindCatThrow", "abilityName" : "Avatar_PlayerBoy_CreateFindCatThrow" }, { "abilityID": "SpeedFix", "abilityName" : "Avatar_PlayerBoy_FindCatThrow_Speed_Fix" }, ], // "audio": // { // "$type": "ConfigGadgetAudio", // "animAudio" : // { // "onTransitionIn" : // [ // //{ // // "currentStateName": "Throw", // // "audioEvent": { "text": "Play_sfx_char_skill_dummy_throw" }, // // "otherStateNames": [], // // "usage": "Any" // //} // ], // } // } }, //////////////////////////////////////////////////////////////// // // Quest_Bean_Throw 70300124 一斗任务线撒豆子 // //////////////////////////////////////////////////////////////// "Quest_Bean_Throw" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld" : true, }, "timer" : { "lifeTime": 10, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "canTriggerBullet" : false, }, "combatLock": { "denyLockOn":true, "lockType":"Gadget_Lv1", }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigParabolaBulletMove", "speed" : 10.0, "angleOffHor" : 27, "gravityOfAcceleration" : 30, // 子弹不同步会因为abilityproperty的同步较慢会造成一部分速度丢失,落地点会差别稍大 "syncToRemote" : true, }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Gadget_Quest_Bean", }, ], }, "abilities": [ { "abilityID": "Gadget_Quest_Bean", "abilityName" : "Gadget_Quest_Bean" }, ], }, //////////////////////////////////////////////////////////////// // // Ice Virus // //////////////////////////////////////////////////////////////// "IceVirus" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "denyLockOn" : true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, "animEvents" : { "Ice_Virus_Explode": { "attackPattern" : { "$type" : "ConfigAttackSphere", "radius" : 3.0, "duration" : 0.0, "triggerType" : "TriggerNoRepeat", "born": { "$type": "ConfigBornByCollisionPoint", }, }, "attackInfo": { "attackTag" : "IceVirus_Ein", "attackProperty": { "damagePercentage": 1.5, "strikeType": "Blunt", "elementType" : "Ice", "elementDurability" : 40, }, "hitPattern" : { "onHitEffectName": "default", "hitLevel": "Heavy", //hitlevel = 3 "hitImpulseX": 200, //hitlevel = 3 "hitImpulseY": 0, //hitlevel = 3 "reboundRatio": 0, "hitHaltTime": 0.12, "hitHaltTimeScale": 0.01, "muteHitText":false, }, // "forceCameraShake": false, "cameraShake" : { /* "shakeRange": 0.07, "shakeTime": 0.1,*/ }, }, }, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 8, "stickToGround": { "$type" : "ConfigMoveStickToGround", "heightToGround" : 1.2, "flexibleRange" : 0.2, "maxStepHeight" : 2, "maxSlopeAngle" : 60, "isStickToWater" : true, "dieOnBlocked" : false, "unstickWhenDownSlide": "Keep", "unstickWhenUpSlide": "Stay", "flyOnDownSlide" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 2.5, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ignoreScene" : true, }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Aquaria_IceVirus_Bullet", }, /* { "$type" : "ConfigGadgetDoAttackEvent", "attackEvent" : "Ice_Virus_Explode", },*/ ], "triggerLifeOverActions" : [ /* { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_FlickerWave_Burst", },*/ ], }, "abilities": [ { "abilityID": "Trigger", "abilityName":"Avatar_Aquaria_IceVirus_Bullet", }, { "abilityID": "Material", "abilityName":"Avatar_Aquaria_IceVirus_Bullet_Material", }, ], }, "AmborFlyBullet" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 0.4, }, "affectedByWorld": true, "checkInSurface": true, "mass": 10.0, }, //战斗参数 "combat" : { "property": { "useCreatorProperty": true, "HP" : 99999, "attack" : 0, "defense" : 0, //"isInvincible":true, "isLockHP": true, "isGhostToAllied" : true, "isGhostToEnemy" : false, }, "combatLock": { "denyLockOn": true, }, }, "move" : { "$type" : "ConfigParabolaBulletMove", "speed" : 0, "angleOffHor": 0, "gravityOfAcceleration" : 80, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, // "updateAngle" : // { // "$type": "ConfigBulletMoveAngleRotating", // "angularVelocity": // { // "x": -1350, // "y": 0, // "z": 0, // }, // }, "correction" : { "$type":"ConfigParabolaBulletMoveCorrection", "deviation": 0, "fixAngleOfVer": 110.0, "minSpeed": 1.0, "maxSpeed": 50.0, }, }, "equipment" : { "attachTo" : "equip03", "equipEntityType" : "Spear", }, "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 15.0, //存在时间 }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "AmborFlyBullet_Explode", }, ], "triggerLifeOverActions" : [ // { // "$type" : "ConfigGadgetTriggerAbility", // "abilityName" : "Jumping_Drug_Explode2", // }, ], "killByOther" : true, }, "abilities": [ { "abilityID": "Ambor_Explode", "abilityName" : "AmborFlyBullet_Explode" }, // { // "abilityID": "Bomb_Element", // "abilityName" : "Hili_Fire_Bomb_Element" // }, ], }, //////////////////////////////////////////////////////////////// // // Pole_Attack // //////////////////////////////////////////////////////////////// "Pole_Attack" : { "$type" : "ConfigGadget", "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 100, "defense" : 0, "canTriggerBullet" : false, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, }, "field" : { "shape" : "CircleR1", //形状,不填为collider "startCheckTime" : 0.0, //触发开始延时 "checkInterval" : 6, //触发间隔 "triggerInfinite" : true, //是否永远触发 "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 2.5, //存在时间 }, "abilities": [ { "abilityID": "Pole_Attack", "abilityName" : "Avatar_Prototype_Pole_Attack" }, ], }, //////////////////////////////////////////////////////////////// // // Lisa_ExtraAttack // //////////////////////////////////////////////////////////////// "Lisa_ExtraAttack" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "die": { "dieDisappearEffect":"", }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, "timer" : { "lifeTime": 1, }, "abilities": [ { "abilityID": "Lisa_ExtraAttack", "abilityName" : "Lisa_ExtraAttack_Material" }, ], }, //////////////////////////////////////////////////////////////// // // IceSpell Wards_Trap // //////////////////////////////////////////////////////////////// "IceSpell_Wards_Trap": { "$type" : "ConfigGadget", "combat" : { "property": { "useCreatorProperty": true, "HP": 99999, "defense": 99999, "denyLockOn": true, }, "die": { "dieDisappearEffect" : "Eff_Ambor_Dummy_Explode", //临时特效,非正式 }, }, "field" : { "shape" : "CircleR2", //形状,不填为collider "startCheckTime" : 9.0, //触发开始延时 "checkInterval" : 9.0, //触发间隔 "triggerInfinite" : true, //是否永远触发 "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 9.5, //存在时间 }, "abilities": [ ], }, //////////////////////////////////////////////////////////////// // // Xiao DevilDash // //////////////////////////////////////////////////////////////// "Xiao_DevilDash" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "canTriggerBullet" : false, "isInvincible":true, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 0.2, //存在时间 }, "move" : { "$type" : "ConfigFollowMove", "target" : "LocalAvatar", "attachPoint" : "RootNode", "followRotation" : true, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 1.0, }, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ignoreScene" : true, "ccd": { "type" : "Always", } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Avatar_Xiao_DevilDash_Bullet", }, ], "triggerLifeOverActions" : [ ], }, "abilities": [ { "abilityID": "TriggerDamage", "abilityName":"Avatar_Xiao_DevilDash_Bullet", }, ], }, //////////////////////////////////////////////////////////////// // // EmptyGadget // //////////////////////////////////////////////////////////////// "EmptyGadget" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 100, "defense" : 0, "isLockHP" : true, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, "lifeTime" : 5.0, },// 子弹参数 "abilities": [ ], }, //////////////////////////////////////////////////////////////// // // CreationLimit_Dummy // //////////////////////////////////////////////////////////////// "CreationLimit_Dummy" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "defense" : 999999, "denyLockOn" : true, "isGhostToEnemy" : true, "isGhostToAllied" : true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 1, //存在时间 }, "abilities": [ // { // "abilityID":"CreationLimit_Dummy", // "abilityName":"Avatar_RockGadget_CreationLimit_Dummy", // } ], }, "SkillObj_LevelEntity_TowerBuff_SprintAreaAttack": { "$type": "ConfigGadget", "common": { "viewSize": 1, "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "affectedByWorld": true, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "canTriggerBullet": false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "die": { "muteAllShaderDieEff": false, "dieEndTime": 0, "dieForceDisappearTime": 0, "dieModelFadeDelay": 0, }, }, "timer": { "lifeInfinite": false, "lifeTime": 60.0, }, "abilities": [ { "abilityID": "LevelEntity_TowerBuff_SprintAreaAttack_Gadget", "abilityName": "LevelEntity_TowerBuff_SprintAreaAttack_Gadget" }, ], }, "SkillObj_LevelEntity_RogueBuff_SprintAreaAttack": { "$type": "ConfigGadget", "common": { "viewSize": 1, "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "affectedByWorld": true, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "canTriggerBullet": false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "die": { "muteAllShaderDieEff": false, "dieEndTime": 0, "dieForceDisappearTime": 0, "dieModelFadeDelay": 0, }, }, "timer": { "lifeInfinite": false, "lifeTime": 60.0, }, "abilities": [ { "abilityID": "LevelEntity_RogueBuff_SprintAreaAttack_Gadget", "abilityName": "LevelEntity_RogueBuff_SprintAreaAttack_Gadget" }, ], }, "SkillObj_LevelEntity_RogueBuff_SprintAreaAttack2": { "$type": "ConfigGadget", "common": { "viewSize": 1, "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "affectedByWorld": true, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "canTriggerBullet": false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "die": { "muteAllShaderDieEff": false, "dieEndTime": 0, "dieForceDisappearTime": 0, "dieModelFadeDelay": 0, }, }, "timer": { "lifeInfinite": false, "lifeTime": 60.0, }, "abilities": [ { "abilityID": "LevelEntity_RogueBuff_SprintAreaAttack_Gadget2", "abilityName": "LevelEntity_RogueBuff_SprintAreaAttack_Gadget2" }, ], }, "SkillObj_LevelEntity_DecalEffectMesh" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "useCreatorProperty" : false, // 是否继承创造者的数值 "HP" : 999999, "isLockHP" : true, "isInvincible" : true, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": false, }, "move" : { "$type" : "ConfigFollowMove", "target" : "LocalAvatar", "attachPoint" : "RootNode", "followRotation" : false, "followOwnerInvisible": true, "fixedY":0, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : true, },// 子弹参数 "abilities": [ ], }, //////////////////////////////////////////////////////////////// // // SkillObj_GlidingChallenge_AirDash 飞行挑战 // //////////////////////////////////////////////////////////////// "SkillObj_GlidingChallenge_AirDash_Forward" : { "$type" : "ConfigGadget", "misc" : { "forceField" : { "$type": "ConfigSpeedupField", "velocity" : 8, "attenuation" : 2.3 }, }, // 生命周期管理 "timer" : { "lifeTime" : 0.5, //存在时间 }, }, "SkillObj_GlidingChallenge_AirDash_Upward1" : { "$type" : "ConfigGadget", "misc" : { "forceField" : { "$type": "ConfigAirflowField", "velocity" : 18, "scale": 1.0, }, }, // 生命周期管理 "timer" : { "lifeTime" : 0.3, //存在时间 }, }, "SkillObj_GlidingChallenge_AirDash_Upward2" : { "$type" : "ConfigGadget", "move": { "$type": "ConfigFollowMove", "target": "LocalAvatar", "attachPoint": "RootNode", "followRotation": false, "offset": { "x": 0.0, "y": 0.0, "z": 0.0, }, "forward": { "x": 0.0, "y": 90.0, "z": 0.0, }, "velocityForce": { "muteAll": true, }, }, // 生命周期管理 "timer" : { "lifeTime" : 0.5, //存在时间 }, "misc" : { "forceField" : { "$type": "ConfigSpeedupField", "velocity" : 12, "attenuation" : 2.3 }, }, }, "SceneObj_ChargeEfficiency_RecoverAllState": { "$type" : "ConfigGadget", "combat" : { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "abilities": [ { "abilityID": "LevelAbility_Challenge_RecoverAllState", "abilityName" : "LevelAbility_Challenge_RecoverAllState", }, ], }, "SceneObj_ChargeEfficiency_RecoverAllState_Big": { "$type" : "ConfigGadget", "combat" : { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "abilities": [ { "abilityID": "LevelAbility_Challenge_RecoverAllState_Big", "abilityName" : "LevelAbility_Challenge_RecoverAllState_Big", }, ], }, "SkillObj_LevelEntity_TowerBuff_AreaAttackLowHP": { "$type": "ConfigGadget", "common": { "viewSize": 1, "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "affectedByWorld": true, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "canTriggerBullet": false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "die": { "muteAllShaderDieEff": false, "dieEndTime": 0, "dieForceDisappearTime": 0, "dieModelFadeDelay": 0, }, }, "timer": { "lifeInfinite": false, "lifeTime": 8.0, }, "abilities": [ { "abilityID": "LevelEntity_TowerBuff_AreaAttackLowHP_Gadget_Ver_1_13", "abilityName": "LevelEntity_TowerBuff_AreaAttackLowHP_Gadget_Ver_1_13" }, ], },//44000006 LevelEntity_TowerBuff_AreaAttackLowHP 触发器 1001 地城_HPx%以下,普攻1秒后爆炸的能量波 "Activity_Endora" : { "$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": "ConfigFollowMove", "target": "LocalAvatar", "attachPoint": "CameraLook", "followRotation": true, "offset": { "x": 0.0, "y": 0.0, "z": 0.0, }, "forward": { "x": 0.0, "y": 0.0, "z": 1.0, }, "followOwnerInvisible": true, }, "timer" : { "lifeInfinite" : true, //如果未触发是否一致存在 }, "abilities": [ ], }, "Activity_Endora_Bubble_Bullet_01_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": 8, "angleOffHor": 45, "gravityOfAcceleration": 25, "syncToRemote": true, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 15.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Activity_EndoraGadgetSkill_BubbleBullet", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Activity_EndoraGadgetSkill_BubbleBullet", "abilityName" : "Activity_EndoraGadgetSkill_BubbleBullet" }, ], }, "Activity_Endora_Bubble_Bullet_01" : { "$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": 9, "angleOffHor": 30, "gravityOfAcceleration": 25, "syncToRemote": true, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Activity_EndoraGadgetSkill_BubbleBullet", }, ], "fireAISoundEvent" : true, "dieDelayTime":10, }, "abilities": [ { "abilityID": "Activity_EndoraGadgetSkill_BubbleBullet", "abilityName" : "Activity_EndoraGadgetSkill_BubbleBullet" }, { "abilityID": "Activity_EndoraGadgetSkill_BubbleBulletSpeed_Fix", "abilityName" : "Activity_EndoraGadgetSkill_BubbleBulletSpeed_Fix" }, ], }, "Activity_Endora_Bubble_Bullet_02" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 0.1, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 8.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Activity_EndoraGadgetSkill_BubbleArea", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "Activity_EndoraGadgetSkill_BubbleArea", "abilityName" : "Activity_EndoraGadgetSkill_BubbleArea" }, ], }, "Activity_Endora_Bubble_Bullet_Area" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 0.1, "scaleZ" : 1.0, }, "affectedByWorld": true, }, "combat" : { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 8.0, //存在时间 }, // 子弹参数 "abilities": [ { "abilityID": "Activity_EndoraGadgetSkill_BubbleTrigger", "abilityName" : "Activity_EndoraGadgetSkill_BubbleTrigger" }, ], }, "SceneObj_ActivityAbility_Challenge_SprintAreaAttack_Gadget": { "$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" }, }, "abilities": [ { "abilityID": "ActivityAbility_Challenge_SprintAreaAttack_Gadget", "abilityName" : "ActivityAbility_Challenge_SprintAreaAttack_Gadget", }, ], }, "LevelEntity_TowerBuff_AreaNoEnemyAttackUp" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "move" : { "$type" : "ConfigFollowMove", "followRotation" : false, "followOwnerInvisible": true, "syncTransToServer":true,//通知服务器位置信息 // "target": "LocalAvatar", // "attachPoint": "RootNode", // "fixedY":0, "stickToGround": { "$type":"ConfigMoveStickToGround", "maxStepHeight":0.5, "maxSlopeAngle":60, "heightToGround":0.2, "flexibleRange":0.5, "unstickWhenUpSlide":"Keep", "unstickWhenDownSlide":"Keep" }, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : true, },// 子弹参数 "abilities": [ { "abilityID": "LevelEntity_TowerBuff_AreaNoEnemyAttackUp_Gadget_Ver_1_14", "abilityName" : "LevelEntity_TowerBuff_AreaNoEnemyAttackUp_Gadget_Ver_1_14", }, ], }, // 44000110 大世界点按羽球 "ActivityAbility_LudiHarpastum_ParabolaBall_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" : 10.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_ParabolaBall", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_ParabolaBall", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_ParabolaBall" }, ], }, // 44000111 大世界长按羽球 "ActivityAbility_LudiHarpastum_ParabolaBall" : { "$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": 25.0, "straightRange": 5, "angleOffHor": 25, "gravityOfAcceleration": 30.0, "airResistance": 0.01, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_ParabolaBall", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_ParabolaBall", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_ParabolaBall" }, ], }, "ActivityAbility_LudiHarpastum_Camear_01": { "$type": "ConfigGadget", "common": { "viewSize": 1, "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "affectedByWorld": true, }, "combat": { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "timer": { "lifeInfinite": false, "lifeTime": 600, }, "abilities": [ ], }, "ActivityAbility_LudiHarpastum_Camear_02": { "$type": "ConfigGadget", "common": { "viewSize": 1, "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "affectedByWorld": true, }, "combat": { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "timer": { "lifeInfinite": false, "lifeTime": 600, }, // "abilities": // [ // { // "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_Camera_02", // "abilityName": "ActivityAbility_LudiHarpastumGadgetSkill_Camera_02" // }, // ], }, "LevelEntity_EffigyChallenge2_WindLv3": { "$type": "ConfigGadget", "common": { "viewSize": 1, "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "affectedByWorld": true, }, "combat": { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "timer": { "lifeInfinite": false, "lifeTime": 600, }, "abilities": [ { "abilityID": "ActivityAbility_BuoyantCombat_WindLv3GadgetSkill_WindZone", "abilityName": "ActivityAbility_BuoyantCombat_WindLv3GadgetSkill_WindZone" }, ], }, //44000113 Gadget 羽球节回球 "ActivityAbility_LudiHarpastum_CounterBall" : { "$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": 18.0, "straightRange": 2, "angleOffHor": 0, "gravityOfAcceleration": 2.0, "airResistance":0, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType": "Alliance", "triggerType": "TriggerOnce", "ignoreScene": false, "ccd": { "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_CounterBall", }, ], "fireAISoundEvent" : true, // "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_CounterBall", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_CounterBall" }, ], }, //Gadget_44000115 "ActivityAbility_LudiHarpastum_BombTypeA_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": "ConfigLinerParabolaBulletMove", "speed": 5.0, "straightRange": 0.1, "angleOffHor": 25, "gravityOfAcceleration": 20.0, "airResistance": 0.01, "velocityForce" : { "muteAll": true, }, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeA", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeA", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeA" }, ], }, //Gadget_44000116 "ActivityAbility_LudiHarpastum_BombTypeB_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": "ConfigLinerParabolaBulletMove", "speed": 5.0, "straightRange": 0.1, "angleOffHor": 25, "gravityOfAcceleration": 7.0, "airResistance": 0.01, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeB", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeB", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeB" }, ], }, //Gadget_44000117 "ActivityAbility_LudiHarpastum_BombTypeC_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": "ConfigLinerParabolaBulletMove", "speed": 5.0, "straightRange": 0.1, "angleOffHor": 25, "gravityOfAcceleration": 20.0, "airResistance": 0.01, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeC", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeC", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeC" }, ], }, "ActivityAbility_LudiHarpastum_BombTypeA" : { "$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": 45.0, "straightRange": 0.1, "angleOffHor": 25, "gravityOfAcceleration": 20.0, "airResistance": 0.01, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeA", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeA", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeA" }, ], }, "ActivityAbility_LudiHarpastum_BombTypeB" : { "$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": 45.0, "straightRange": 0.1, "angleOffHor": 25, "gravityOfAcceleration": 20.0, "airResistance": 0.01, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeB", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeB", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeB" }, ], }, "ActivityAbility_LudiHarpastum_BombTypeC" : { "$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": 45.0, "straightRange": 0.1, "angleOffHor": 25, "gravityOfAcceleration": 20.0, "airResistance": 0.01, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd":{ "type":"Always" } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeC", }, ], "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeC", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_BombTypeC" }, ], }, //420000009 小动物捕捉器(点按) "ActivityAbility_CatchAnimal_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_CatchAnimal_Bullet", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "ActivityAbility_CatchAnimal_Bullet", "abilityName" : "ActivityAbility_CatchAnimal_Bullet" }, ], }, //420000010 小动物捕捉器(长按) "ActivityAbility_CatchAnimal_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_CatchAnimal_Bullet", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "ActivityAbility_CatchAnimal_Bullet", "abilityName" : "ActivityAbility_CatchAnimal_Bullet" }, ], }, //420000012 狗子活动里小动物捕捉器(短按) "ActivityAbility_CatchAnimal_Bullet_Short_DogGame": { "$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": 12, "angleOffHor": 20, "gravityOfAcceleration": 35, "syncToRemote": true, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 1.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd": { "type":"Always", } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_CatchAnimal_Bullet_DogGame", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "ActivityAbility_CatchAnimal_Bullet_DogGame", "abilityName" : "ActivityAbility_CatchAnimal_Bullet_DogGame" }, ], }, //420000012 狗子活动里小动物捕捉器(长按) "ActivityAbility_CatchAnimal_Bullet_Long_DogGame": { "$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" : 15.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_CatchAnimal_Bullet_DogGame", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "ActivityAbility_CatchAnimal_Bullet_DogGame", "abilityName" : "ActivityAbility_CatchAnimal_Bullet_DogGame" }, ], }, //420000024 3.2蕈兽活动集火技能瞄准驱动器 "Activity_Gadget_CatchMushroomMonster_Aim_Driver": { "$type": "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "useCreatorBuffedProperty" : true, // 继承的数值是否使用创造者身上的buff带来的property进行计算,仅在useCreatorProperty为true,或useCreatorPropertyPartly有值时生效,说白了就是创生时主人的临时buff对它起不起效 "isGhostToAllied": true, "isGhostToEnemy": true, "isInvincible": true, "HP": 99999, "defense": 99999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit": { "hitBloodEffect": "", "muteAllHit": true, "muteAllHitEffect": true, "muteAllHitText": true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : true, //如果未触发是否一致存在 }, "move" : { "$type" : "ConfigFollowMove", "target" : "LocalAvatar", "attachPoint" : "RootNode", "followRotation" : true, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, }, "abilities": [ { "abilityID": "ActivityAbility_CatchMushroomMonster_Aim_Driver", "abilityName": "ActivityAbility_CatchMushroomMonster_Aim_Driver", }, ], }, //420000020 蕈兽捕捉器(点按) "ActivityAbility_CatchMushroomBeast_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_CatchMushroomBeast_Bullet", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "ActivityAbility_CatchMushroomBeast_Bullet", "abilityName" : "ActivityAbility_CatchMushroomBeast_Bullet" }, ], }, //420000021 蕈兽捕捉器(长按) "ActivityAbility_CatchMushroomBeast_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_CatchMushroomBeast_Bullet", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "ActivityAbility_CatchMushroomBeast_Bullet", "abilityName" : "ActivityAbility_CatchMushroomBeast_Bullet" }, ], }, //420000019 捕猎野猪抛投子弹 "ActivityAbility_CatchAnimal_Bullet_Throw" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 0.5, "scaleY" : 0.5, "scaleZ" : 1.0, }, "affectedByWorld" : true, }, "timer" : { "lifeTime": 10, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "canTriggerBullet" : false, }, "combatLock": { "denyLockOn":true, "lockType":"Gadget_Lv1", }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigParabolaBulletMove", "speed" : 11.5, "angleOffHor" : 39, "gravityOfAcceleration" : 30, // 子弹不同步会因为abilityproperty的同步较慢会造成一部分速度丢失,落地点会差别稍大 "syncToRemote" : true, }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Ability_Bullet_CatchAnimal_Throw", }, ], }, "abilities": [ { "abilityID": "Ability_Bullet_CatchAnimal_Throw", "abilityName" : "Ability_Bullet_CatchAnimal_Throw" }, ], }, "LevelEntity_TowerBuff_SwirlDoField" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", //EmitFrom "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat" : { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, "lifeTime" : 8.0, },// 子弹参数 "abilities": [ { "abilityID": "LevelEntityTowerBuff_GadgetSkill_SwirlDoField", "abilityName" : "LevelEntityTowerBuff_GadgetSkill_SwirlDoField", }, ], }, "ActivityAbility_LudiHarpastum_GlodBat" : { "$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, "canTriggerBullet": true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "move" : { "$type" : "ConfigFollowMove", "followRotation" : false, "followOwnerInvisible": true, // "target": "LocalAvatar", // "attachPoint": "RootNode", // "fixedY":0, "stickToGround": { "$type":"ConfigMoveStickToGround", "maxStepHeight":0.5, "maxSlopeAngle":60, "heightToGround":0.2, "flexibleRange":0.5, "unstickWhenUpSlide":"Keep", "unstickWhenDownSlide":"Keep" }, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, }, "timer" : { "lifeInfinite" : false, "lifeTime" : 30.0, }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ccd":{ "type":"Always" } }, "fireAISoundEvent" : true, "dieDelayTime":1, }, "abilities": [ { "abilityID": "ActivityAbility_LudiHarpastumGadgetSkill_GlodBat", "abilityName" : "ActivityAbility_LudiHarpastumGadgetSkill_GlodBat" }, ], }, //420000013 百人一葵2期 风场 "Sumo_WindZone": { "$type": "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "useCreatorBuffedProperty" : true, // 继承的数值是否使用创造者身上的buff带来的property进行计算,仅在useCreatorProperty为true,或useCreatorPropertyPartly有值时生效,说白了就是创生时主人的临时buff对它起不起效 "isGhostToAllied": true, "isGhostToEnemy": true, "isInvincible": true, "HP": 99999, "defense": 99999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit": { "hitBloodEffect": "", "muteAllHit": true, "muteAllHitEffect": true, "muteAllHitText": true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 20, //存在时间 }, "abilities": [ { "abilityID": "Activity_Sumo_WindZone_Gadget", "abilityName": "Activity_Sumo_WindZone_Gadget", }, ], }, //420000014 百人一葵2期 随身水法术场 "Sumo_WaterZone": { "$type": "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "useCreatorBuffedProperty" : true, // 继承的数值是否使用创造者身上的buff带来的property进行计算,仅在useCreatorProperty为true,或useCreatorPropertyPartly有值时生效,说白了就是创生时主人的临时buff对它起不起效 "isGhostToAllied": true, "isGhostToEnemy": true, "isInvincible": true, "HP": 99999, "defense": 99999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit": { "hitBloodEffect": "", "muteAllHit": true, "muteAllHitEffect": true, "muteAllHitText": true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 20, //存在时间 }, "move" : { "$type" : "ConfigFollowMove", "target" : "LocalAvatar", "attachPoint" : "RootNode", "followRotation" : true, "offset" : { "x" : 0.0, "y" : 0.0, "z" : 0.0, }, "forward" : { "x" : 0.0, "y" : 0.0, "z" : -1.0, }, }, "abilities": [ { "abilityID": "Activity_Sumo_WaterZone_Gadget", "abilityName": "Activity_Sumo_WaterZone_Gadget", }, ], }, //420000015 百人一葵2期 浮游炮子弹 "Sumo_Cannon_Bullet" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1, }, }, "combat" : { "property": { "useCreatorProperty":true, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, "move" : { "$type" : "ConfigTrackBulletMove", "delay" : 0, "speed" : 10, "acceleration": 30, "maxSpeed" : 30, "minSpeed" : 10, "traceOnYAxis" : true, "anglerVelocity": 360, "canBornInWater": true, "updateAngle": { "$type": "ConfigBulletMoveAngleByVelocity", "traceLerpCoef": 360, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 3.0, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Activity_Sumo_Cannon_Bullet", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "Activity_Sumo_Cannon_Bullet", }, ], }, "abilities": [ { "abilityID": "Activity_Sumo_Cannon_Bullet", "abilityName": "Activity_Sumo_Cannon_Bullet", }, ], }, //////////////////////////////////////////////////////////////// // // 420000016 Activity_Blocking_Blade 剑道活动弹反剑气 // //////////////////////////////////////////////////////////////// "Activity_Blocking_Blade" : { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1, }, }, "combat" : { "property": { "useCreatorProperty" : true, // 是否继承创造者的数值 "HP" : 999999, "attack" : 0, "defense" : 999999, }, "combatLock": { "denyLockOn": true, }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, // 子弹线性移动 "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 20, "maxSpeed": 30, "acceleration": 10, "updateAngle" : { "$type": "ConfigBulletMoveAngleByVelocity", }, "canBornInWater": true, "velocityForce": { "excludeForces": ["WindZoneType"], }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 1.2, //存在时间 }, // 子弹参数 "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerNoRepeat", "ignoreScene" : true, "ccd": { "type" : "Always", } }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_Avatar_Blocking_Blade", }, ], "triggerLifeOverActions" : [ ], }, "abilities": [ { "abilityID": "ActivityAbility_Avatar_Blocking_Blade", "abilityName":"ActivityAbility_Avatar_Blocking_Blade" }, ], }, //肉鸽二期风场 "RogueV2_WindZone": { "$type": "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1.0, "scaleY" : 1.0, "scaleZ" : 1.0, }, }, "combat": { "property": { "useCreatorProperty": true, // 是否继承创造者的数值 "useCreatorBuffedProperty" : true, // 继承的数值是否使用创造者身上的buff带来的property进行计算,仅在useCreatorProperty为true,或useCreatorPropertyPartly有值时生效,说白了就是创生时主人的临时buff对它起不起效 "isGhostToAllied": true, "isGhostToEnemy": true, "isInvincible": true, "HP": 99999, "defense": 99999, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1", "overrideRange": -1, "overrideNormalPri": -1, "overrideCombatPri": -1, }, "beHit": { "hitBloodEffect": "", "muteAllHit": true, "muteAllHitEffect": true, "muteAllHitText": true, }, }, // 生命周期管理 "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 2, //存在时间 }, "abilities": [ { "abilityID": "Activity_RogueV2_WindZone_Gadget", "abilityName": "Activity_RogueV2_WindZone_Gadget", }, ], }, //////////////////////////////////////////////////////////////// // // 420000017 兰那罗三态小道具发射器 // //////////////////////////////////////////////////////////////// "ActivityAbility_Lannaluo_Shooter": { "$type" : "ConfigGadget", "common" : { "effectAttachShape" : { "$type" : "ConfigEffectAttachBox", "emitFrom" : "Volume", "scaleX" : 1, "scaleY" : 1, "scaleZ" : 1, }, }, "combat" : { "property": { "useCreatorProperty" : true, "canTriggerBullet" : false, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn":true, "lockType":"Gadget_Lv1", }, "beHit" : { "hitBloodEffect" : "", "muteAllHit" : true, "muteAllHitEffect" : true, "muteAllHitText" : true, }, }, "move" : { "$type" : "ConfigLinerBulletMove", "speed" : 50.0, "syncToRemote" : true, }, "timer" : { "lifeInfinite" : false, //如果未触发是否一致存在 "lifeTime" : 0.3, //存在时间 }, "gadget" : { "$type" : "ConfigBulletPattern", "collision" : { "targetType" : "Enemy", "triggerType" : "TriggerOnce", "ccd": { "type": "Always", }, }, "triggerActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_Lannaluo_Shooter", }, ], "triggerLifeOverActions" : [ { "$type" : "ConfigGadgetTriggerAbility", "abilityName" : "ActivityAbility_Lannaluo_Shooter", }, ], "fireAISoundEvent" : true, }, "abilities": [ { "abilityID": "ActivityAbility_Lannaluo_Shooter", "abilityName" : "ActivityAbility_Lannaluo_Shooter" }, ], }, //////////////////////////////////////////////////////////////// // // 420000018 兰那罗三态小道具物件 // //////////////////////////////////////////////////////////////// "ActivityAbility_Lannaluo_Gadget": { "$type": "ConfigGadget", "common": { "effectAttachShape": { "$type": "ConfigEffectAttachBox", "emitFrom": "Volume", "scaleX": 1, "scaleY": 1, "scaleZ": 1, }, "enableCrashDamage": false, }, "canRemoveByClient": true, "combat": { "property": { "useCreatorProperty": true, "canTriggerBullet": true, "isGhostToAllied": false, "isGhostToEnemy": false, }, "combatLock": { "denyLockOn": true, "lockType":"Gadget_Lv1", }, "beHit": { "hitBloodEffect": "", "muteAllHit": false, //不是无敌的,要被打破 "muteAllHitEffect": false, "muteAllHitText": false, }, }, // 生命周期管理 "timer": { "lifeInfinite": false, //如果未触发是否一直存在 "lifeTime": 3.0, //存在时间 }, "abilities": [ { "abilityID": "ActivityAbility_Lannaluo_Gadget", "abilityName":"ActivityAbility_Lannaluo_Gadget" }, ], }, //////////////////////////////////////////////////////////////// // // 3.2关卡清理能量球 // //////////////////////////////////////////////////////////////// "SceneObj_ClearLocalGadget": { "$type" : "ConfigGadget", "combat" : { "property": { "HP" : 99999, "isInvincible":true, "isLockHP":true, "isGhostToAllied" : true, "isGhostToEnemy" : true, }, "combatLock": { "denyLockOn": true, "lockType": "Gadget_Lv1" }, }, "abilities": [ { "abilityID": "LevelAbility_SceneObj_ClearLocalGadget", "abilityName" : "LevelAbility_SceneObj_ClearLocalGadget", }, ], }, }