mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
1604 lines
42 KiB
JSON
1604 lines
42 KiB
JSON
{
|
|
"Fischl_Arrow_01": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
},
|
|
"animEvents": {
|
|
"ATK01": {
|
|
"attackPattern": {
|
|
"$type": "MoleMole.Config.ConfigAttackBox",
|
|
"triggerType": "TriggerNoRepeat",
|
|
"checkHitLayerType": "Both",
|
|
"born": {
|
|
"$type": "MoleMole.Config.ConfigBornByCollisionPoint",
|
|
"offset": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": -0.5
|
|
}
|
|
}
|
|
},
|
|
"size": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 1.0
|
|
}
|
|
}
|
|
},
|
|
"attackInfo": {
|
|
"attackTag": "NormalAttack_01",
|
|
"attenuationTag": "",
|
|
"attenuationGroup": "default",
|
|
"attackProperty": {
|
|
"damagePercentage": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.4
|
|
},
|
|
"damagePercentageRatio": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"strikeType": "Pierce",
|
|
"enBreak": 12.0
|
|
},
|
|
"hitPattern": {
|
|
"onHitEffectName": "default",
|
|
"hitImpulseType": "LV1",
|
|
"hitHaltTimeScale": 0.01
|
|
},
|
|
"cameraShake": {
|
|
"shakeRange": 0.02,
|
|
"shakeTime": 0.1
|
|
},
|
|
"canBeModifiedBy": "OriginOwner"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Trail_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Trail_Light_Fx",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Hit_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 8.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerParabolaBulletMove",
|
|
"speed": 40.0,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"straightRange": 7.0,
|
|
"gravityOfAcceleration": 15.0,
|
|
"airResistance": 0.01
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetDoAttackEvent",
|
|
"attackEvent": "ATK01"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_Arrow_02": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
},
|
|
"animEvents": {
|
|
"ATK01": {
|
|
"attackPattern": {
|
|
"$type": "MoleMole.Config.ConfigAttackBox",
|
|
"triggerType": "TriggerNoRepeat",
|
|
"checkHitLayerType": "Both",
|
|
"born": {
|
|
"$type": "MoleMole.Config.ConfigBornByCollisionPoint",
|
|
"offset": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": -0.5
|
|
}
|
|
}
|
|
},
|
|
"size": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 1.0
|
|
}
|
|
}
|
|
},
|
|
"attackInfo": {
|
|
"attackTag": "NormalAttack_02",
|
|
"attenuationTag": "",
|
|
"attenuationGroup": "default",
|
|
"attackProperty": {
|
|
"damagePercentage": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.43
|
|
},
|
|
"damagePercentageRatio": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"strikeType": "Pierce",
|
|
"enBreak": 12.9
|
|
},
|
|
"hitPattern": {
|
|
"onHitEffectName": "default",
|
|
"hitImpulseType": "LV1",
|
|
"hitHaltTimeScale": 0.01
|
|
},
|
|
"cameraShake": {
|
|
"shakeRange": 0.02,
|
|
"shakeTime": 0.1
|
|
},
|
|
"canBeModifiedBy": "OriginOwner"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Trail_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Trail_Light_Fx",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Hit_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 8.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerParabolaBulletMove",
|
|
"speed": 40.0,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"straightRange": 7.0,
|
|
"gravityOfAcceleration": 15.0,
|
|
"airResistance": 0.01
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetDoAttackEvent",
|
|
"attackEvent": "ATK01"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_Arrow_03": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
},
|
|
"animEvents": {
|
|
"ATK01": {
|
|
"attackPattern": {
|
|
"$type": "MoleMole.Config.ConfigAttackBox",
|
|
"triggerType": "TriggerNoRepeat",
|
|
"checkHitLayerType": "Both",
|
|
"born": {
|
|
"$type": "MoleMole.Config.ConfigBornByCollisionPoint",
|
|
"offset": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": -0.5
|
|
}
|
|
}
|
|
},
|
|
"size": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 1.0
|
|
}
|
|
}
|
|
},
|
|
"attackInfo": {
|
|
"attackTag": "NormalAttack_03",
|
|
"attenuationTag": "",
|
|
"attenuationGroup": "default",
|
|
"attackProperty": {
|
|
"damagePercentage": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.53
|
|
},
|
|
"damagePercentageRatio": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"strikeType": "Pierce",
|
|
"enBreak": 15.9
|
|
},
|
|
"hitPattern": {
|
|
"onHitEffectName": "default",
|
|
"hitImpulseType": "LV1",
|
|
"hitHaltTimeScale": 0.01
|
|
},
|
|
"cameraShake": {
|
|
"shakeRange": 0.02,
|
|
"shakeTime": 0.1
|
|
},
|
|
"canBeModifiedBy": "OriginOwner"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Trail_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Trail_Fx",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Hit_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 8.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerParabolaBulletMove",
|
|
"speed": 40.0,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"straightRange": 7.0,
|
|
"gravityOfAcceleration": 15.0,
|
|
"airResistance": 0.01
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetDoAttackEvent",
|
|
"attackEvent": "ATK01"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_Arrow_04": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
},
|
|
"animEvents": {
|
|
"ATK01": {
|
|
"attackPattern": {
|
|
"$type": "MoleMole.Config.ConfigAttackBox",
|
|
"triggerType": "TriggerNoRepeat",
|
|
"checkHitLayerType": "Both",
|
|
"born": {
|
|
"$type": "MoleMole.Config.ConfigBornByCollisionPoint",
|
|
"offset": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": -0.5
|
|
}
|
|
}
|
|
},
|
|
"size": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 1.0
|
|
}
|
|
}
|
|
},
|
|
"attackInfo": {
|
|
"attackTag": "NormalAttack_04",
|
|
"attenuationTag": "",
|
|
"attenuationGroup": "default",
|
|
"attackProperty": {
|
|
"damagePercentage": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.52
|
|
},
|
|
"damagePercentageRatio": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"strikeType": "Pierce",
|
|
"enBreak": 15.6
|
|
},
|
|
"hitPattern": {
|
|
"onHitEffectName": "default",
|
|
"hitImpulseType": "LV1",
|
|
"hitHaltTimeScale": 0.01
|
|
},
|
|
"cameraShake": {
|
|
"shakeRange": 0.02,
|
|
"shakeTime": 0.1
|
|
},
|
|
"canBeModifiedBy": "OriginOwner"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Trail_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Trail_Light_Fx",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Hit_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 8.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerParabolaBulletMove",
|
|
"speed": 40.0,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"straightRange": 7.0,
|
|
"gravityOfAcceleration": 15.0,
|
|
"airResistance": 0.01
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetDoAttackEvent",
|
|
"attackEvent": "ATK01"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_Arrow_05": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
},
|
|
"animEvents": {
|
|
"ATK01": {
|
|
"attackPattern": {
|
|
"$type": "MoleMole.Config.ConfigAttackBox",
|
|
"triggerType": "TriggerNoRepeat",
|
|
"checkHitLayerType": "Both",
|
|
"born": {
|
|
"$type": "MoleMole.Config.ConfigBornByCollisionPoint",
|
|
"offset": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": -0.5
|
|
}
|
|
}
|
|
},
|
|
"size": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.1
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 1.0
|
|
}
|
|
}
|
|
},
|
|
"attackInfo": {
|
|
"attackTag": "NormalAttack_05",
|
|
"attenuationTag": "",
|
|
"attenuationGroup": "default",
|
|
"attackProperty": {
|
|
"damagePercentage": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.66
|
|
},
|
|
"damagePercentageRatio": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
},
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"strikeType": "Pierce",
|
|
"enBreak": 19.71
|
|
},
|
|
"hitPattern": {
|
|
"onHitEffectName": "default",
|
|
"hitImpulseType": "LV1",
|
|
"hitHaltTimeScale": 0.01
|
|
},
|
|
"cameraShake": {
|
|
"shakeRange": 0.02,
|
|
"shakeTime": 0.1
|
|
},
|
|
"canBeModifiedBy": "OriginOwner"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Trail_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Trail_Fx",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Hit_Fx",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 8.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerParabolaBulletMove",
|
|
"speed": 70.0,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"straightRange": 15.0,
|
|
"gravityOfAcceleration": 30.0,
|
|
"airResistance": 0.01
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetDoAttackEvent",
|
|
"attackEvent": "ATK01"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Effect_Fischl_ShootArrow_Hit_Fx"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_AimingArrow_WithoutThunder": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_ExtraAttack_WithoutElement_Hit",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_WithoutElement_Hit",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Avatar_Fischl_ExtraAttack_WithoutElement_BulletFx",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_WithoutElement_BulletFx",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 20.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerParabolaBulletMove",
|
|
"speed": 50.0,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"straightRange": 25.0,
|
|
"gravityOfAcceleration": 5.5,
|
|
"airResistance": 0.01
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_WithoutElement_Hit"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_WithoutElement_BulletFx"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_AimingArrow_Thunder": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_ExtraAttack_Element_Hit",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_Element_Hit",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Avatar_Fischl_ExtraAttack_Element_BulletFx",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_Element_BulletFx",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Avatar_Fischl_ExtraAttack_Element_FindCrow",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_Element_FindCrow",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 20.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerParabolaBulletMove",
|
|
"speed": 50.0,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"straightRange": 25.0,
|
|
"gravityOfAcceleration": 5.5,
|
|
"airResistance": 0.01
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_Element_Hit"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_ExtraAttack_Element_BulletFx"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Fischl_Crow": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox"
|
|
},
|
|
"viewSize": 0.8,
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"weight": 0.0,
|
|
"isGhostToEnemy": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
},
|
|
"die": {
|
|
"dieForceDisappearTime": 0.0,
|
|
"dieDisappearEffect": ""
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_Skill_S_Crow_Handle",
|
|
"abilityName": "Avatar_Fischl_Skill_S_Crow_Handle",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Avatar_Fischl_Talent_D_Crow_NormalAttack",
|
|
"abilityName": "Avatar_Fischl_Talent_D_Crow_NormalAttack",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Avatar_Fischl_ProudSkill_ExteaAttackThunder",
|
|
"abilityName": "Avatar_Fischl_ProudSkill_ExteaAttackThunder",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Avatar_Fischl_ProudSkill_ElementReactionAttackThunder",
|
|
"abilityName": "Avatar_Fischl_ProudSkill_ElementReactionAttackThunder",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 60.0
|
|
}
|
|
},
|
|
"Fischl_Crow_BeAttackedTrigger": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox"
|
|
},
|
|
"affectedByWorld": true,
|
|
"checkInSurface": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"weight": 0.0,
|
|
"isLockHP": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_Crow_BeAttackedTrigger_Init",
|
|
"abilityName": "Avatar_Fischl_Crow_BeAttackedTrigger_Init",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 99.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigFollowMove",
|
|
"target": "TargetEntity",
|
|
"attachPoint": ""
|
|
}
|
|
},
|
|
"Fischl_Crow_NormalAttack_01": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_Talent_D_Crow_NormalAttack_01",
|
|
"abilityName": "Avatar_Fischl_Talent_D_Crow_NormalAttack_01",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 1.5
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 24.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_Talent_D_Crow_NormalAttack_01"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_SummonCrow_CheckPosition": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 2.4,
|
|
"scaleY": 2.4,
|
|
"scaleZ": 2.4
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Ability_Fischl_Skill_S_CrowSummon_Aim_TriggerBullet",
|
|
"abilityName": "Ability_Fischl_Skill_S_CrowSummon_Aim_TriggerBullet",
|
|
"abilityOverride": ""
|
|
},
|
|
{
|
|
"abilityID": "Ability_Fischl_Skill_S_CrowSummon_Aim_TriggerBullet_LifeOver",
|
|
"abilityName": "Ability_Fischl_Skill_S_CrowSummon_Aim_TriggerBullet_LifeOver",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 0.2
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerBulletMove",
|
|
"speed": 40.0,
|
|
"syncToRemote": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"ccd": {
|
|
"type": "Always"
|
|
},
|
|
"targetType": "Enemy",
|
|
"ignoreWater": true
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Ability_Fischl_Skill_S_CrowSummon_Aim_TriggerBullet"
|
|
}
|
|
],
|
|
"triggerLifeOverActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Ability_Fischl_Skill_S_CrowSummon_Aim_TriggerBullet_LifeOver"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Fischl_Talent_A_NormalAttack": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_Talent_A_NormalAttack_Hit",
|
|
"abilityName": "Avatar_Fischl_Talent_A_NormalAttack_Hit",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 1.2
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 32.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_Talent_A_NormalAttack_Hit"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_Talent_C_Attack": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox"
|
|
},
|
|
"affectedByWorld": true,
|
|
"checkInSurface": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_Talent_C_Hit",
|
|
"abilityName": "Avatar_Fischl_Talent_ExteaAttackThunder_Hit",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 8.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 24.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_Talent_ExteaAttackThunder_Hit"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_AutoAttack_01": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_Skill_S_Crow_AutoAttack_Hit_01",
|
|
"abilityName": "Avatar_Fischl_Skill_S_Crow_AutoAttack_Hit_01",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 1.5
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 18.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_Skill_S_Crow_AutoAttack_Hit_01"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_AutoAttack_02": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"timer": {
|
|
"lifeTime": 1.5
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 18.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_AutoAttack_Talent_01": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"timer": {
|
|
"lifeTime": 1.5
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 18.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_AutoAttack_Talent_02": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHit": true,
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"timer": {
|
|
"lifeTime": 1.5
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 18.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_ControlCrow_CheckPosition": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 2.4,
|
|
"scaleY": 2.4,
|
|
"scaleZ": 2.4
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"timer": {
|
|
"lifeTime": 0.2
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigLinerBulletMove",
|
|
"speed": 40.0,
|
|
"syncToRemote": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"ccd": {
|
|
"type": "Always"
|
|
},
|
|
"targetType": "Enemy",
|
|
"ignoreWater": true
|
|
}
|
|
}
|
|
},
|
|
"Fischl_Crow_NormalAttack_02": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox",
|
|
"scaleX": 0.5,
|
|
"scaleY": 0.5
|
|
},
|
|
"affectedByWorld": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"timer": {
|
|
"lifeTime": 1.5
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 24.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"fireAISoundEvent": true
|
|
}
|
|
},
|
|
"Fischl_AimingArrow_CrowArrow": {
|
|
"$type": "MoleMole.Config.ConfigGadget",
|
|
"common": {
|
|
"effectAttachShape": {
|
|
"$type": "MoleMole.Config.ConfigEffectAttachBox"
|
|
},
|
|
"affectedByWorld": true,
|
|
"checkInSurface": true
|
|
},
|
|
"combat": {
|
|
"property": {
|
|
"useCreatorProperty": true,
|
|
"canTriggerBullet": false
|
|
},
|
|
"beHit": {
|
|
"hitBloodEffect": "",
|
|
"muteAllHitEffect": true,
|
|
"muteAllHitText": true
|
|
},
|
|
"combatLock": {
|
|
"lockShape": "CircleLockEnemy",
|
|
"denyLockOn": true,
|
|
"lockType": "Default"
|
|
}
|
|
},
|
|
"BIBNFHANGEJ": "",
|
|
"abilities": [
|
|
{
|
|
"abilityID": "Avatar_Fischl_Talent_C_Hit",
|
|
"abilityName": "Avatar_Fischl_Talent_ExteaAttackThunder_Hit",
|
|
"abilityOverride": ""
|
|
}
|
|
],
|
|
"timer": {
|
|
"lifeTime": 8.0
|
|
},
|
|
"move": {
|
|
"$type": "MoleMole.Config.ConfigTrackBulletMove",
|
|
"speed": 24.0,
|
|
"canBornInWater": true,
|
|
"updateAngle": {
|
|
"$type": "MoleMole.Config.ConfigBulletMoveAngleByVelocity"
|
|
},
|
|
"destroyWhenTargetDie": true,
|
|
"traceOnYAxis": true
|
|
},
|
|
"gadget": {
|
|
"$type": "MoleMole.Config.ConfigBulletPattern",
|
|
"collision": {
|
|
"targetType": "Enemy"
|
|
},
|
|
"triggerActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ConfigGadgetTriggerAbility",
|
|
"abilityName": "Avatar_Fischl_Talent_ExteaAttackThunder_Hit"
|
|
}
|
|
],
|
|
"fireAISoundEvent": true
|
|
}
|
|
}
|
|
} |