mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
Update bin 3.1 config Gadget
This commit is contained in:
parent
8a85e929d3
commit
43863f46c3
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,122 +1,178 @@
|
||||
{
|
||||
"WaterAmber_Mist": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100.0,
|
||||
"attack": 10.0,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Mist",
|
||||
"abilityName": "WaterAmber_Mist",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"shape": "CircleR3",
|
||||
"CDOMPCGLJDM": "",
|
||||
"triggerInfinite": true,
|
||||
"checkInterval": 0.5,
|
||||
"lifeTime": 25.0,
|
||||
"MAANIOJFOJE": "",
|
||||
"IIBEGFMKMNP": ""
|
||||
}
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 新型水雾
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"WaterAmber_Mist": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100,
|
||||
"attack": 10,
|
||||
"defense": 0,
|
||||
"denyLockOn": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
}
|
||||
},
|
||||
"SteamBangField": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"scaleX": 3.0,
|
||||
"scaleZ": 3.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100.0,
|
||||
"attack": 10.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SteamBangLoop",
|
||||
"abilityName": "Test_SteamBangLoop",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"shape": "CircleR3",
|
||||
"CDOMPCGLJDM": "",
|
||||
"triggerInfinite": true,
|
||||
"checkInterval": 0.5,
|
||||
"lifeTime": 60.0,
|
||||
"MAANIOJFOJE": "",
|
||||
"IIBEGFMKMNP": ""
|
||||
}
|
||||
"field": {
|
||||
"shape": "CircleR3", //形状,不填为collider
|
||||
"startCheckTime": 0.0, //触发开始延时
|
||||
"checkInterval": 0.5, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"triggerCount": 0, //触发次数,结束后销毁
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 25.0 //存在时间
|
||||
},
|
||||
"RainyCloud": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 9999.0,
|
||||
"isInvincible": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Rain",
|
||||
"abilityName": "Raining",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Mist",
|
||||
"abilityName": "WaterAmber_Mist"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 旧型水雾
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SteamBangField": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume", //EmitFrom
|
||||
"scaleX": 3.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 3.0
|
||||
}
|
||||
},
|
||||
"WindAmberField": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "WindAmberField",
|
||||
"abilityName": "WindAmberField",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 20.0
|
||||
},
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"alias": "",
|
||||
"velocity": 10.0,
|
||||
"scale": 1.5,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
},
|
||||
"escapeEffect": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100,
|
||||
"attack": 10,
|
||||
"defense": 0,
|
||||
"denyLockOn": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
}
|
||||
},
|
||||
"field": {
|
||||
"shape": "CircleR3", //形状,不填为collider
|
||||
"startCheckTime": 0.0, //触发开始延时
|
||||
"checkInterval": 0.5, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"triggerCount": 0, //触发次数,结束后销毁
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 60.0 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SteamBangLoop",
|
||||
|
||||
"abilityName": "Test_SteamBangLoop"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//乌云
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"RainyCloud": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 9999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"denyLockOn": true,
|
||||
"isGhostToEnemy": true,
|
||||
"isGhotsToAllied": true,
|
||||
"canTriggerBullet": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 8
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Rain",
|
||||
"abilityName": "Raining"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 风琥珀风场
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
"WindAmberField": {
|
||||
"$type": "ConfigGadget",
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"velocity": 10,
|
||||
"scale": 1.5
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 20.0 //存在时间
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1,
|
||||
"dieEndTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "WindAmberField",
|
||||
|
||||
"abilityName": "WindAmberField"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 风琥珀风场 2秒
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
"WindAmberField_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"velocity": 10,
|
||||
"scale": 1.5
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 4.0 //存在时间
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1,
|
||||
"dieEndTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "WindAmberField_02",
|
||||
|
||||
"abilityName": "WindAmberField_02"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,176 +1,231 @@
|
||||
{
|
||||
"Weapon_FishingRod": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 9999999.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Metal",
|
||||
"abilityName": "Avatar_Common_FishingRod",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"KHPJMGGKMNK": {
|
||||
"KKMNLIEOJLL": "equip10",
|
||||
"GBGFLKOHFPH": "",
|
||||
"EHKPLNJLJJL": ""
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// FishingRod 鱼竿
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
//待废弃
|
||||
"Weapon_FishingRod": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"Fishing_Rod_Normal_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 9999999.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Metal",
|
||||
"abilityName": "Avatar_Common_FishingRod",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"LLNGHPMEALD": {
|
||||
"CCCNFHNGFAK": true
|
||||
},
|
||||
"BDMAMLPPCMN": "WeaponR",
|
||||
"DEMMFGLNINM": true,
|
||||
"FAEBNPOJDNB": true
|
||||
}
|
||||
//战斗参数
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 9999999,
|
||||
"attack": 0,
|
||||
"defense": 999999,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Fishing_Aim_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Avatar_Common_Fishing_Cast_Bullet",
|
||||
"abilityName": "Avatar_Common_Fishing_Cast_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFishingAimParabolaBulletMove",
|
||||
"LMJGIPKNHOC": true,
|
||||
"BPCFCANOMNH": "_ABILITY_Fishing_Aim_Length"
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"PBAOMDNIHPL": {
|
||||
"type": "Always"
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Avatar_Common_Fishing_Cast_Bullet"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Avatar_Common_Fishing_Cast_Bullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
"equipment": {
|
||||
"attachTo": "equip10", //临时测试
|
||||
"equipEntityType": "None" //临时测试
|
||||
},
|
||||
"Fishing_Cork": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Avatar_Common_Fishing_Cork",
|
||||
"abilityName": "Avatar_Common_Fishing_Cork",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Metal",
|
||||
"abilityName": "Avatar_Common_FishingRod"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//用Gadget实现鱼竿逻辑
|
||||
"Fishing_Rod_Normal_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
//战斗参数
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 9999999,
|
||||
"attack": 0,
|
||||
"defense": 999999,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "LocalAvatar",
|
||||
"attachPoint": "WeaponR",
|
||||
"followRotation": true,
|
||||
"handleInLateTick": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"velocityForce": {
|
||||
"muteAll": true
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Metal",
|
||||
"abilityName": "Avatar_Common_FishingRod"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 钓鱼鱼漂发射器 42000001
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fishing_Aim_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume", //EmitFrom
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": false
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 5.0
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigFishingAimParabolaBulletMove",
|
||||
"globalValueKey": "_ABILITY_Fishing_Aim_Length",
|
||||
"syncToRemote": true
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
// "ignoreWater": true,
|
||||
"ccd": {
|
||||
"type": "Always"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Avatar_Common_Fishing_Cast_Bullet"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Avatar_Common_Fishing_Cast_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Avatar_Common_Fishing_Cast_Bullet",
|
||||
"abilityName": "Avatar_Common_Fishing_Cast_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 钓鱼的鱼漂 42000002
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fishing_Cork": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume", //EmitFrom
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": false
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
// 子弹参数
|
||||
// "gadget" :
|
||||
// {
|
||||
// "$type" : "ConfigBulletPattern",
|
||||
// "collision" :
|
||||
// {
|
||||
// "targetType" : "Enemy",
|
||||
// "triggerType" : "TriggerOnce",
|
||||
// // "ignoreWater": true,
|
||||
// "ccd":
|
||||
// {
|
||||
// "type" : "Always",
|
||||
// }
|
||||
// },
|
||||
// "triggerActions" :
|
||||
// [
|
||||
// ],
|
||||
// "triggerLifeOverActions":
|
||||
// [
|
||||
// ],
|
||||
// },
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Avatar_Common_Fishing_Cork",
|
||||
"abilityName": "Avatar_Common_Fishing_Cork"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,124 +1,211 @@
|
||||
{
|
||||
"SceneObj_Area_Common_Property_Prop_EmptyFloraShelve_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_custom_gadget_page",
|
||||
"HBECACNHDOE": "UI_HOMEWORLD_CUSTOM_BUTTON",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"NNKEGGFAADE": false
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"PGABKKKFPPJ": {
|
||||
"NEBDOLCMKHE": "ActivityFlowerShelfBase",
|
||||
"GHLGBBCHJGD": {
|
||||
"GNCMGFMGAAP": 1.7000000476837158
|
||||
},
|
||||
"slotMap": {
|
||||
"FlowerShelf": {
|
||||
"GIAKAALMFJL": "FlowerShelf",
|
||||
"DKEIEBKJJBE": "Furniture",
|
||||
"FAGHIFLPIIA": 1000
|
||||
}
|
||||
}
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"intee": {
|
||||
"triggerHeight": 3.0
|
||||
}
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 大世界用 : 大世界空花架
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Common_Property_Prop_EmptyFloraShelve_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
|
||||
"uiName": "UI_HOMEWORLD_CUSTOM_BUTTON",
|
||||
"canInteractInCombat": false
|
||||
},
|
||||
"SceneObj_Area_Common_Property_Prop_SnowmanBody_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_custom_gadget_page",
|
||||
"HBECACNHDOE": "UI_HOMEWORLD_CUSTOM_SNOWMANBUTTON",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"NNKEGGFAADE": false
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"PGABKKKFPPJ": {
|
||||
"NEBDOLCMKHE": "ActivityWinterCampSnowmanBase",
|
||||
"GHLGBBCHJGD": {
|
||||
"GNCMGFMGAAP": 1.7000000476837158
|
||||
},
|
||||
"slotMap": {
|
||||
"Head": {
|
||||
"GIAKAALMFJL": "Head",
|
||||
"DKEIEBKJJBE": "Furniture",
|
||||
"FAGHIFLPIIA": 11
|
||||
},
|
||||
"Hand": {
|
||||
"GIAKAALMFJL": "Hand",
|
||||
"DKEIEBKJJBE": "Furniture",
|
||||
"FAGHIFLPIIA": 12
|
||||
}
|
||||
}
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"intee": {
|
||||
"triggerHeight": 3.0
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
},
|
||||
"SceneObj_Area_Dq_Property_Prop_Irodori_Miniascape_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 3,
|
||||
"triggerHeight": 3
|
||||
},
|
||||
"misc": {
|
||||
"customGadgetNode": {
|
||||
"customGadgetType": "ActivityFlowerShelfBase",
|
||||
"cameraSettings": {
|
||||
"gadgetHeight": 1.7,
|
||||
"minCameraRadius": 1,
|
||||
"minElevation": 0
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_custom_gadget_page",
|
||||
"HBECACNHDOE": "UI_HOMEWORLD_CUSTOM_MINIASCAPE",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"NNKEGGFAADE": false
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"PGABKKKFPPJ": {
|
||||
"GHLGBBCHJGD": {
|
||||
"GNCMGFMGAAP": 0.800000011920929
|
||||
},
|
||||
"slotMap": {
|
||||
"FrontScene": {
|
||||
"GIAKAALMFJL": "FrontScene",
|
||||
"FAGHIFLPIIA": 21
|
||||
},
|
||||
"BehindScene": {
|
||||
"GIAKAALMFJL": "BehindScene",
|
||||
"FAGHIFLPIIA": 22
|
||||
}
|
||||
}
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 1.2000000476837158,
|
||||
"triggerHeight": 3.0
|
||||
"slotMap": {
|
||||
"FlowerShelf": {
|
||||
"namedTransform": "FlowerShelf",
|
||||
"slotType": "Furniture",
|
||||
"slotConfigId": 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 大世界用 : 大世界雪人身体
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Common_Property_Prop_SnowmanBody_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
|
||||
"uiName": "UI_HOMEWORLD_CUSTOM_SNOWMANBUTTON",
|
||||
"canInteractInCombat": false
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 3,
|
||||
"triggerHeight": 3
|
||||
},
|
||||
"misc": {
|
||||
"customGadgetNode": {
|
||||
"customGadgetType": "ActivityWinterCampSnowmanBase",
|
||||
"cameraSettings": {
|
||||
"gadgetHeight": 1.7,
|
||||
"minCameraRadius": 1,
|
||||
"minElevation": 0
|
||||
},
|
||||
"slotMap": {
|
||||
"Head": {
|
||||
"namedTransform": "Head",
|
||||
"slotType": "Furniture",
|
||||
"slotConfigId": 11
|
||||
},
|
||||
"Hand": {
|
||||
"namedTransform": "Hand",
|
||||
"slotType": "Furniture",
|
||||
"slotConfigId": 12
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 大世界用 : 容彩祭 花盆
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Dq_Property_Prop_Irodori_Miniascape_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
|
||||
"uiName": "UI_HOMEWORLD_CUSTOM_MINIASCAPE",
|
||||
"canInteractInCombat": false
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 1.2,
|
||||
"triggerHeight": 3
|
||||
},
|
||||
"misc": {
|
||||
"customGadgetNode": {
|
||||
"cameraSettings": {
|
||||
"gadgetHeight": 0.8,
|
||||
"minCameraRadius": 1,
|
||||
"minElevation": 0
|
||||
},
|
||||
"slotMap": {
|
||||
"FrontScene": {
|
||||
"namedTransform": "FrontScene",
|
||||
"slotConfigId": 21
|
||||
},
|
||||
"BehindScene": {
|
||||
"namedTransform": "BehindScene",
|
||||
"slotConfigId": 22
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 大世界用 : 木刻台地插槽
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Xm_Property_Prop_WoodAranaraStage_Slot_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
|
||||
//"uiName": "UI_HOMEWORLD_CUSTOM_SNOWMANBUTTON",
|
||||
"canInteractInCombat": false,
|
||||
"showCondTypes": ["HOST"]
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 1.5,
|
||||
"triggerHeight": 3
|
||||
},
|
||||
"misc": {
|
||||
"customGadgetNode": {
|
||||
//"customGadgetType": "ActivityWinterCampSnowmanBase",
|
||||
"cameraSettings": {
|
||||
"gadgetHeight": 0.5,
|
||||
"minCameraRadius": 1,
|
||||
"minElevation": 0
|
||||
},
|
||||
"slotMap": {
|
||||
"Body": {
|
||||
"namedTransform": "Body",
|
||||
//"slotType": "Furniture",
|
||||
"slotConfigId": 1001
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
// "gadgetAction":
|
||||
// {
|
||||
// "gadgetStateActionList":
|
||||
// [
|
||||
// //Default时可以交互
|
||||
// {
|
||||
// "$type": "ConfigGadgetStateEnableGadgetIntee",
|
||||
// "enable": true,
|
||||
// "gadgetState": "Default",
|
||||
// },
|
||||
// //GearStart时不能交互
|
||||
// {
|
||||
// "$type": "ConfigGadgetStateEnableGadgetIntee",
|
||||
// "enable": false,
|
||||
// "gadgetState": "GearStart",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Xm_Property_Prop_WoodAranaraStage_Slot_01",
|
||||
"abilityName": "SceneObj_Area_Xm_Property_Prop_WoodAranaraStage_Slot_01"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,97 +1,115 @@
|
||||
{
|
||||
"SceneObj_Effect_Test": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 500.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Effect_Test",
|
||||
"abilityName": "SceneObj_Effect_Test",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
///////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 特效测试
|
||||
//
|
||||
///////////////////////////////////////////////////////////////
|
||||
"SceneObj_Effect_Test": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"attack": 500,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0
|
||||
}
|
||||
},
|
||||
"SceneObj_Effect_Test_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"disableTickDistance": 10000.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 400.0,
|
||||
"defense": 99999.0,
|
||||
"w": 1.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Effect_Test_Bullet",
|
||||
"abilityName": "SceneObj_Effect_Test_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 30.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 5.0,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "All"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Effect_Test_Bullet"
|
||||
}
|
||||
],
|
||||
"DAKJEPLFJGD": 0.5
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Effect_Test",
|
||||
|
||||
"abilityName": "SceneObj_Effect_Test"
|
||||
}
|
||||
]
|
||||
},
|
||||
///////////////////////////////////////////////////
|
||||
//
|
||||
// 特效测试 子弹
|
||||
//
|
||||
///////////////////////////////////////////////////
|
||||
"SceneObj_Effect_Test_Bullet": {
|
||||
"common": {
|
||||
"disableTickDistance": 10000
|
||||
},
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 400,
|
||||
"defense": 99999,
|
||||
"isLockHP": true,
|
||||
"weight": 1,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"enableCollisionDelay": 0.5,
|
||||
"collision": {
|
||||
"targetType": "All",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Effect_Test_Bullet"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存<EFBFBD>?
|
||||
"lifeTime": 30 //存在时间
|
||||
},
|
||||
// 子弹线性移<EFBFBD>?
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"speed": 5.0,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Effect_Test_Bullet",
|
||||
|
||||
"abilityName": "SceneObj_Effect_Test_Bullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,384 +1,416 @@
|
||||
{
|
||||
"EnergyDisk_WindBlackHole_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Avatar_EnergyDisk_WindBlackHole_GadgetV2",
|
||||
"abilityName": "Avatar_EnergyDisk_WindBlackHole_GadgetV2",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 5.0
|
||||
"EnergyDisk_WindBlackHole_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1,
|
||||
"scaleY": 1,
|
||||
"scaleZ": 1
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"useCreatorBuffedProperty": true, // 继承的数值是否使用创造者身上的buff带来的property进行计算,仅在useCreatorProperty为true,或useCreatorPropertyPartly有值时生效,说白了就是创生时主人的临时buff对它起不起效
|
||||
"canTriggerBullet": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"isInvincible": true,
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"EnergyDisk_ShockTriggerThunder_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isGhostToAllied": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.5,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_ShockTriggerThunder_Gadget",
|
||||
"abilityName": "EnergyDisk_ShockTriggerThunder_Gadget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"shape": "",
|
||||
"CDOMPCGLJDM": "",
|
||||
"lifeTime": 3.0,
|
||||
"MAANIOJFOJE": "",
|
||||
"IIBEGFMKMNP": ""
|
||||
}
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
// "lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5.0 //存在时间
|
||||
},
|
||||
"EnergyDisk_Superconductor_Damage_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isGhostToAllied": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.5,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_Superconductor_Damage_Gadget",
|
||||
"abilityName": "EnergyDisk_Superconductor_Damage_Gadget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"shape": "",
|
||||
"CDOMPCGLJDM": "",
|
||||
"lifeTime": 3.0,
|
||||
"MAANIOJFOJE": "",
|
||||
"IIBEGFMKMNP": ""
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Avatar_EnergyDisk_WindBlackHole_GadgetV2",
|
||||
"abilityName": "Avatar_EnergyDisk_WindBlackHole_GadgetV2"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//22.落雷
|
||||
"EnergyDisk_ShockTriggerThunder_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"canTriggerBullet": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.5
|
||||
}
|
||||
},
|
||||
"EnergyDisk_KillAOEMonster_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_KillAOEMonster_GadgetV2",
|
||||
"abilityName": "EnergyDisk_KillAOEMonster_GadgetV2",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"field": {
|
||||
"lifeTime": 3 //存在时间
|
||||
},
|
||||
"EnergyDisk_SkillObj_WindAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"hasModel": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"weight": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_SkillObj_WindAmber",
|
||||
"abilityName": "EnergyDisk_SkillObj_WindAmber",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_ShockTriggerThunder_Gadget",
|
||||
"abilityName": "EnergyDisk_ShockTriggerThunder_Gadget"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//25.碎冰
|
||||
"EnergyDisk_Superconductor_Damage_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"canTriggerBullet": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.5
|
||||
}
|
||||
},
|
||||
"EnergyDisk_WindAmberField": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_WindAmberField",
|
||||
"abilityName": "EnergyDisk_WindAmberField",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 8.5
|
||||
},
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"alias": "",
|
||||
"velocity": 10.0,
|
||||
"scale": 1.5,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
},
|
||||
"escapeEffect": ""
|
||||
}
|
||||
"field": {
|
||||
"lifeTime": 3 //存在时间
|
||||
},
|
||||
"EnergyDisk_SkillObj_WaterAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"hasModel": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"weight": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_SkillObj_WaterAmber",
|
||||
"abilityName": "EnergyDisk_SkillObj_WaterAmber",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_Superconductor_Damage_Gadget",
|
||||
"abilityName": "EnergyDisk_Superconductor_Damage_Gadget"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"EnergyDisk_KillAOEMonster_Gadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"Activity_ChannellerSlab_DangerArea": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000000000.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"weight": 251.0,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Activity_ChannellerSlab_DangerArea",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "",
|
||||
"CDOMPCGLJDM": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.10000000149011612,
|
||||
"MAANIOJFOJE": "",
|
||||
"IIBEGFMKMNP": ""
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigPlatformMove"
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"Activity_ChannellerSlab_DangerArea_Enhanced": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000000000.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"weight": 251.0,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Activity_ChannellerSlab_DangerArea",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Activity_ChannellerSlab_DangerArea_EnhancedTag",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "",
|
||||
"CDOMPCGLJDM": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.10000000149011612,
|
||||
"MAANIOJFOJE": "",
|
||||
"IIBEGFMKMNP": ""
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigPlatformMove"
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_KillAOEMonster_GadgetV2",
|
||||
"abilityName": "EnergyDisk_KillAOEMonster_GadgetV2"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//风琥珀(攻击前)
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"EnergyDisk_SkillObj_WindAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"Activity_ChannellerSlab_BulletToGround": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
},
|
||||
"scale": 1.5
|
||||
},
|
||||
"hasModel": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Activity_ChannellerSlab_DamageArea_Impulse",
|
||||
"abilityName": "Activity_ChannellerSlab_DamageArea_Impulse",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 3.0
|
||||
}
|
||||
}
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_SkillObj_WindAmber",
|
||||
|
||||
"abilityName": "EnergyDisk_SkillObj_WindAmber"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//风琥珀风场
|
||||
"EnergyDisk_WindAmberField": {
|
||||
"$type": "ConfigGadget",
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"velocity": 10,
|
||||
"scale": 1.5
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 8.5 //存在时间
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1,
|
||||
"dieEndTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_WindAmberField",
|
||||
|
||||
"abilityName": "EnergyDisk_WindAmberField"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
//水琥珀攻击前
|
||||
"EnergyDisk_SkillObj_WaterAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EnergyDisk_SkillObj_WaterAmber",
|
||||
|
||||
"abilityName": "EnergyDisk_SkillObj_WaterAmber"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 东风快递
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
//判定区域
|
||||
"Activity_ChannellerSlab_DangerArea": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 999999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"weight": 251,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigPlatformMove"
|
||||
},
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
// "shape": "CircleR15",
|
||||
"startCheckTime": 0.0, //触发开始延时
|
||||
"checkInterval": 0.1, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true //是否一致存在
|
||||
// "lifeTime" : 500, //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Activity_ChannellerSlab_DangerArea"
|
||||
}
|
||||
]
|
||||
},
|
||||
//强化判定区域
|
||||
"Activity_ChannellerSlab_DangerArea_Enhanced": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 999999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"weight": 251,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigPlatformMove"
|
||||
},
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
// "shape": "CircleR15",
|
||||
"startCheckTime": 0.0, //触发开始延时
|
||||
"checkInterval": 0.1, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true //是否一致存在
|
||||
// "lifeTime" : 500, //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Activity_ChannellerSlab_DangerArea"
|
||||
},
|
||||
{
|
||||
"abilityName": "Activity_ChannellerSlab_DangerArea_EnhancedTag"
|
||||
}
|
||||
]
|
||||
},
|
||||
//攻击区域
|
||||
"Activity_ChannellerSlab_BulletToGround": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"scale": 1.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 3.0 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Activity_ChannellerSlab_DamageArea_Impulse",
|
||||
"abilityName": "Activity_ChannellerSlab_DamageArea_Impulse"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,368 +1,430 @@
|
||||
{
|
||||
"SceneObj_Homeworld_Standard_Cooking": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Cooking_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_cooking_page",
|
||||
"HBECACNHDOE": "UI_COOKING_QTE_TITLE",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"DDNBCFHIGIF": false,
|
||||
"intee": {
|
||||
"triggerRadius": 1.5
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 必读:此Json用于收纳了通用物件功能模板。
|
||||
// 如果你的ConfigGadget无法复用,请移步至ConfigGadget_Homeworld_Alone.json添加
|
||||
// 如果你的是家园玩法套装物件,请移步至ConfigGadget_Homeworld_Group.json添加。
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 厨房模板
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Cooking": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_cooking_page",
|
||||
"uiName": "UI_COOKING_QTE_TITLE"
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Cooking02": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Cooking_Ability02",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_cooking_page",
|
||||
"HBECACNHDOE": "UI_COOKING_QTE_TITLE",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"DDNBCFHIGIF": false,
|
||||
"intee": {
|
||||
"triggerRadius": 1.5
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 1.5,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Forging": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_forging_page",
|
||||
"HBECACNHDOE": "UI_FORGE_PAGE_TITLE",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"DDNBCFHIGIF": false,
|
||||
"intee": {
|
||||
"triggerRadius": 1.5
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
"keepModifierOutSight": false,
|
||||
"combat": {
|
||||
//combat property 默认值一览
|
||||
"property": {
|
||||
"useCreatorProperty": false, // useCreatorProperty 默认值为true
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true, //默认为false
|
||||
"ignoreDamageToSelf": true //默认值为False
|
||||
//"isInvincible":false, //isInvincible 默认为false
|
||||
//"isGhostToAllied" : false, // isGhostToAllied默认值为false
|
||||
//"isGhostToEnemy" : false, // isGhostToEnemy 默认值为false
|
||||
//"canTriggerBullet" : true,// canTriggerBullet 默认值为true
|
||||
},
|
||||
"beHit": {
|
||||
"hitAutoRedirect": false
|
||||
}
|
||||
},
|
||||
"SceneObj_Homeworld_Exterior_Md_Build_Store_04": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_forging_page",
|
||||
"HBECACNHDOE": "UI_FORGE_PAGE_TITLE",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"DDNBCFHIGIF": false,
|
||||
"intee": {
|
||||
"triggerRadius": 7.0
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Cooking_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 厨房模板02
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Cooking02": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_cooking_page",
|
||||
"uiName": "UI_COOKING_QTE_TITLE"
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Synthesis": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_synthesis_page",
|
||||
"HBECACNHDOE": "UI_SYNTHESIS_PAGE_TITLE",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"DDNBCFHIGIF": false,
|
||||
"intee": {
|
||||
"triggerRadius": 1.5
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 1.5,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_MainBuilding": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Homeworld_Standard_MainBuilding_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"keepModifierOutSight": false,
|
||||
"combat": {
|
||||
//combat property 默认值一览
|
||||
"property": {
|
||||
"useCreatorProperty": false, // useCreatorProperty 默认值为true
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true, //默认为false
|
||||
"ignoreDamageToSelf": true //默认值为False
|
||||
//"isInvincible":false, //isInvincible 默认为false
|
||||
//"isGhostToAllied" : false, // isGhostToAllied默认值为false
|
||||
//"isGhostToEnemy" : false, // isGhostToEnemy 默认值为false
|
||||
//"canTriggerBullet" : true,// canTriggerBullet 默认值为true
|
||||
},
|
||||
"beHit": {
|
||||
"hitAutoRedirect": false
|
||||
}
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Candlelight": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Candlelight_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Cooking_Ability02"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 锻造模板
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Forging": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_forging_page",
|
||||
"uiName": "UI_FORGE_PAGE_TITLE"
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Bush": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100.0,
|
||||
"attack": 10.0,
|
||||
"w": 75.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"BACKFJDBKFB": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Bush_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 1.5,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Door": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"HGHKEEEMHLO": {
|
||||
"JIJIGOPCOHI": {},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"JLAFELOFEGB": "",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"ClosingIn": [
|
||||
"Audio_SceneObj_Gear_KnightDoor_Close"
|
||||
],
|
||||
"ClosingWait": [],
|
||||
"OpeningIn": [
|
||||
"Audio_SceneObj_Gear_KnightDoor_Open"
|
||||
],
|
||||
"OpenIn": [],
|
||||
"OpeningOut": [
|
||||
"Audio_SceneObj_Gear_KnightDoor_Open"
|
||||
],
|
||||
"OpenOut": [],
|
||||
"ClosingOut": [
|
||||
"Audio_SceneObj_Gear_KnightDoor_Close"
|
||||
],
|
||||
"ClosingOutWait": [],
|
||||
"Opening": [
|
||||
"Audio_SceneObj_Gear_Room_Door_Open"
|
||||
],
|
||||
"Closing": [
|
||||
"Audio_SceneObj_Gear_Room_Door_Close"
|
||||
],
|
||||
"OpenInside": [
|
||||
"Audio_SceneObj_Gear_Ly_Room_Door_Open_02"
|
||||
],
|
||||
"OpenOutside": [
|
||||
"Audio_SceneObj_Gear_Ly_Room_Door_Open_02"
|
||||
],
|
||||
"InsideClosing": [
|
||||
"Audio_SceneObj_Gear_Md_Room_Door_Close_02"
|
||||
],
|
||||
"OutsideClosing": [
|
||||
"Audio_SceneObj_Gear_Md_Room_Door_Close_02"
|
||||
]
|
||||
},
|
||||
"PGHGJFNNLMI": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Bundle": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_homeworld_NPC_summon",
|
||||
"HBECACNHDOE": "UI_HOMEWORLD_NPC_SUMMON",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
}
|
||||
},
|
||||
"SceneObj_Homeworld_Exterior_Common_Decoration_Mail_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_mail_page",
|
||||
"HBECACNHDOE": "UI_MAIL_TITLE",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"DDNBCFHIGIF": false,
|
||||
"intee": {
|
||||
"triggerRadius": 1.0
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_GatherBundle": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.5,
|
||||
"dieDisappearEffect": "Eff_SceneObj_Homeworld_GatherThing_Disappear"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Interior_BGMChanger": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_homeworld_bgm_page",
|
||||
"HBECACNHDOE": "UI_HOMEWORLD_CHANGEBGM_INDOOR_BUTTON",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"DIGHIEGAJKN": true
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 2.0
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
},
|
||||
"SceneObj_Homeworld_Standard_Exterior_BGMChanger": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"unknownHPFlag": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "UI/open_homeworld_bgm_page",
|
||||
"HBECACNHDOE": "UI_HOMEWORLD_CHANGEBGM_OUTDOOR_BUTTON",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"DIGHIEGAJKN": true
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 2.0
|
||||
},
|
||||
"JLNBDIJCCLG": true
|
||||
"keepModifierOutSight": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 锻造(铁匠铺专用)
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Exterior_Md_Build_Store_04": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_forging_page",
|
||||
"uiName": "UI_FORGE_PAGE_TITLE"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 7.0,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"keepModifierOutSight": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 合成模板
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Synthesis": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_synthesis_page",
|
||||
"uiName": "UI_SYNTHESIS_PAGE_TITLE"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 1.5,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"keepModifierOutSight": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 主建筑模板
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_MainBuilding": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Homeworld_Standard_MainBuilding_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 烛光模板
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Candlelight": {
|
||||
"$type": "ConfigGadget",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Candlelight_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 灌木
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Bush": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"viewSize": 1,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"property": {
|
||||
"HP": 100,
|
||||
"attack": 10,
|
||||
"defense": 0,
|
||||
"weight": 75,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Homeworld_Standard_Bush_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园门模板
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Door": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
//该注释用于探索元素视野的最小集合设置
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
}
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"animatorStates": {
|
||||
"ClosingIn": ["Audio_SceneObj_Gear_KnightDoor_Close"],
|
||||
"ClosingWait": [],
|
||||
"OpeningIn": ["Audio_SceneObj_Gear_KnightDoor_Open"],
|
||||
"OpenIn": [],
|
||||
"OpeningOut": ["Audio_SceneObj_Gear_KnightDoor_Open"],
|
||||
"OpenOut": [],
|
||||
"ClosingOut": ["Audio_SceneObj_Gear_KnightDoor_Close"],
|
||||
"ClosingOutWait": [],
|
||||
"Opening": ["Audio_SceneObj_Gear_Room_Door_Open"],
|
||||
"Closing": ["Audio_SceneObj_Gear_Room_Door_Close"],
|
||||
"OpenInside": ["Audio_SceneObj_Gear_Ly_Room_Door_Open_02"],
|
||||
"OpenOutside": ["Audio_SceneObj_Gear_Ly_Room_Door_Open_02"],
|
||||
"InsideClosing": ["Audio_SceneObj_Gear_Md_Room_Door_Close_02"],
|
||||
"OutsideClosing": ["Audio_SceneObj_Gear_Md_Room_Door_Close_02"]
|
||||
},
|
||||
"cullingModelAlwaysAnimate": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"misc": {
|
||||
"autoDoor": {
|
||||
"triggerDistance": 3, //角色人物与门的距离 (默认3.0)
|
||||
"checkInterval": 0.05 //触发间隔(0.05s)
|
||||
}
|
||||
}
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园套装模板
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Bundle": {
|
||||
"$type": "ConfigGadget",
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_homeworld_NPC_summon",
|
||||
"uiName": "UI_HOMEWORLD_NPC_SUMMON"
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 邮箱
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Exterior_Common_Decoration_Mail_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_mail_page",
|
||||
"uiName": "UI_MAIL_TITLE"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 1.0,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"keepModifierOutSight": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 采集物Bundle
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_GatherBundle": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0,
|
||||
"dieForceDisappearTime": 0.5,
|
||||
"dieDisappearEffect": "Eff_SceneObj_Homeworld_GatherThing_Disappear"
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 BGM切换器(埙型乐器使用,室内)
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Interior_BGMChanger": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_homeworld_bgm_page",
|
||||
"uiName": "UI_HOMEWORLD_CHANGEBGM_INDOOR_BUTTON",
|
||||
"canOnlyInteractInStandStill": true
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 2.0,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 家园 BGM切换器(埙型乐器使用,室外)
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Homeworld_Standard_Exterior_BGMChanger": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"lowPriorityIntee": true,
|
||||
"uiInteract": {
|
||||
"gadgetUIBtnCfgPath": "UI/open_homeworld_bgm_page",
|
||||
"uiName": "UI_HOMEWORLD_CHANGEBGM_OUTDOOR_BUTTON",
|
||||
"canOnlyInteractInStandStill": true
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 2.0,
|
||||
"triggerHeight": 2
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"ignoreDamageToSelf": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
70
Resources/BinOutput/Gadget/ConfigGadget_HuntingEvent.json
Normal file
70
Resources/BinOutput/Gadget/ConfigGadget_HuntingEvent.json
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"DendroTornado_Hunting": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"scale": 1.0
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigPinballBulletMove",
|
||||
"speed": 4.8,
|
||||
"radius": 6.5,
|
||||
"delay": 0.25,
|
||||
"anglerVelocity": 3600.0,
|
||||
"traceOnYAxis": true,
|
||||
"destroyWhenTargetDie": false,
|
||||
"randomBackAngleAdded": 60.0,
|
||||
"reboundInterval": 0.2,
|
||||
"outOfRangeFixCD": 0.5,
|
||||
"velocityForce": {
|
||||
//WindZone单位不吃风的力
|
||||
"excludeForces": [
|
||||
"WindZoneType",
|
||||
"AirflowType",
|
||||
"RiseType",
|
||||
"SpeedupType",
|
||||
"AirflowAccType"
|
||||
]
|
||||
},
|
||||
"stickToGround": {
|
||||
"$type": "ConfigMoveStickToGround",
|
||||
"heightToGround": 0.5,
|
||||
"flexibleRange": 0.5,
|
||||
"maxStepHeight": 1,
|
||||
"maxSlopeAngle": 60,
|
||||
"isStickToWater": true,
|
||||
"unstickWhenDownSlide": "Keep",
|
||||
"unstickWhenUpSlide": "Stay"
|
||||
},
|
||||
"canBornInWater": true
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 10.0
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Hunting_Dendro_Tornado"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
50
Resources/BinOutput/Gadget/ConfigGadget_Level_Buff.json
Normal file
50
Resources/BinOutput/Gadget/ConfigGadget_Level_Buff.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
//3.1挑戰地城
|
||||
"LevelEntity_Challenge_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": 8 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "LevelEntity_Challenge_WindZone_Gadget",
|
||||
"abilityName": "LevelEntity_Challenge_WindZone_Gadget"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,289 +1,347 @@
|
||||
{
|
||||
"Apparatus_Perpetual_RangeAtk_LaserBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_RangeAtk_LaserDamage",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 1.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 100.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"PBAOMDNIHPL": {
|
||||
"type": "Always"
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_RangeAtk_LaserDamage"
|
||||
}
|
||||
]
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Apparatus_Perpetual_RangeAtk_LaserBullet
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Apparatus_Perpetual_RangeAtk_LaserBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Apparatus_Perpetual_RangeAtk_ChasingTarget": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"DFOMHHEIEEC": 1.2000000476837158,
|
||||
"FGALCDKIDHJ": 1.2000000476837158,
|
||||
"FGNLBMLCKLP": 1.2000000476837158
|
||||
},
|
||||
"LALONNAHJDN": 1.2000000476837158
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_RangeAtk_ChasingTarget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 20.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "",
|
||||
"offset": {
|
||||
"_y": -1.0
|
||||
}
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
// "triggerType": "TriggerNoRepeat",
|
||||
// "triggerType": "TriggerAlways",
|
||||
// "triggerCD": 0.4,
|
||||
"ignoreScene": false,
|
||||
"ignoreWater": false,
|
||||
"ccd": {
|
||||
"type": "Always"
|
||||
}
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_RangeAtk_LaserDamage"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Apparatus_Perpetual_ChargeAtk_LatencyGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_ChargeAtk_LatencyGadget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
}
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"speed": 100
|
||||
},
|
||||
"Apparatus_Perpetual_Recombination_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"w": 50.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_Recombination_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"FMMJLOCHHLM": 10.0,
|
||||
"OGKIPNLKEJP": 25.0,
|
||||
"LAOHLEAPNBF": 20.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"MCNHEAILGPP": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
}
|
||||
}
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 1
|
||||
},
|
||||
"Apparatus_Perpetual_InitialPos": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 100.0,
|
||||
"attack": 10.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_SplitLocation",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true,
|
||||
"KHMAEMALBFD": 9999.0
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Monster_Apparatus_Perpetual_RangeAtk_LaserDamage"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Apparatus_Perpetual_RangeAtk_ChasingTarget
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Apparatus_Perpetual_RangeAtk_ChasingTarget": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"scale": 1.2,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.2,
|
||||
"scaleY": 1.2,
|
||||
"scaleZ": 1.2
|
||||
}
|
||||
},
|
||||
"Apparatus_Perpetual_FollowHitBox_NormalAtk1": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"DFOMHHEIEEC": 1.5,
|
||||
"FGALCDKIDHJ": 1.5,
|
||||
"FGNLBMLCKLP": 1.5
|
||||
},
|
||||
"LALONNAHJDN": 1.5
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": ""
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Apparatus_Perpetual_CircularSaw_FollowGadget",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_CircularSaw_FollowGadget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 8.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "RootNode",
|
||||
"DEMMFGLNINM": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_CircularSaw_FollowGadget"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"lockHP": true,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
// "attachPoint": "RootNode",
|
||||
"followRotation": false,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": -1.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 20.0 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Monster_Apparatus_Perpetual_RangeAtk_ChasingTarget"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Apparatus_Perpetual_ChargeAtk_LatencyGadget
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Apparatus_Perpetual_ChargeAtk_LatencyGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5.0 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Monster_Apparatus_Perpetual_ChargeAtk_LatencyGadget"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Apparatus_Perpetual_Recombination_Bullet
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Apparatus_Perpetual_Recombination_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"weight": 50,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5.0 //存在时间
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"delay": 0.0,
|
||||
"speed": 10.0,
|
||||
"acceleration": 0,
|
||||
"maxSpeed": 25,
|
||||
"minSpeed": 20,
|
||||
"traceOnYAxis": true,
|
||||
"anglerVelocity": 3600.0,
|
||||
"canBornInWater": true
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat"
|
||||
// "triggerCD":2,
|
||||
},
|
||||
"triggerActions": [],
|
||||
"triggerLifeOverActions": [],
|
||||
"killByOther": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Monster_Apparatus_Perpetual_Recombination_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Apparatus_Perpetual_InitialPos
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"Apparatus_Perpetual_InitialPos": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 100,
|
||||
"attack": 10,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 9999.0, //存在时间
|
||||
"lifeInfinite": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Monster_Apparatus_Perpetual_SplitLocation"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Apparatus_Perpetual_FollowHitBox_NormalAtk1
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Apparatus_Perpetual_FollowHitBox_NormalAtk1": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"scale": 1.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.5,
|
||||
"scaleY": 1.5,
|
||||
"scaleZ": 1.5
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "RootNode",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 8 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_CircularSaw_FollowGadget"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Apparatus_Perpetual_CircularSaw_FollowGadget",
|
||||
"abilityName": "Monster_Apparatus_Perpetual_CircularSaw_FollowGadget"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,460 +1,522 @@
|
||||
{
|
||||
"Cicin_IceSpear": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_IceSpear_Hit",
|
||||
"abilityName": "Monster_Cicin_Ice_IceSpear_Hit",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 4.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"FMMJLOCHHLM": 15.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"KBKBGMEBOBM": 15.0,
|
||||
"OOKNCMNOLHL": 10.0,
|
||||
"BEOAIOIBIHG": 0.009999999776482582
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_Ice_IceSpear_Hit"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_Ice_IceSpear_Hit"
|
||||
}
|
||||
]
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Cicin_IceSpear
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Cicin_IceSpear": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"Cicin_IceShieldEnergy": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_IceShieldEnergyGet",
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGet",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_IceShieldEnergyGetFail",
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGetFail",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 4.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"FMMJLOCHHLM": 5.0,
|
||||
"AAAEMJGEEJO": 7.5,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"EKBIBPNCOGB": true,
|
||||
"MCNHEAILGPP": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Alliance"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGet"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGetFail"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Cicin_ElectricBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ElectricBall_Hit",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Hit",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ElectricBall_Effect",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Effect",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 4.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"FMMJLOCHHLM": 15.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"KBKBGMEBOBM": 15.0,
|
||||
"OOKNCMNOLHL": 10.0,
|
||||
"BEOAIOIBIHG": 0.009999999776482582
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Hit"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Hit"
|
||||
}
|
||||
]
|
||||
}
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"speed": 15.0,
|
||||
"straightRange": 15.0,
|
||||
"gravityOfAcceleration": 10.0,
|
||||
"airResistance": 0.01,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true
|
||||
},
|
||||
"Cicin_BlinkPoint": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 100.0,
|
||||
"attack": 10.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 15.0
|
||||
}
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 4.0 //存在时间
|
||||
},
|
||||
"Fatuus_Summoner_ElectricField": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Summoner_RangeAtk_Damage",
|
||||
"abilityName": "Fatuus_Summoner_RangeAtk_Damage",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 15.0
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_Ice_IceSpear_Hit"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_Ice_IceSpear_Hit"
|
||||
}
|
||||
],
|
||||
"killByOther": false
|
||||
},
|
||||
"Fatuus_Summoner_LifeSkill": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 100.0,
|
||||
"attack": 10.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Summoner_Random2_Timer",
|
||||
"abilityName": "Fatuus_Summoner_Random2_Timer",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 6.0
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_IceSpear_Hit",
|
||||
"abilityName": "Monster_Cicin_Ice_IceSpear_Hit"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Cicin_IceShieldEnergy
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Cicin_IceShieldEnergy": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Cicin_ThunderEnergy": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ThunderEnergy",
|
||||
"abilityName": "Monster_Cicin_ThunderEnergy",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ThunderEnergyAS",
|
||||
"abilityName": "Monster_Cicin_ThunderEnergyAS",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 4.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"FMMJLOCHHLM": 5.0,
|
||||
"AAAEMJGEEJO": 7.5,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"EKBIBPNCOGB": true,
|
||||
"MCNHEAILGPP": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "AllExceptSelf"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ThunderEnergy"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ThunderEnergyAS"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"speed": 5,
|
||||
"acceleration": 7.5,
|
||||
"destroyWhenTargetDie": true,
|
||||
"traceOnYAxis": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true,
|
||||
"delay": 0.0
|
||||
},
|
||||
"Cicin_WaterBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_WaterBall_Hit",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Hit",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_WaterBall_Effect",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Effect",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 4.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"FMMJLOCHHLM": 15.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"KBKBGMEBOBM": 15.0,
|
||||
"OOKNCMNOLHL": 10.0,
|
||||
"BEOAIOIBIHG": 0.009999999776482582
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Hit"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Hit"
|
||||
}
|
||||
]
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 4.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Alliance",
|
||||
"triggerType": "TriggerNoRepeat"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGet"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGetFail"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_IceShieldEnergyGet",
|
||||
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGet"
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_IceShieldEnergyGetFail",
|
||||
|
||||
"abilityName": "Monster_Cicin_IceShieldEnergyGetFail"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Cicin_ElectricBall
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Cicin_ElectricBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"speed": 15.0,
|
||||
"straightRange": 15.0,
|
||||
"gravityOfAcceleration": 10.0,
|
||||
"airResistance": 0.01,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 4.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Hit"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Hit"
|
||||
}
|
||||
],
|
||||
"killByOther": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ElectricBall_Hit",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Hit"
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ElectricBall_Effect",
|
||||
"abilityName": "Monster_Cicin_ElectricBall_Effect"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Cicin_BlinkPoint
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"Cicin_BlinkPoint": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 100,
|
||||
"attack": 10,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 15.0, //存在时间
|
||||
"lifeInfinite": false
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Fatuus_Summoner_ElectricField
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Summoner_ElectricField": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"canTriggerBullet": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 15.0 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Summoner_RangeAtk_Damage",
|
||||
|
||||
"abilityName": "Fatuus_Summoner_RangeAtk_Damage"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Fatuus_Summoner_LifeSkill
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Summoner_LifeSkill": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 100,
|
||||
"attack": 10,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 6.0, //存在时间
|
||||
"lifeInfinite": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Summoner_Random2_Timer",
|
||||
|
||||
"abilityName": "Fatuus_Summoner_Random2_Timer"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Cicin_ThunderEnergy
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Cicin_ThunderEnergy": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"speed": 5,
|
||||
"acceleration": 7.5,
|
||||
"destroyWhenTargetDie": true,
|
||||
"traceOnYAxis": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true,
|
||||
"delay": 0.0
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 4.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "AllExceptSelf",
|
||||
"triggerType": "TriggerNoRepeat"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ThunderEnergy"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_ThunderEnergyAS"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ThunderEnergy",
|
||||
|
||||
"abilityName": "Monster_Cicin_ThunderEnergy"
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_ThunderEnergyAS",
|
||||
|
||||
"abilityName": "Monster_Cicin_ThunderEnergyAS"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Cicin_BlinkPoint
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Cicin_WaterBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"speed": 15.0,
|
||||
"straightRange": 15.0,
|
||||
"gravityOfAcceleration": 10.0,
|
||||
"airResistance": 0.01,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 4.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Hit"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Hit"
|
||||
}
|
||||
],
|
||||
"killByOther": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Cicin_WaterBall_Hit",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Hit"
|
||||
},
|
||||
{
|
||||
"abilityID": "Monster_Cicin_WaterBall_Effect",
|
||||
"abilityName": "Monster_Cicin_WaterBall_Effect"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,181 +1,203 @@
|
||||
{
|
||||
"Darkwraith_Strong_Wind_ChainAtk02_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Darkwraith_Strong_Wind_ChainAtk02_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 1.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerAlways",
|
||||
"PENKNGDICGD": 0.20000000298023224,
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Darkwraith_Strong_Wind_ChainAtk02_Bullet"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wind : ChainAtk02 Bullet
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Darkwraith_Strong_Wind_ChainAtk02_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"Darkwraith_Strong_Wind_FunnelAtk_StaticBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_StaticBullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 30.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_StaticBullet"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Darkwraith_Strong_Wind_FunnelAtk_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 1.5
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"FMMJLOCHHLM": 25.0,
|
||||
"OGKIPNLKEJP": 30.0,
|
||||
"LAOHLEAPNBF": 25.0,
|
||||
"FDJOMFDBDBF": 360.0,
|
||||
"AAAEMJGEEJO": 5.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"EJCGLFGJNBH": 180.0,
|
||||
"BNKEDJIAHHF": 180.0,
|
||||
"NLIMFKJDOBE": 0.30000001192092896
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_Bullet"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 1.0
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerAlways",
|
||||
"triggerCD": 0.2
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Darkwraith_Strong_Wind_ChainAtk02_Bullet"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Darkwraith_Strong_Wind_ChainAtk02_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wind : Funnel Bullet
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Darkwraith_Strong_Wind_FunnelAtk_StaticBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 30.0
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_StaticBullet"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_StaticBullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Darkwraith_Strong_Wind_FunnelAtk_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 子弹移动
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 25.0,
|
||||
"delay": 0,
|
||||
"acceleration": 5,
|
||||
"maxSpeed": 30,
|
||||
"minSpeed": 25,
|
||||
"guidanceSpeedChange": true,
|
||||
"itanoCircusStartAngler": 180,
|
||||
"guidanceDelay": 0,
|
||||
"anglerVelocity": 360.0,
|
||||
"guidanceDuration": 0.3,
|
||||
"guidanceMinAnglerVelocity": 180.0,
|
||||
"canBornInWater": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 1.5 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_Bullet"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Darkwraith_Strong_Wind_FunnelAtk_Bullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,124 +1,252 @@
|
||||
{
|
||||
"Defender_AirflowField": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "",
|
||||
"forward": {
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"alias": "",
|
||||
"velocity": 10.0,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
},
|
||||
"escapeEffect": ""
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Laser
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
// "Defender_Laser" :
|
||||
// {
|
||||
// "$type" : "ConfigGadget",
|
||||
// "common" :
|
||||
// {
|
||||
// "effectAttachShape" :
|
||||
// {
|
||||
// "$type" : "ConfigEffectAttachBox",
|
||||
// "emitFrom" : "Volume",
|
||||
// "scaleX" : 1.0,
|
||||
// "scaleY" : 1.0,
|
||||
// "scaleZ" : 0.4,
|
||||
// },
|
||||
// },
|
||||
// "combat" :
|
||||
// {
|
||||
// "property":
|
||||
// {
|
||||
// "useCreatorProperty" : true, // 是否继承创造者的数值
|
||||
// "HP" : 999999,
|
||||
// "attack" : 10.0,
|
||||
// "defense" : 999999,
|
||||
// "denyLockOn" : true,
|
||||
// "isInvincible": true,
|
||||
// "isGhostToAllied": true,
|
||||
// "isGhostToEnemy": true,
|
||||
// "canTriggerBullet" : false,
|
||||
// },
|
||||
// "beHit" :
|
||||
// {
|
||||
// "hitBloodEffect" : "",
|
||||
// "muteAllHit" : true,
|
||||
// "muteAllHitEffect" : true,
|
||||
// "muteAllHitText" : true,
|
||||
// },
|
||||
// },
|
||||
// // 子弹抛物线移动修正
|
||||
// "move" :
|
||||
// {
|
||||
// "$type" : "ConfigLinerBulletMove",
|
||||
// "speed" : 60.0,
|
||||
// "updateAngle" :
|
||||
// {
|
||||
// "$type": "ConfigBulletMoveAngleByVelocity",
|
||||
// },
|
||||
// },
|
||||
// // 生命周期管理
|
||||
// "timer" :
|
||||
// {
|
||||
// "lifeInfinite" : false, //如果未触发是否一致存在
|
||||
// "lifeTime" : 1.0, //存在时间
|
||||
// },
|
||||
// // 子弹参数
|
||||
// "gadget" :
|
||||
// {
|
||||
// "$type" : "ConfigBulletPattern",
|
||||
// "collision" :
|
||||
// {
|
||||
// "targetType" : "Enemy",
|
||||
// "triggerType" : "TriggerOnce",
|
||||
// },
|
||||
// "triggerActions" :
|
||||
// [
|
||||
// {
|
||||
// "$type" : "ConfigGadgetTriggerAbility",
|
||||
// "abilityName" : "Defender_None_Laser_Explode",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// "abilities":
|
||||
// [
|
||||
// {
|
||||
// "abilityID": "Laser_Light",
|
||||
|
||||
// "abilityName" : "Defender_None_Laser_Light"
|
||||
// },
|
||||
// {
|
||||
// "abilityID": "Laser_Explode",
|
||||
|
||||
// "abilityName" : "Defender_None_Laser_Explode"
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// AirflowField
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Defender_AirflowField": {
|
||||
"$type": "ConfigGadget",
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"velocity": 10,
|
||||
"scale": 1
|
||||
}
|
||||
},
|
||||
"Defender_None_ChaseBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
},
|
||||
"scale": 1.5
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Defender_None_ChaseBullet",
|
||||
"abilityName": "Monster_Defender_None_ChaseBullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 17.5,
|
||||
"anglerVelocity": 1080.0,
|
||||
"canBornInWater": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"itanoCircusStartAngler": 60.0,
|
||||
"guidanceDelay": 0.20000000298023224,
|
||||
"guidanceMinAnglerVelocity": 1080.0,
|
||||
"guidanceDuration": 0.800000011920929
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Defender_None_ChaseBullet"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Defender_None_ChaseBullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Defender_None_ChaseTarget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": ""
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"timer": {
|
||||
"lifeTime": 3.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "RootNode"
|
||||
}
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": false,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Defender_None_ChaseBullet //42304015
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Defender_None_ChaseBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"scale": 1.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"canTriggerBullet": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 17.5,
|
||||
// "acceleration": 20,
|
||||
// "maxSpeed" : 30,
|
||||
// "minSpeed" : 8,
|
||||
"guidanceSpeedChange": true,
|
||||
"itanoCircusStartAngler": 60,
|
||||
"guidanceDelay": 0.2,
|
||||
"anglerVelocity": 1080.0,
|
||||
"guidanceDuration": 0.8,
|
||||
"guidanceMinAnglerVelocity": 1080.0,
|
||||
"canBornInWater": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Defender_None_ChaseBullet"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Defender_None_ChaseBullet"
|
||||
}
|
||||
],
|
||||
"killByOther": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Defender_None_ChaseBullet",
|
||||
"abilityName": "Monster_Defender_None_ChaseBullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Defender_None_ChaseTarget
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"Defender_None_ChaseTarget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "RootNode",
|
||||
"followRotation": false,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 3 //存在时间
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,471 +1,528 @@
|
||||
{
|
||||
"Eldritch_Minor_WaterJet_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Eldritch__Minor_WaterJet_LaserDamage",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 1.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 60.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"PBAOMDNIHPL": {
|
||||
"type": "Always"
|
||||
},
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch__Minor_WaterJet_LaserDamage"
|
||||
}
|
||||
]
|
||||
}
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_WaterJet_Bullet
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_WaterJet_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Eldritch_Minor_WaterImpulse_ChargeGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Eldritch_Minor_WaterImpulse_MidGadget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 8.0
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true,
|
||||
"ignoreWater": false,
|
||||
"ccd": {
|
||||
"type": "Always"
|
||||
}
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch__Minor_WaterJet_LaserDamage"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Eldritch_Minor_WaterBall_FirstRound_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 8.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"FMMJLOCHHLM": 20.0,
|
||||
"OGKIPNLKEJP": 40.0,
|
||||
"LAOHLEAPNBF": 20.0,
|
||||
"FDJOMFDBDBF": 120.0,
|
||||
"AAAEMJGEEJO": 5.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"JLFCEIPGCMI": 3.5,
|
||||
"EIFANBENHCO": 0.20000000298023224,
|
||||
"DMNKJKKNKJE": false,
|
||||
"BNKEDJIAHHF": 30.0,
|
||||
"NLIMFKJDOBE": 2.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"speed": 60
|
||||
},
|
||||
"Eldritch_Minor_WaterBall_SecondRound_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 8.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"FMMJLOCHHLM": 20.0,
|
||||
"OGKIPNLKEJP": 40.0,
|
||||
"LAOHLEAPNBF": 20.0,
|
||||
"FDJOMFDBDBF": 120.0,
|
||||
"AAAEMJGEEJO": 5.5,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"JLFCEIPGCMI": 2.0,
|
||||
"EIFANBENHCO": 0.20000000298023224,
|
||||
"DMNKJKKNKJE": false,
|
||||
"BNKEDJIAHHF": 30.0,
|
||||
"NLIMFKJDOBE": 2.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 1
|
||||
},
|
||||
"Eldritch_Minor_WaterBall_Alert_EnergyBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eldritch__Minor_WaterJet_LaserDamage"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_WaterImpulse_ChargeGadget
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_WaterImpulse_ChargeGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Eldritch_Minor_Alert_ConvergencePoint": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true
|
||||
}
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 8.0 //存在时间
|
||||
},
|
||||
"Eldritch_Minor_Alert_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
},
|
||||
"LALONNAHJDN": 1.5
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Eldritch_Minor_Alert_SingleBullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 3.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 15.0,
|
||||
"AAAEMJGEEJO": 5.0,
|
||||
"JMEOBDFCELF": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_Alert_SingleBullet"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_Alert_SingleBullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eldritch_Minor_WaterImpulse_MidGadget"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_WaterBall_FirstRound_Bullet
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_WaterBall_FirstRound_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Eldritch_Minor_Platform_CenterGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Eldritch_Minor_Platform_CenterGadget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true
|
||||
}
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 20.0,
|
||||
"delay": 3.5,
|
||||
"acceleration": 5.0,
|
||||
"maxSpeed": 40.0,
|
||||
"minSpeed": 20.0,
|
||||
"guidanceSpeedChange": false,
|
||||
"itanoCircusStartAngler": 0,
|
||||
"guidanceDelay": 0.2,
|
||||
"anglerVelocity": 120.0,
|
||||
"guidanceDuration": 2.0,
|
||||
"guidanceMinAnglerVelocity": 30.0,
|
||||
"canBornInWater": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
"Eldritch_Minor_WaterJet_WindZone": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 30.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Eldritch_Minor_WaterJet_WindZone",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 20.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "Jaw",
|
||||
"DEMMFGLNINM": true,
|
||||
"offset": {
|
||||
"_x": -4.0,
|
||||
"_y": 1.0
|
||||
}
|
||||
}
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 8.0 //存在时间
|
||||
},
|
||||
"Eldritch_Minor_LockDummy": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Boss_Lv5"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Eldritch_Minor_LockDummy",
|
||||
"abilityName": "Eldritch_Minor_LockDummy",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 15.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "AimPoint"
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_WaterBall_SecondRound_Bullet
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_WaterBall_SecondRound_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 20.0,
|
||||
"delay": 2.0,
|
||||
"acceleration": 5.5,
|
||||
"maxSpeed": 40.0,
|
||||
"minSpeed": 20.0,
|
||||
"guidanceSpeedChange": false,
|
||||
"itanoCircusStartAngler": 0,
|
||||
"guidanceDelay": 0.2,
|
||||
"anglerVelocity": 120.0,
|
||||
"guidanceDuration": 2.0,
|
||||
"guidanceMinAnglerVelocity": 30.0,
|
||||
"canBornInWater": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 8.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eldritch_Minor_WaterBall_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_WaterBall_Alert_EnergyBall
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_WaterBall_Alert_EnergyBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true
|
||||
},
|
||||
"abilities": []
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_Alert_ConvergencePoint
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_Alert_ConvergencePoint": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true
|
||||
},
|
||||
"abilities": []
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_Alert_Bullet
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_Alert_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"scale": 1.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"speed": 15.0,
|
||||
"acceleration": 5.0,
|
||||
"canBornInWater": true
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 3.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "None",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_Alert_SingleBullet"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Eldritch_Minor_Alert_SingleBullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eldritch_Minor_Alert_SingleBullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_Platform_CenterGadget
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_Platform_CenterGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true //如果未触发是否一致存在
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eldritch_Minor_Platform_CenterGadget"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_WaterJet_WindZone--42304023
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
//小球跟随目标
|
||||
"Eldritch_Minor_WaterJet_WindZone": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 30.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "Jaw",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": -4.0,
|
||||
"y": 1.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 20
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eldritch_Minor_WaterJet_WindZone"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Eldritch_Minor_LockDummy
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Eldritch_Minor_LockDummy": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Boss_Lv5"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 15.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "AimPoint",
|
||||
"followRotation": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Eldritch_Minor_LockDummy",
|
||||
"abilityName": "Eldritch_Minor_LockDummy"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,147 +1,173 @@
|
||||
{
|
||||
"Elemental_EarthWrath": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"scaleZ": 0.4000000059604645
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EarthWrath_Area",
|
||||
"abilityName": "Elemental_Wind_EarthWrath_Area",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 45.0
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"collision": {
|
||||
"triggerType": "TriggerAlways",
|
||||
"targetType": "Enemy"
|
||||
},
|
||||
"collisionActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Elemental_Wind_EarthWrath_Area"
|
||||
}
|
||||
],
|
||||
"thisColliderName": "Collider",
|
||||
"targetColliderName": "InteeTrigger"
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// EarthWrath
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Elemental_EarthWrath": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
}
|
||||
},
|
||||
"Elemental_AirflowField": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"scaleZ": 0.4000000059604645
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "AirflowField_Create",
|
||||
"abilityName": "Elemental_Wind_AirflowField_Create",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 5.0
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Elemental_Airflow": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"alias": "",
|
||||
"velocity": 10.0,
|
||||
"stayEffect": "Eff_Windfield_Stay",
|
||||
"enterEffect": "Eff_Windfield_Enter"
|
||||
},
|
||||
"escapeEffect": ""
|
||||
"gadget": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerAlways"
|
||||
},
|
||||
"collisionActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Elemental_Wind_EarthWrath_Area"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Elemental_ElectircRebornPart": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"hasModel": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10000.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": ""
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Elemental_ElectircRebornPart_ElementShield",
|
||||
"abilityName": "Elemental_ElectircRebornPart_ElementShield",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"timer": {
|
||||
"lifeTime": 20.0
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"attachPoint": "BillboardAttach"
|
||||
}
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 45.0 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "EarthWrath_Area",
|
||||
|
||||
"abilityName": "Elemental_Wind_EarthWrath_Area"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// AirflowField
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Elemental_AirflowField": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5.0 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "AirflowField_Create",
|
||||
|
||||
"abilityName": "Elemental_Wind_AirflowField_Create"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Airflow
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Elemental_Airflow": {
|
||||
"$type": "ConfigGadget",
|
||||
"misc": {
|
||||
"forceField": {
|
||||
"$type": "ConfigAirflowField",
|
||||
"velocity": 10,
|
||||
"scale": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Elemental_ElectircRebornPart
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Elemental_ElectircRebornPart": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10000,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 20.0 //存在时间
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"showHPBar": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Elemental_ElectircRebornPart_ElementShield",
|
||||
|
||||
"abilityName": "Elemental_ElectircRebornPart_ElementShield"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,35 +1,47 @@
|
||||
{
|
||||
"Hili_MultiRange_Target": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 2.0
|
||||
}
|
||||
}
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Hili_MultiRange_Target //42101018
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Hili_MultiRange_Target": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"scale": 1.0,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 2.0 //存在时间
|
||||
},
|
||||
"abilities": []
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,533 @@
|
||||
{
|
||||
// 镀金旅团 弯刀
|
||||
"MonEquip_Simitar_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
}
|
||||
]
|
||||
},
|
||||
// 镀金旅团 弩
|
||||
"MonEquip_Eremite_Crossbow_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "CrossBow"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
}
|
||||
]
|
||||
},
|
||||
// 镀金旅团 拳刃-左手
|
||||
"MonEquip_Eremite_Gloves_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Eremite_Gloves_Equip_Display_Logic"
|
||||
}
|
||||
]
|
||||
},
|
||||
// 镀金旅团 拳刃-右手
|
||||
"MonEquip_Eremite_Gloves_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip02",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Eremite_Gloves_Equip_Display_Logic"
|
||||
}
|
||||
]
|
||||
},
|
||||
// 镀金旅团 单手斧
|
||||
"MonEquip_Eremite_Hatchet_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
}
|
||||
]
|
||||
}, // 镀金旅团 长柄
|
||||
"MonEquip_Eremite_Pole_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "Pole",
|
||||
"auxToTrans": "AuxWeaponPoint"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Eremite_Pole_Equip_Display_Logic"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonEquip_Eremite_PushDagger_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Monster_Eremite_CommonEquip_UnhideWeapon_Logic"
|
||||
},
|
||||
{
|
||||
"abilityName": "Monster_Eremite_Female_Slim_PushDagger_Water_DrawWeapon_R_Logic"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonEquip_Eremite_PushDagger_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip02",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Monster_Eremite_CommonEquip_UnhideWeapon_Logic"
|
||||
},
|
||||
{
|
||||
"abilityName": "Monster_Eremite_Female_Slim_PushDagger_Water_DrawWeapon_L_Logic"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonEquip_Eremite_Glaive_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Monster_Eremite_CommonEquip_UnhideWeapon_Logic"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonEquip_Eremite_Glaive_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip02",
|
||||
"equipEntityType": "SwordOneHand"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Monster_Eremite_CommonEquip_UnhideWeapon_Logic"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MonEquip_Eremite_Ploearm_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 10,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"isInvincible": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieDisappearEffect": "Eff_Death_Eremite_Golden",
|
||||
"dieEndTime": 4.0,
|
||||
"dieForceDisappearTime": 8.0,
|
||||
"dieShaderData": "EremiteEquipDie",
|
||||
"dieShaderEnableDurationTime": 0.78
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"attachTo": "equip01",
|
||||
"equipEntityType": "Pole"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Eremite_Equip_Delay_Destory"
|
||||
},
|
||||
{
|
||||
"abilityName": "Monster_Eremite_CommonEquip_UnhideWeapon_Logic"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
1531
Resources/BinOutput/Gadget/ConfigGadget_Monster_Eremite.json
Normal file
1531
Resources/BinOutput/Gadget/ConfigGadget_Monster_Eremite.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,57 +1,66 @@
|
||||
{
|
||||
"Fatuus_Mage_Ice_Elite_IceSpike": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Fatuus_Mage_Ice_Elite_IceSpike",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 1.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 8.0,
|
||||
"JMEOBDFCELF": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 冰萤术士 Elite IceSpike
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Mage_Ice_Elite_IceSpike": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"speed": 8.0,
|
||||
"canBornInWater": true
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 1.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": []
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Fatuus_Mage_Ice_Elite_IceSpike"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,449 +1,539 @@
|
||||
{
|
||||
"Fatuus_Maiden_WaterSpear_Normal": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"DFOMHHEIEEC": 0.5,
|
||||
"FGALCDKIDHJ": 0.5
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Damage",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Normal",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 8.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"FMMJLOCHHLM": 30.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"KBKBGMEBOBM": 40.0,
|
||||
"OOKNCMNOLHL": 10.0,
|
||||
"BEOAIOIBIHG": 0.009999999776482582
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Normal"
|
||||
}
|
||||
]
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 水流子弹
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_WaterSpear_Normal": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 0.5,
|
||||
"scaleY": 0.5,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"Fatuus_Maiden_WaterSpear_Power": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"DFOMHHEIEEC": 0.5,
|
||||
"FGALCDKIDHJ": 0.5
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Damage",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Power",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"FMMJLOCHHLM": 10.0,
|
||||
"OGKIPNLKEJP": 15.0,
|
||||
"LAOHLEAPNBF": 12.0,
|
||||
"FDJOMFDBDBF": 1000.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"EIFANBENHCO": 0.25,
|
||||
"BNKEDJIAHHF": 1000.0,
|
||||
"NLIMFKJDOBE": 0.800000011920929
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Power"
|
||||
}
|
||||
]
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Fatuus_Maiden_Water_DetectObj": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Detect",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DetectObj",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"LLNGHPMEALD": {
|
||||
"CCCNFHNGFAK": true
|
||||
},
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "",
|
||||
"DEMMFGLNINM": true,
|
||||
"offset": {
|
||||
"_y": 10.0
|
||||
}
|
||||
}
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerParabolaBulletMove",
|
||||
"speed": 30.0,
|
||||
"straightRange": 40.0,
|
||||
"gravityOfAcceleration": 10.0,
|
||||
"airResistance": 0.01,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true
|
||||
},
|
||||
"Fatuus_Maiden_Water_DetectLockObj": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_DetectLockObj",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DetectLockObj",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 600.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"LLNGHPMEALD": {
|
||||
"CCCNFHNGFAK": true
|
||||
},
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "",
|
||||
"DEMMFGLNINM": true
|
||||
}
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 8.0 //存在时间
|
||||
},
|
||||
"Fatuus_Maiden_Water_DetectOnce": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_DetectOnce",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DetectOnceFollow",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 3.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"LLNGHPMEALD": {
|
||||
"CCCNFHNGFAK": true
|
||||
},
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "",
|
||||
"DEMMFGLNINM": true
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Normal"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Fatuus_Maiden_Water_Capture": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_Capture",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_Capture",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.300000190734863
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Damage",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Normal"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 追踪水流子弹
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_WaterSpear_Power": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 0.5,
|
||||
"scaleY": 0.5,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"Fatuus_Maiden_Water_BlinkGate": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_BlinkGate",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_BlinkGate",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 4.300000190734863
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Fatuus_Maiden_WaterTomb": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
},
|
||||
"mass": 5.0,
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 1.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Fatuus_Maiden_WaterTomb_Damage",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterTomb_Damage",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
}
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 10,
|
||||
"maxSpeed": 15,
|
||||
"minSpeed": 12,
|
||||
"guidanceSpeedChange": true,
|
||||
"itanoCircusStartAngler": 0,
|
||||
"guidanceDelay": 0.25,
|
||||
"anglerVelocity": 1000,
|
||||
"guidanceDuration": 0.8,
|
||||
"guidanceMinAnglerVelocity": 1000,
|
||||
"canBornInWater": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
"Fatuus_Maiden_WaterTomb_LockEffect": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
},
|
||||
"mass": 5.0,
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 1.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Fatuus_Maiden_WaterTomb_Lock",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterTomb_Lock",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 2.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigSurroundBulletMove",
|
||||
"LLNGHPMEALD": {
|
||||
"MPGPCCEHFGL": [
|
||||
"WindZoneType"
|
||||
]
|
||||
},
|
||||
"FMMJLOCHHLM": 10.0,
|
||||
"NOMMONJMKME": true,
|
||||
"BPLAKLDAHHD": 1.5,
|
||||
"MCNHEAILGPP": true,
|
||||
"EKBIBPNCOGB": true
|
||||
}
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5 //存在时间
|
||||
},
|
||||
"Fatuus_Maiden_Water_DieDeleteOBJ": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_DieDeleteOBJ",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DieDeleteOBJ",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Power"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Damage",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterSpear_Power"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 探测波纹
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_Water_DetectObj": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 10,
|
||||
"z": 0
|
||||
},
|
||||
"velocityForce": {
|
||||
"muteAll": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Detect",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DetectObj"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 探测标记
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_Water_DetectLockObj": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"velocityForce": {
|
||||
"muteAll": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 600 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_DetectLockObj",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DetectLockObj"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 水牢跟随发生器
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_Water_DetectOnce": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"velocityForce": {
|
||||
"muteAll": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 3 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_DetectOnce",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DetectOnceFollow"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 水镜牢
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_Water_Capture": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// "move":
|
||||
// {
|
||||
// "$type" : "ConfigFollowMove",
|
||||
// "target": "TargetEntity",
|
||||
// "followRotation": true,
|
||||
// "offset":
|
||||
// {
|
||||
// "x":0,
|
||||
// "y":0,
|
||||
// "z":0
|
||||
// },
|
||||
// "velocityForce":
|
||||
// {
|
||||
// "muteAll":true
|
||||
// }
|
||||
// },
|
||||
"timer": {
|
||||
"lifeTime": 5.3
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_Capture",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_Capture"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 闪烁门
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_Water_BlinkGate": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 4.3
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_BlinkGate",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_BlinkGate"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 水流葬
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_WaterTomb": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true,
|
||||
"mass": 5
|
||||
},
|
||||
//战斗参数
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 1,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
// "move":
|
||||
// {
|
||||
// "$type": "ConfigFollowMove",
|
||||
// "target": "TargetEntity",
|
||||
// "followRotation": true,
|
||||
// "velocityForce":
|
||||
// {
|
||||
// "excludeForces":["WindZoneType"]
|
||||
// }
|
||||
// },
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Fatuus_Maiden_WaterTomb_Damage",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterTomb_Damage"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 水流葬锁定的环绕子弹
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_WaterTomb_LockEffect": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true,
|
||||
"mass": 5
|
||||
},
|
||||
//战斗参数
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 1,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigSurroundBulletMove",
|
||||
"speed": 10,
|
||||
"clockwise": true,
|
||||
"radius": 1.5,
|
||||
"traceOnYAxis": true,
|
||||
"destroyWhenTargetDie": true,
|
||||
"velocityForce": {
|
||||
"excludeForces": ["WindZoneType"]
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 2 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Fatuus_Maiden_WaterTomb_Lock",
|
||||
"abilityName": "Monster_Fatuus_Maiden_WaterTomb_Lock"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 死亡删除场上探测标记的亡语处理者
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Fatuus_Maiden_Water_DieDeleteOBJ": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Fatuus_Maiden_Water_DieDeleteOBJ",
|
||||
"abilityName": "Monster_Fatuus_Maiden_Water_DieDeleteOBJ"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,244 +1,281 @@
|
||||
{
|
||||
"ForlornVessel_Strong_Warbanner_FireBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "ForlornVessel_Strong_Warbanner_FireBullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 0.800000011920929
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 30.0,
|
||||
"OGKIPNLKEJP": 35.0,
|
||||
"LAOHLEAPNBF": 30.0,
|
||||
"AAAEMJGEEJO": 5.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"PBAOMDNIHPL": {
|
||||
"type": "Always"
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Warbanner_FireBullet"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Warbanner_FireBullet"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Warbanner : FireBullet
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"ForlornVessel_Strong_Warbanner_FireBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"ForlornVessel_Strong_Chargebow_NormalAtk_Launch": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Launch",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 1.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 30.0,
|
||||
"OGKIPNLKEJP": 30.0,
|
||||
"LAOHLEAPNBF": 30.0,
|
||||
"AAAEMJGEEJO": 5.0,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"PBAOMDNIHPL": {
|
||||
"type": "Always"
|
||||
},
|
||||
"BOMJFFKGHAH": 0.05000000074505806
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Launch"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"ForlornVessel_Strong_Chargebow_NormalAtk_Damage": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Damage",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "",
|
||||
"DEMMFGLNINM": true,
|
||||
"DACGHBJCCLJ": {
|
||||
"_z": 0.20000000298023224
|
||||
}
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"PBAOMDNIHPL": {
|
||||
"type": "Always"
|
||||
},
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Damage"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
// 子弹移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"speed": 30.0,
|
||||
"delay": 0.0,
|
||||
"acceleration": 5.0,
|
||||
"maxSpeed": 35.0,
|
||||
"minSpeed": 30.0
|
||||
},
|
||||
"ForlornVessel_Strong_Chargebow_SpecialAtk_DamageArea": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 100.0,
|
||||
"w": 150.0,
|
||||
"isLockHP": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_SpecialAtk_DamageArea",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_SpecialAtk_LifeHandler",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 0.8 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ccd": {
|
||||
"type": "Always"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Warbanner_FireBullet"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Warbanner_FireBullet"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "ForlornVessel_Strong_Warbanner_FireBullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Chargebow : NormalAtk
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"ForlornVessel_Strong_Chargebow_NormalAtk_Launch": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 子弹移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"speed": 30.0,
|
||||
"delay": 0.0,
|
||||
"acceleration": 5.0,
|
||||
"maxSpeed": 30.0,
|
||||
"minSpeed": 30.0,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 1.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "None",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false,
|
||||
"ignoreWater": false,
|
||||
"ccd": {
|
||||
"type": "Always"
|
||||
},
|
||||
"delayEnableCollision": 0.05
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Launch"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Launch"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ForlornVessel_Strong_Chargebow_NormalAtk_Damage": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
// 子弹移动
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.2
|
||||
}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": true,
|
||||
"ignoreWater": false,
|
||||
"ccd": {
|
||||
"type": "Always"
|
||||
}
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Damage"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_NormalAtk_Damage"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Chargebow : SpecialAtk
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"ForlornVessel_Strong_Chargebow_SpecialAtk_DamageArea": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 100,
|
||||
"isLockHP": true,
|
||||
"isInvincible": false,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true,
|
||||
"weight": 150
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_SpecialAtk_DamageArea"
|
||||
},
|
||||
{
|
||||
"abilityName": "ForlornVessel_Strong_Chargebow_SpecialAtk_LifeHandler"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1065
Resources/BinOutput/Gadget/ConfigGadget_Monster_Gargoyle.json
Normal file
1065
Resources/BinOutput/Gadget/ConfigGadget_Monster_Gargoyle.json
Normal file
File diff suppressed because it is too large
Load Diff
1200
Resources/BinOutput/Gadget/ConfigGadget_Monster_Gargoyle_Fafnir.json
Normal file
1200
Resources/BinOutput/Gadget/ConfigGadget_Monster_Gargoyle_Fafnir.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,308 +1,334 @@
|
||||
{
|
||||
"Hound_Riftstalker_Rock_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 10.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Bullet",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Hound_Corruption_LoseHP",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 3.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"FMMJLOCHHLM": 22.0,
|
||||
"OGKIPNLKEJP": 28.0,
|
||||
"LAOHLEAPNBF": 18.0,
|
||||
"FDJOMFDBDBF": 60.0,
|
||||
"AAAEMJGEEJO": 2.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"JDFJCOBMMAD": {
|
||||
"NLFPPOFOLFD": 4.0,
|
||||
"GKLJFMKODEL": 30.0,
|
||||
"PEJAMNOLDKO": 1.0,
|
||||
"ELELDPLAOJK": 0.10000000149011612,
|
||||
"JAHCCCINIMC": "Keep",
|
||||
"OGHHMDIMMNP": "Keep"
|
||||
},
|
||||
"DMNKJKKNKJE": false,
|
||||
"BNKEDJIAHHF": 45.0,
|
||||
"NLIMFKJDOBE": 0.5
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Bullet"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Bullet"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Riftstalker_Rock : Bullet
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Hound_Riftstalker_Rock_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"Hound_Riftstalker_Electric_ShockWave_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 30.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Hound_Riftstalker_Electric_ShockWave_Bullet",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Hound_Corruption_LoseHP",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 6.5
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"FMMJLOCHHLM": 24.0,
|
||||
"OGKIPNLKEJP": 30.0,
|
||||
"LAOHLEAPNBF": 24.0,
|
||||
"FDJOMFDBDBF": 45.0,
|
||||
"AAAEMJGEEJO": 2.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"JDFJCOBMMAD": {
|
||||
"NLFPPOFOLFD": 4.0,
|
||||
"GKLJFMKODEL": 90.0,
|
||||
"PEJAMNOLDKO": 1.2000000476837158,
|
||||
"ELELDPLAOJK": 0.20000000298023224,
|
||||
"JAHCCCINIMC": "Keep",
|
||||
"OGHHMDIMMNP": "Keep"
|
||||
},
|
||||
"EJCGLFGJNBH": 30.0,
|
||||
"NLIMFKJDOBE": 4.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Electric_ShockWave_Bullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 10.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Hound_Riftstalker_Rock_Smash_FollowBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 30.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Smash_FollowBullet_Hit",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Hound_Corruption_LoseHP",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 10.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "",
|
||||
"DEMMFGLNINM": true,
|
||||
"offset": {
|
||||
"_z": -4.0
|
||||
},
|
||||
"DACGHBJCCLJ": {
|
||||
"_z": 0.30000001192092896
|
||||
}
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Smash_FollowBullet_Hit"
|
||||
}
|
||||
]
|
||||
}
|
||||
// 子弹移动
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 22.0,
|
||||
"delay": 0.0,
|
||||
"acceleration": 2.0,
|
||||
"maxSpeed": 28.0,
|
||||
"minSpeed": 18.0,
|
||||
"guidanceSpeedChange": false,
|
||||
"itanoCircusStartAngler": 0,
|
||||
"guidanceDelay": 0.0,
|
||||
"anglerVelocity": 60.0,
|
||||
"guidanceDuration": 0.5,
|
||||
"guidanceMinAnglerVelocity": 45.0,
|
||||
"canBornInWater": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"stickToGround": {
|
||||
"$type": "ConfigMoveStickToGround",
|
||||
"maxStepHeight": 4,
|
||||
"maxSlopeAngle": 30,
|
||||
"heightToGround": 1.0,
|
||||
"flexibleRange": 0.1,
|
||||
"unstickWhenUpSlide": "Keep",
|
||||
"unstickWhenDownSlide": "Keep"
|
||||
}
|
||||
},
|
||||
"Hound_Riftstalker_Electric_Smash_FollowBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 30.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Hound_Riftstalker_Electric_Smash_FollowBullet_Hit",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "",
|
||||
"abilityName": "Monster_Hound_Corruption_LoseHP",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 10.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "",
|
||||
"DEMMFGLNINM": true,
|
||||
"offset": {
|
||||
"_z": -4.0
|
||||
},
|
||||
"DACGHBJCCLJ": {
|
||||
"_z": 0.30000001192092896
|
||||
}
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Electric_Smash_FollowBullet_Hit"
|
||||
}
|
||||
]
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 3.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Bullet"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Bullet"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Hound_Riftstalker_Rock_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Riftstalker_Electric : ShockWave
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Hound_Riftstalker_Electric_ShockWave_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 30.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 6.5
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigItanoCircusBulletMove",
|
||||
"speed": 24.0,
|
||||
"acceleration": 2.0,
|
||||
"maxSpeed": 30,
|
||||
"minSpeed": 24,
|
||||
"guidanceSpeedChange": true,
|
||||
"guidanceDelay": 0.0,
|
||||
"guidanceDuration": 4.0,
|
||||
"itanoCircusStartAngler": 30,
|
||||
"anglerVelocity": 45.0,
|
||||
"canBornInWater": true,
|
||||
"stickToGround": {
|
||||
"$type": "ConfigMoveStickToGround",
|
||||
"maxStepHeight": 4,
|
||||
"maxSlopeAngle": 90,
|
||||
"heightToGround": 1.2,
|
||||
"flexibleRange": 0.2,
|
||||
"unstickWhenUpSlide": "Keep",
|
||||
"unstickWhenDownSlide": "Keep"
|
||||
}
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Electric_ShockWave_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Hound_Riftstalker_Electric_ShockWave_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Riftstalker : Smash
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Hound_Riftstalker_Rock_Smash_FollowBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 30.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 10.0
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": -4.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.3
|
||||
}
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Rock_Smash_FollowBullet_Hit"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Hound_Riftstalker_Rock_Smash_FollowBullet_Hit"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Hound_Riftstalker_Electric_Smash_FollowBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 30.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 10.0
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": -4.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.3
|
||||
}
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Hound_Riftstalker_Electric_Smash_FollowBullet_Hit"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Hound_Riftstalker_Electric_Smash_FollowBullet_Hit"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2639
Resources/BinOutput/Gadget/ConfigGadget_Monster_Monolith.json
Normal file
2639
Resources/BinOutput/Gadget/ConfigGadget_Monster_Monolith.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
80
Resources/BinOutput/Gadget/ConfigGadget_Monster_Panther.json
Normal file
80
Resources/BinOutput/Gadget/ConfigGadget_Monster_Panther.json
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 豹冲-42404001
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Panther_None_FollowBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 30.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 4.0
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.3
|
||||
}
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Panther_None_FollowBullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Panther_None_FollowBullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,231 +1,271 @@
|
||||
{
|
||||
"Slime_FindHome_FireBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "FireBall_Loop",
|
||||
"abilityName": "Slime_Fire_FireBall_Loop",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "FireBall_Explode",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_Explode",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true,
|
||||
"KHMAEMALBFD": 999.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"FMMJLOCHHLM": 1.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"MCNHEAILGPP": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Alliance"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_Explode"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Slime_Fire_Immune: FindHome_FireBall
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Slime_FindHome_FireBall": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
}
|
||||
},
|
||||
"Slime_FireBall_RigidBody": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "FireBall_Loop",
|
||||
"abilityName": "Slime_Fire_FireBall_Loop",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Slime_Fire_FireBall_Explode",
|
||||
"abilityName": "Slime_Fire_FireBall_Explode",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Slime_Fire_Immune_FireBall_RigidBody",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_RigidBody",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 2.5
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigRigidbodyMove",
|
||||
"LLNGHPMEALD": {
|
||||
"HCLFFPJLKJN": [
|
||||
"RetreatType",
|
||||
"RetreatAirType",
|
||||
"WindZoneType"
|
||||
]
|
||||
},
|
||||
"CCPCIIKNOMF": false
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"PENKNGDICGD": 0.30000001192092896,
|
||||
"OJIFKEOCJGB": "All"
|
||||
},
|
||||
"EJODEIIDHIH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Fire_FireBall_Explode"
|
||||
},
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_RigidBody"
|
||||
}
|
||||
],
|
||||
"LAHCODPGOHB": "Collider",
|
||||
"GAAJFJBDOPF": "InteeTrigger"
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Slime_Bubble_Missile": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
// 子弹跟踪目标
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"speed": 1,
|
||||
"destroyWhenTargetDie": false,
|
||||
"traceOnYAxis": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"lifeTime": 999.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Alliance",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_Explode",
|
||||
"predicates": [
|
||||
{
|
||||
"abilityID": "Bubble_Loop",
|
||||
"abilityName": "Slime_Water_Bubble_Loop",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Bubble_Explode",
|
||||
"abilityName": "Slime_Water_Bubble_Explode",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Bubble_Surround",
|
||||
"abilityName": "Slime_Water_Bubble_Surround",
|
||||
"abilityOverride": ""
|
||||
"$type": "ByTargetGlobalValue",
|
||||
"key": "_SLIME_FIRE_IMMUNE2_TAG",
|
||||
"value": 1,
|
||||
"compareType": "Equal"
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigParabolaBulletMove",
|
||||
"FMMJLOCHHLM": 9.0,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"IBEKNBIGDBM": 60.0,
|
||||
"OOKNCMNOLHL": 15.0,
|
||||
"PKGGMCBEEMN": {
|
||||
"$type": "ConfigParabolaBulletMoveCorrection",
|
||||
"FOHINLMCLCC": 2.0,
|
||||
"LAOHLEAPNBF": 4.0,
|
||||
"OGKIPNLKEJP": 12.0
|
||||
}
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "All"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Water_Bubble_Surround"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Water_Bubble_Explode"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "FireBall_Loop",
|
||||
"abilityName": "Slime_Fire_FireBall_Loop"
|
||||
},
|
||||
{
|
||||
"abilityID": "FireBall_Explode",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_Explode"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Slime_Fire_Immune: Slime_FireBall_RigidBody
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Slime_FireBall_RigidBody": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume", //EmitFrom
|
||||
"scaleX": 1,
|
||||
"scaleY": 1,
|
||||
"scaleZ": 1
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true
|
||||
},
|
||||
"timer": {
|
||||
"lifeTime": 2.5
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigRigidbodyMove",
|
||||
"startCloseToGround": false,
|
||||
"velocityForce": {
|
||||
"includeForces": ["RetreatType", "RetreatAirType", "WindZoneType"]
|
||||
}
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"collision": {
|
||||
"targetType": "All",
|
||||
"triggerType": "TriggerOnce",
|
||||
"triggerCD": 0.3,
|
||||
"ignoreScene": false
|
||||
},
|
||||
"collisionActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Fire_FireBall_Explode"
|
||||
},
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_RigidBody"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "FireBall_Loop",
|
||||
"abilityName": "Slime_Fire_FireBall_Loop"
|
||||
},
|
||||
{
|
||||
"abilityID": "Slime_Fire_FireBall_Explode",
|
||||
"abilityName": "Slime_Fire_FireBall_Explode"
|
||||
},
|
||||
{
|
||||
"abilityID": "Slime_Fire_Immune_FireBall_RigidBody",
|
||||
"abilityName": "Slime_Fire_Immune_FireBall_RigidBody"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Slime_Water: Bubble_Missile
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Slime_Bubble_Missile": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigParabolaBulletMove",
|
||||
"speed": 9.0,
|
||||
"angleOffHor": 60,
|
||||
"gravityOfAcceleration": 15,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"correction": {
|
||||
"$type": "ConfigParabolaBulletMoveCorrection",
|
||||
"deviation": 2.0,
|
||||
"fixAngleOfVer": 0.0,
|
||||
"minSpeed": 4.0,
|
||||
"maxSpeed": 12.0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5.0 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "All",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Water_Bubble_Surround"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Slime_Water_Bubble_Explode"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Bubble_Loop",
|
||||
"abilityName": "Slime_Water_Bubble_Loop"
|
||||
},
|
||||
{
|
||||
"abilityID": "Bubble_Explode",
|
||||
"abilityName": "Slime_Water_Bubble_Explode"
|
||||
},
|
||||
{
|
||||
"abilityID": "Bubble_Surround",
|
||||
"abilityName": "Slime_Water_Bubble_Surround"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
80
Resources/BinOutput/Gadget/ConfigGadget_Monster_Vulture.json
Normal file
80
Resources/BinOutput/Gadget/ConfigGadget_Monster_Vulture.json
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 鸟冲-42404002
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Vulture_None_FollowBullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 30.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"animEvents": {}
|
||||
},
|
||||
// 生命周期管理
|
||||
"timer": {
|
||||
"lifeInfinite": false,
|
||||
"lifeTime": 3.0
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.3
|
||||
}
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Vulture_None_FollowBullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityName": "Vulture_None_FollowBullet"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -1,254 +1,319 @@
|
||||
{
|
||||
"Wyrm_Rock_Roll_NextGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isInvincible": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Wyrm_Rock_Roll_NextGadget",
|
||||
"abilityName": "Monster_Wyrm_Rock_Roll_NextGadget",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 10.0
|
||||
}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wyrm_Rock_Roll_NextGadget
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Wyrm_Rock_Roll_NextGadget": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Wyrm_Rock_FollowHitBox_Roll": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"DFOMHHEIEEC": 1.2000000476837158,
|
||||
"FGALCDKIDHJ": 1.2000000476837158,
|
||||
"FGNLBMLCKLP": 1.2000000476837158
|
||||
},
|
||||
"LALONNAHJDN": 1.2000000476837158
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": ""
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Wyrm_Rock_FollowHitBox_Roll",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_Roll",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 8.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "RootNode"
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_Roll"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 10.0 //存在时间
|
||||
},
|
||||
"Wyrm_Rock_FollowHitBox_CrushAtk": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"DFOMHHEIEEC": 1.2000000476837158,
|
||||
"FGALCDKIDHJ": 1.2000000476837158,
|
||||
"FGNLBMLCKLP": 1.2000000476837158
|
||||
},
|
||||
"LALONNAHJDN": 1.2000000476837158
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": ""
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Wyrm_Rock_FollowHitBox_CrushAtk",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_CrushAtk",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 8.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"NPHOOPNDCAC": "TargetEntity",
|
||||
"BDMAMLPPCMN": "RootNode",
|
||||
"DEMMFGLNINM": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Enemy",
|
||||
"BJKEDLNCDHF": true
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_CrushAtk"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Wyrm_Rock_Roll_NextGadget",
|
||||
"abilityName": "Monster_Wyrm_Rock_Roll_NextGadget"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wyrm_Rock_FollowHitBox_Roll
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Wyrm_Rock_FollowHitBox_Roll": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"scale": 1.2,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.2,
|
||||
"scaleY": 1.2,
|
||||
"scaleZ": 1.2
|
||||
}
|
||||
},
|
||||
"Wyrm_Rock_CrystalSeed_Trigger": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
},
|
||||
"mass": 5.0,
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SeedTrigger",
|
||||
"abilityName": "Monster_Wyrm_Rock_CrystalSeed_Trigger",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigParabolaBulletMove",
|
||||
"FMMJLOCHHLM": 12.0,
|
||||
"AAAEMJGEEJO": -10.0,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"IBEKNBIGDBM": 70.0,
|
||||
"OOKNCMNOLHL": 70.0,
|
||||
"PKGGMCBEEMN": {
|
||||
"$type": "ConfigParabolaBulletMoveCorrection",
|
||||
"FOHINLMCLCC": 2.0,
|
||||
"LAOHLEAPNBF": 4.0,
|
||||
"OGKIPNLKEJP": 12.0
|
||||
}
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "All"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Wyrm_Rock_CrystalSeed_Trigger"
|
||||
}
|
||||
]
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"Wyrm_Rock_CrystalSeed": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Wyrm_Rock_CrystalSeed",
|
||||
"abilityName": "Monster_Wyrm_Rock_CrystalSeed",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR2",
|
||||
"OIFFBJLEMDF": "",
|
||||
"startCheckTime": 0.30000001192092896,
|
||||
"checkInterval": 0.10000000149011612,
|
||||
"triggerCount": 1,
|
||||
"KHMAEMALBFD": 30.0,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"useCollider": false,
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "RootNode",
|
||||
"followRotation": false,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 8 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_Roll"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Wyrm_Rock_FollowHitBox_Roll",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_Roll"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wyrm_Rock_FollowHitBox_CrushAtk
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Wyrm_Rock_FollowHitBox_CrushAtk": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"scale": 1.2,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.2,
|
||||
"scaleY": 1.2,
|
||||
"scaleZ": 1.2
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "TargetEntity",
|
||||
"attachPoint": "RootNode",
|
||||
"followRotation": true,
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"forward": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 8 //存在时间
|
||||
},
|
||||
// 子弹参数
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": true
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_CrushAtk"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Monster_Wyrm_Rock_FollowHitBox_CrushAtk",
|
||||
"abilityName": "Monster_Wyrm_Rock_FollowHitBox_CrushAtk"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wyrm_Rock_CrystalSeed_Trigger
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Wyrm_Rock_CrystalSeed_Trigger": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"checkInSurface": true,
|
||||
"mass": 5.0
|
||||
},
|
||||
//战斗参数
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
//"isInvincible":true,
|
||||
"isLockHP": true,
|
||||
"denyLockOn": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigParabolaBulletMove",
|
||||
"speed": 12,
|
||||
"angleOffHor": 70,
|
||||
"acceleration": -10,
|
||||
"gravityOfAcceleration": 70,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"correction": {
|
||||
"$type": "ConfigParabolaBulletMoveCorrection",
|
||||
"deviation": 2.0,
|
||||
"fixAngleOfVer": 0.0,
|
||||
"minSpeed": 4.0,
|
||||
"maxSpeed": 12.0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5.0 //存在时间
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "All",
|
||||
"triggerType": "TriggerOnce"
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "Monster_Wyrm_Rock_CrystalSeed_Trigger"
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [],
|
||||
"killByOther": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SeedTrigger",
|
||||
|
||||
"abilityName": "Monster_Wyrm_Rock_CrystalSeed_Trigger"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wyrm_Rock_CrystalSeed
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"Wyrm_Rock_CrystalSeed": {
|
||||
"$type": "ConfigGadget",
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR2", //形状,不填为collider
|
||||
"startCheckTime": 0.3,
|
||||
"checkInterval": 0.1, //触发间隔
|
||||
"triggerInfinite": false, //是否永远触发
|
||||
"triggerCount": 1,
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 30,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"useCollider": false
|
||||
},
|
||||
//战斗参数
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
//"isInvincible":true,
|
||||
"isLockHP": true,
|
||||
"denyLockOn": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": -1,
|
||||
"overrideNormalPri": -1,
|
||||
"overrideCombatPri": -1
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Wyrm_Rock_CrystalSeed",
|
||||
"abilityName": "Monster_Wyrm_Rock_CrystalSeed"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,294 +1,390 @@
|
||||
{
|
||||
"StandOnly": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_x": -0.09000000357627869,
|
||||
"_y": 0.009999999776482582
|
||||
},
|
||||
"MDLKCFCDDCD": "Character",
|
||||
"GNMDLCFGJHA": 0.12999999523162842,
|
||||
"DOAKGPOHLNL": 20.0,
|
||||
"GHGPIJHAJAF": 60.0
|
||||
},
|
||||
"intee": {}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Npc Stand Only
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"StandOnly": {
|
||||
"$type": "ConfigGadget",
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"useTrigger": true,
|
||||
"usePushCollider": false
|
||||
},
|
||||
"ReadableNPC": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_x": -0.09000000357627869,
|
||||
"_y": 0.009999999776482582
|
||||
},
|
||||
"MDLKCFCDDCD": "Character",
|
||||
"GNMDLCFGJHA": 0.12999999523162842,
|
||||
"DOAKGPOHLNL": 20.0,
|
||||
"GHGPIJHAJAF": 60.0
|
||||
},
|
||||
"intee": {
|
||||
"triggerHeight": 5.0
|
||||
}
|
||||
},
|
||||
"ReadableNPC_Low": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_x": -0.09000000357627869,
|
||||
"_y": 0.009999999776482582
|
||||
},
|
||||
"MDLKCFCDDCD": "Character",
|
||||
"GNMDLCFGJHA": 0.12999999523162842,
|
||||
"DOAKGPOHLNL": 20.0,
|
||||
"GHGPIJHAJAF": 60.0
|
||||
},
|
||||
"intee": {
|
||||
"triggerHeight": 4.0
|
||||
}
|
||||
},
|
||||
"ReadableNPC_Near": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_x": -0.09000000357627869,
|
||||
"_y": 0.009999999776482582
|
||||
},
|
||||
"MDLKCFCDDCD": "Character",
|
||||
"GNMDLCFGJHA": 0.12999999523162842,
|
||||
"DOAKGPOHLNL": 5.0,
|
||||
"GHGPIJHAJAF": 20.0
|
||||
},
|
||||
"intee": {
|
||||
"triggerHeight": 4.0
|
||||
}
|
||||
},
|
||||
"ReadableNPC_Intee_StoneBoard": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_x": -0.09000000357627869,
|
||||
"_y": 0.009999999776482582
|
||||
},
|
||||
"MDLKCFCDDCD": "Character",
|
||||
"GNMDLCFGJHA": 0.12999999523162842,
|
||||
"DOAKGPOHLNL": 5.0,
|
||||
"GHGPIJHAJAF": 20.0
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 1.5,
|
||||
"triggerHeight": 4.0
|
||||
}
|
||||
},
|
||||
"CanMove01": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"move": {
|
||||
"$type": "ConfigAnimatorMove"
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_x": -0.09000000357627869,
|
||||
"_y": 0.009999999776482582
|
||||
},
|
||||
"MDLKCFCDDCD": "Character",
|
||||
"GNMDLCFGJHA": 0.12999999523162842,
|
||||
"DOAKGPOHLNL": 20.0,
|
||||
"GHGPIJHAJAF": 60.0
|
||||
},
|
||||
"intee": {}
|
||||
},
|
||||
"DragonFeather": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1.0,
|
||||
"attack": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "DragonFeather",
|
||||
"abilityName": "Test_DragonFeather",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"DragonFeather_HP": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 40.0,
|
||||
"attack": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "Test_DragonFeather_HP",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"BDMAMLPPCMN": "attachPoint3",
|
||||
"offset": {
|
||||
"_y": 1.600000023841858
|
||||
},
|
||||
"DOAKGPOHLNL": 48.0,
|
||||
"MIBFGCAAAFK": true
|
||||
}
|
||||
},
|
||||
"DragonFeather_Move": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 40.0,
|
||||
"attack": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "Test_DragonFeather_HP",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"move": {
|
||||
"$type": "ConfigPlatformMove"
|
||||
}
|
||||
},
|
||||
"TransparentHitSphere": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "TransparentHitSphere",
|
||||
"abilityName": "TransparentHitSphere_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"Env_Mengde_WindDragon_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_Env_Mengde_WindDragon_01"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"ReadableNPC_offset": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_x": -0.09000000357627869,
|
||||
"_y": 1.7000000476837158
|
||||
},
|
||||
"MDLKCFCDDCD": "Character",
|
||||
"GNMDLCFGJHA": 0.12999999523162842,
|
||||
"DOAKGPOHLNL": 20.0,
|
||||
"GHGPIJHAJAF": 60.0
|
||||
},
|
||||
"intee": {
|
||||
"triggerHeight": 5.0
|
||||
}
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"offsetType": "Character",
|
||||
"offset": {
|
||||
"x": -0.09,
|
||||
"y": 0.01,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.13,
|
||||
"showDistance": 20,
|
||||
"markShowDistance": 60
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ReadableNPC
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"ReadableNPC": {
|
||||
"$type": "ConfigGadget",
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"useTrigger": true,
|
||||
"usePushCollider": false,
|
||||
"triggerHeight": 5.0
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"offsetType": "Character",
|
||||
"offset": {
|
||||
"x": -0.09,
|
||||
"y": 0.01,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.13,
|
||||
"showDistance": 20,
|
||||
"markShowDistance": 60
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ReadableNPC_Low
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"ReadableNPC_Low": {
|
||||
"$type": "ConfigGadget",
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"useTrigger": true,
|
||||
"usePushCollider": false,
|
||||
"triggerHeight": 4.0
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"offsetType": "Character",
|
||||
"offset": {
|
||||
"x": -0.09,
|
||||
"y": 0.01,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.13,
|
||||
"showDistance": 20,
|
||||
"markShowDistance": 60
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ReadableNPC_Near
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"ReadableNPC_Near": {
|
||||
"$type": "ConfigGadget",
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"useTrigger": true,
|
||||
"usePushCollider": false,
|
||||
"triggerHeight": 4.0
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"offsetType": "Character",
|
||||
"offset": {
|
||||
"x": -0.09,
|
||||
"y": 0.01,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.13,
|
||||
"showDistance": 5,
|
||||
"markShowDistance": 20
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ReadableNPC_Intee_StoneBoard
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"ReadableNPC_Intee_StoneBoard": {
|
||||
"$type": "ConfigGadget",
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"useTrigger": true,
|
||||
"usePushCollider": false,
|
||||
"triggerHeight": 4.0,
|
||||
"triggerRadius": 1.5
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"offsetType": "Character",
|
||||
"offset": {
|
||||
"x": -0.09,
|
||||
"y": 0.01,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.13,
|
||||
"showDistance": 5,
|
||||
"markShowDistance": 20
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Npc Animator Move
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"CanMove01": {
|
||||
"$type": "ConfigGadget",
|
||||
"move": {
|
||||
"$type": "ConfigAnimatorMove"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"useTrigger": true,
|
||||
"usePushCollider": false
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"offsetType": "Character",
|
||||
"offset": {
|
||||
"x": -0.09,
|
||||
"y": 0.01,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.13,
|
||||
"showDistance": 20,
|
||||
"markShowDistance": 60
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//风龙羽毛
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"DragonFeather": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "DragonFeather",
|
||||
|
||||
"abilityName": "Test_DragonFeather"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//风龙羽毛
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"DragonFeather_HP": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 40,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"attachPoint": "attachPoint3",
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 1.6,
|
||||
"z": 0
|
||||
},
|
||||
"enableSelfAdapt": false,
|
||||
"showDistance": 48,
|
||||
"showHPBar": true,
|
||||
"size": "Normal"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "Test_DragonFeather_HP"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//风龙羽毛
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"DragonFeather_Move": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 40,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigPlatformMove"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "Test_DragonFeather_HP"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 5米受击判定区
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"TransparentHitSphere": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "TransparentHitSphere",
|
||||
"abilityName": "TransparentHitSphere_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 风龙一阶段天气
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Env_Mengde_WindDragon_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_Env_Mengde_WindDragon_01"
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ReadableNPC_1.7
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"ReadableNPC_offset": {
|
||||
"$type": "ConfigGadget",
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"useTrigger": true,
|
||||
"usePushCollider": false,
|
||||
"triggerHeight": 5.0
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigBillboard",
|
||||
"offsetType": "Character",
|
||||
"offset": {
|
||||
"x": -0.09,
|
||||
"y": 1.7,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.13,
|
||||
"showDistance": 20,
|
||||
"markShowDistance": 60
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,333 +1,367 @@
|
||||
{
|
||||
"NPC_Guide_Paimon": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 0.10000000149011612,
|
||||
"LALONNAHJDN": 0.75
|
||||
},
|
||||
"headControl": {
|
||||
"$type": "ConfigHeadControl"
|
||||
},
|
||||
"dither": {
|
||||
"startDitherAction": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"JPIGHJCGFIM": false,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 999999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
// 引路的派蒙
|
||||
"NPC_Guide_Paimon": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"forceDontUseUpdateRigidbody": false,
|
||||
"headControl": {
|
||||
"$type": "ConfigHeadControl"
|
||||
//"useHeadControl": true,
|
||||
},
|
||||
"common": {
|
||||
"scale": 0.75,
|
||||
"mass": 0.1
|
||||
},
|
||||
"dither": {
|
||||
"startDitherAction": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"misc": {},
|
||||
"bindEmotions": [
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show01",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show02",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show03",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show04",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Anger",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Domagic",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Guide",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Hope",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Wave",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Appear",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Disappear"
|
||||
],
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"stateIDs": {
|
||||
"Born": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Appear": [
|
||||
"Emo_Gadget_Guide_Paimon_Appear",
|
||||
"Audio_Char_NPC_Paimon_Appear"
|
||||
]
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
"combatMove": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"Disappear": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Disappear": [
|
||||
"Emo_Gadget_Guide_Paimon_Disappear",
|
||||
"Gadget_Guide_Paimon_Disappear",
|
||||
"Audio_Char_NPC_Paimon_Disappear"
|
||||
]
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Disappear",
|
||||
"abilityName": "Gadget_Guide_Paimon_Disappear",
|
||||
"abilityOverride": ""
|
||||
"combatMove": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"NormalMove": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Standby": ["Audio_Char_NPC_Paimon_Walk"],
|
||||
"Run": ["Audio_Char_NPC_Paimon_Walk"]
|
||||
},
|
||||
{
|
||||
"abilityID": "Eff",
|
||||
"abilityName": "Gadget_Guide_Paimon_Eff",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"move": {
|
||||
"$type": "ConfigAnimatorMove",
|
||||
"LLNGHPMEALD": {
|
||||
"CCCNFHNGFAK": true
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"Show": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Show_1": [
|
||||
"Emo_Gadget_Guide_Paimon_Show01",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_1"
|
||||
],
|
||||
"Show_2": [
|
||||
"Emo_Gadget_Guide_Paimon_Show02",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_2"
|
||||
],
|
||||
"Show_3": [
|
||||
"Emo_Gadget_Guide_Paimon_Show03",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_3"
|
||||
],
|
||||
"Show_4": [
|
||||
"Emo_Gadget_Guide_Paimon_Show04",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_4"
|
||||
]
|
||||
},
|
||||
"IKDCDJHKGGC": false,
|
||||
"FMAMMNKCJLK": {
|
||||
"OGKIPNLKEJP": 15.0,
|
||||
"MNLECJKLPBE": 5.0,
|
||||
"EHMAPJJDFKD": 2.0,
|
||||
"PIEKAOKHLLM": 10.0,
|
||||
"OBMMKKIFKMJ": 10.0
|
||||
}
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"JLAFELOFEGB": "",
|
||||
"stateIDs": {
|
||||
"Born": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Appear": [
|
||||
"Emo_Gadget_Guide_Paimon_Appear",
|
||||
"Audio_Char_NPC_Paimon_Appear"
|
||||
]
|
||||
},
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"Disappear": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Disappear": [
|
||||
"Emo_Gadget_Guide_Paimon_Disappear",
|
||||
"Gadget_Guide_Paimon_Disappear",
|
||||
"Audio_Char_NPC_Paimon_Disappear"
|
||||
]
|
||||
},
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"NormalMove": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Standby": [
|
||||
"Audio_Char_NPC_Paimon_Walk"
|
||||
],
|
||||
"Run": [
|
||||
"Audio_Char_NPC_Paimon_Walk"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"Show": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Show_1": [
|
||||
"Emo_Gadget_Guide_Paimon_Show01",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_1"
|
||||
],
|
||||
"Show_2": [
|
||||
"Emo_Gadget_Guide_Paimon_Show02",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_2"
|
||||
],
|
||||
"Show_3": [
|
||||
"Emo_Gadget_Guide_Paimon_Show03",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_3"
|
||||
],
|
||||
"Show_4": [
|
||||
"Emo_Gadget_Guide_Paimon_Show04",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Show_4"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"Anger": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Anger": [
|
||||
"Emo_Gadget_Guide_Paimon_Anger",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Anger"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"Domagic": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Domagic": [
|
||||
"Emo_Gadget_Guide_Paimon_Domagic",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Domagic"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"Guide": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Guide": [
|
||||
"Emo_Gadget_Guide_Paimon_Guide",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Guide"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"Hope": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Hope": [
|
||||
"Emo_Gadget_Guide_Paimon_Hope",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Hope"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"Wave": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Wave": [
|
||||
"Emo_Gadget_Guide_Paimon_Wave",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Wave"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"BlowNormal": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"BlowNormal": [
|
||||
"Audio_Char_NPC_Paimon_BlowNormal"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
},
|
||||
"BlowContinuous": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"BlowContinuous": [
|
||||
"Audio_Char_NPC_Paimon_BlowSeveral"
|
||||
]
|
||||
},
|
||||
"KGOCGKMHPKM": true,
|
||||
"KJALBKOJAJE": [
|
||||
"DoSkill"
|
||||
],
|
||||
"HNDGEBFOBMD": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"$type": "ConfigGadgetAudio",
|
||||
"animAudio": {
|
||||
"onTransitionOut": [
|
||||
{
|
||||
"currentStateName": "Run",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": [
|
||||
"Standby",
|
||||
"Show_1",
|
||||
"Show_2",
|
||||
"Show_3",
|
||||
"Show_4"
|
||||
],
|
||||
"usage": "Except"
|
||||
},
|
||||
{
|
||||
"currentStateName": "Standby",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": [
|
||||
"Run",
|
||||
"Show_1",
|
||||
"Show_2",
|
||||
"Show_3",
|
||||
"Show_4"
|
||||
],
|
||||
"usage": "Except"
|
||||
},
|
||||
{
|
||||
"currentStateName": "Show_1",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
}
|
||||
},
|
||||
{
|
||||
"currentStateName": "Show_2",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
}
|
||||
},
|
||||
{
|
||||
"currentStateName": "Show_3",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
}
|
||||
},
|
||||
{
|
||||
"currentStateName": "Show_4",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"KOMAMKOIMPI": {
|
||||
"ECBMDIMEFKH": {
|
||||
"_x": 0.6000000238418579,
|
||||
"_y": 1.0499999523162842,
|
||||
"_z": -0.10000000149011612
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"Anger": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Anger": [
|
||||
"Emo_Gadget_Guide_Paimon_Anger",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Anger"
|
||||
]
|
||||
},
|
||||
"EKEMBBBDPFD": 2.0,
|
||||
"OJMAPMBFGAF": 9.0,
|
||||
"BJEDICFNHPP": 15.0
|
||||
},
|
||||
"bindEmotions": [
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show01",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show02",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show03",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Show04",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Anger",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Domagic",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Guide",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Hope",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Wave",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Appear",
|
||||
"Cutscene/ShortDialog/Cs_Emo_Avatar_Simple_Common_Set/Cs_Emo_Pet_Paimon_Ani_Disappear"
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"Domagic": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Domagic": [
|
||||
"Emo_Gadget_Guide_Paimon_Domagic",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Domagic"
|
||||
]
|
||||
},
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"Guide": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Guide": [
|
||||
"Emo_Gadget_Guide_Paimon_Guide",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Guide"
|
||||
]
|
||||
},
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"Hope": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Hope": [
|
||||
"Emo_Gadget_Guide_Paimon_Hope",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Hope"
|
||||
]
|
||||
},
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"Wave": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Wave": [
|
||||
"Emo_Gadget_Guide_Paimon_Wave",
|
||||
"Gadget_Guide_Paimon_Action",
|
||||
"Audio_Char_NPC_Paimon_Wave"
|
||||
]
|
||||
},
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"BlowNormal": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"BlowNormal": ["Audio_Char_NPC_Paimon_BlowNormal"]
|
||||
},
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
},
|
||||
"BlowContinuous": {
|
||||
"$type": "ConfigMonsterStateIDInfo",
|
||||
"animatorStates": {
|
||||
"BlowContinuous": ["Audio_Char_NPC_Paimon_BlowSeveral"]
|
||||
},
|
||||
"combatMove": true,
|
||||
"canDoSkill": true,
|
||||
"canSteer": true,
|
||||
"resetAnimatorTriggerOnExit": ["DoSkill"]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"paimon": {
|
||||
"followOffSet": {
|
||||
"x": 0.6,
|
||||
"y": 1.05,
|
||||
"z": -0.1
|
||||
},
|
||||
"slowDownRangeXZ": 3.0,
|
||||
"slowDownRangeY": 2.0,
|
||||
"showRandomCDMin": 9.0,
|
||||
"showRandomCDMax": 15.0
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 999999,
|
||||
"isLockHP": true,
|
||||
"isInvincible": true,
|
||||
"endure": 0,
|
||||
"denyLockOn": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"hasAnimatorDie": false,
|
||||
"dieDisappearEffect": "",
|
||||
"dieEndTime": 0,
|
||||
"dieForceDisappearTime": 0
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigAnimatorMove",
|
||||
"velocityForce": {
|
||||
"muteAll": true
|
||||
},
|
||||
"initWithGroundHitCheck": false,
|
||||
"smoothedSpeed": {
|
||||
"maxSpeed": 15.0,
|
||||
"accelerationXZ": 5.0,
|
||||
"accelerationY": 2.0,
|
||||
"zeroingSpeedXZ": 10.0,
|
||||
"zeroingSpeedY": 10.0
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Disappear",
|
||||
|
||||
"abilityName": "Gadget_Guide_Paimon_Disappear"
|
||||
},
|
||||
{
|
||||
"abilityID": "Eff",
|
||||
|
||||
"abilityName": "Gadget_Guide_Paimon_Eff"
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"$type": "ConfigGadgetAudio",
|
||||
"animAudio": {
|
||||
// "onTransitionOut":
|
||||
// [
|
||||
// {
|
||||
// "currentStateName": "Walk",
|
||||
// "audioEvent":
|
||||
// {
|
||||
// "text": "Stop_sfx_char_paimon_walk"
|
||||
// },
|
||||
// "otherStateNames": ["Run", "Fly"],
|
||||
// "usage": "Except"
|
||||
// },
|
||||
// {
|
||||
// "currentStateName": "Run",
|
||||
// "audioEvent":
|
||||
// {
|
||||
// "text": "Stop_sfx_char_paimon_walk"
|
||||
// },
|
||||
// "otherStateNames": ["Walk", "Fly"],
|
||||
// "usage": "Except"
|
||||
// },
|
||||
// {
|
||||
// "currentStateName": "Fly",
|
||||
// "audioEvent":
|
||||
// {
|
||||
// "text": "Stop_sfx_char_paimon_walk"
|
||||
// },
|
||||
// "otherStateNames": ["Run", "Walk"],
|
||||
// "usage": "Except"
|
||||
// },
|
||||
// ]
|
||||
|
||||
"onTransitionOut": [
|
||||
{
|
||||
"currentStateName": "Run",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": [
|
||||
"Standby",
|
||||
"Show_1",
|
||||
"Show_2",
|
||||
"Show_3",
|
||||
"Show_4"
|
||||
],
|
||||
"usage": "Except"
|
||||
},
|
||||
{
|
||||
"currentStateName": "Standby",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": ["Run", "Show_1", "Show_2", "Show_3", "Show_4"],
|
||||
"usage": "Except"
|
||||
},
|
||||
|
||||
{
|
||||
"currentStateName": "Show_1",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": [],
|
||||
"usage": "Any"
|
||||
},
|
||||
{
|
||||
"currentStateName": "Show_2",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": [],
|
||||
"usage": "Any"
|
||||
},
|
||||
{
|
||||
"currentStateName": "Show_3",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": [],
|
||||
"usage": "Any"
|
||||
},
|
||||
{
|
||||
"currentStateName": "Show_4",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_walk"
|
||||
},
|
||||
"otherStateNames": [],
|
||||
"usage": "Any"
|
||||
},
|
||||
{
|
||||
"currentStateName": "BlowNormal",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_wind_blow"
|
||||
},
|
||||
"otherStateNames": [],
|
||||
"usage": "Any"
|
||||
},
|
||||
{
|
||||
"currentStateName": "BlowContinuous",
|
||||
"audioEvent": {
|
||||
"text": "Stop_sfx_char_paimon_wind_blow"
|
||||
},
|
||||
"otherStateNames": [],
|
||||
"usage": "Any"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,410 +1,516 @@
|
||||
{
|
||||
"SceneObj_Activity_BigLamp": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_SceneObj_ActicityLamp_Base"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10000.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"BACKFJDBKFB": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": ""
|
||||
/////////////////////////////////
|
||||
//
|
||||
// 海灯节大燈效果
|
||||
//
|
||||
//////////////////////////////////////
|
||||
"SceneObj_Activity_BigLamp": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_SceneObj_ActicityLamp_Base"
|
||||
},
|
||||
"SceneObj_Activity_UseLamp": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10000.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"BACKFJDBKFB": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Activity_UseLamp",
|
||||
"abilityName": "SceneObj_Activity_UseLamp",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true,
|
||||
"KHMAEMALBFD": 30.0
|
||||
}
|
||||
},
|
||||
"SceneObj_Activity_Lamp_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 1.0,
|
||||
"dieForceDisappearTime": 1.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Activity_Lamp_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true,
|
||||
"KHMAEMALBFD": 200.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 0.699999988079071,
|
||||
"AAAEMJGEEJO": 0.10000000149011612
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern"
|
||||
}
|
||||
},
|
||||
"SceneObj_Activity_Lamp_Bullet_Middle": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 1.0,
|
||||
"dieForceDisappearTime": 1.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Activity_Lamp_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true,
|
||||
"KHMAEMALBFD": 350.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 0.4000000059604645,
|
||||
"AAAEMJGEEJO": 0.10000000149011612
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern"
|
||||
}
|
||||
},
|
||||
"SceneObj_Activity_Lamp_Bullet_Slow": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 1.0,
|
||||
"dieForceDisappearTime": 1.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Activity_Lamp_Bullet",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true,
|
||||
"KHMAEMALBFD": 700.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 0.20000000298023224,
|
||||
"AAAEMJGEEJO": 0.10000000149011612
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern"
|
||||
}
|
||||
},
|
||||
"SceneObj_Activity_Property_Prop_BattleHalo_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_01"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"SceneObj_Activity_Property_Prop_BattleHalo_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_02"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"SceneObj_Area_Common_Property_Prop_BattleHalo_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_03"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Area_Common_Property_Prop_BattleHalo_01_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR13",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.5,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
}
|
||||
},
|
||||
"SceneObj_Activity_Property_Prop_BattleHalo_04": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_04"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"SceneObj_Stages_Property_Prop_BallonWidget_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidget_01_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"SceneObj_Stages_Property_Prop_BallonWidgetBullet_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
},
|
||||
"die": {
|
||||
"hasAnimatorDie": true,
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.10000000149011612,
|
||||
"dieDisappearEffect": "Eff_SceneObj_Ballon_02_Shoot"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_01_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 20.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 0.5,
|
||||
"AAAEMJGEEJO": 0.10000000149011612,
|
||||
"LMJGIPKNHOC": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Alliance"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_01_Ability"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"SceneObj_Stages_Property_Prop_BallonWidgetBullet_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
},
|
||||
"die": {
|
||||
"hasAnimatorDie": true,
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.10000000149011612,
|
||||
"dieDisappearEffect": "Eff_SceneObj_Ballon_01_Shoot"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_02_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 20.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"FMMJLOCHHLM": 0.5,
|
||||
"AAAEMJGEEJO": 0.10000000149011612,
|
||||
"LMJGIPKNHOC": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerNoRepeat",
|
||||
"OJIFKEOCJGB": "Alliance"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_01_Ability"
|
||||
}
|
||||
]
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10000,
|
||||
"attack": 0,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0,
|
||||
"dieForceDisappearTime": 0,
|
||||
"dieModelFadeDelay": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
/////////////////////////////////
|
||||
/////////////////////////////////
|
||||
//
|
||||
// 海灯节放灯
|
||||
//
|
||||
//////////////////////////////////////
|
||||
"SceneObj_Activity_UseLamp": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10000,
|
||||
"attack": 0,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0,
|
||||
"dieForceDisappearTime": 0,
|
||||
"dieModelFadeDelay": 0
|
||||
}
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"lifeTime": 30 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Activity_UseLamp",
|
||||
|
||||
"abilityName": "SceneObj_Activity_UseLamp"
|
||||
}
|
||||
]
|
||||
},
|
||||
///////////////////////////////////////////////////
|
||||
//
|
||||
// 宵灯 子弹
|
||||
//
|
||||
///////////////////////////////////////////////////
|
||||
"SceneObj_Activity_Lamp_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
// "hasModel": true,
|
||||
// "model":
|
||||
// {
|
||||
// "attachEffect": "Eff_Stages_Ly_Hdj_LightFly",
|
||||
// },
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 1,
|
||||
"dieForceDisappearTime": 1
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern"
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove", //直线上升移动
|
||||
"speed": 0.7,
|
||||
"acceleration": 0.1
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"lifeTime": 200 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Activity_Lamp_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
///////////////////////////////////////////////////
|
||||
//
|
||||
// 宵灯 子弹 中速
|
||||
//
|
||||
///////////////////////////////////////////////////
|
||||
"SceneObj_Activity_Lamp_Bullet_Middle": {
|
||||
"$type": "ConfigGadget",
|
||||
// "hasModel": true,
|
||||
// "model":
|
||||
// {
|
||||
// "attachEffect": "Eff_Stages_Ly_Hdj_LightFly",
|
||||
// },
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 1,
|
||||
"dieForceDisappearTime": 1
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern"
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove", //直线上升移动
|
||||
"speed": 0.4,
|
||||
"acceleration": 0.1
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"lifeTime": 350 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Activity_Lamp_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
///////////////////////////////////////////////////
|
||||
//
|
||||
// 宵灯 子弹 慢速
|
||||
//
|
||||
///////////////////////////////////////////////////
|
||||
"SceneObj_Activity_Lamp_Bullet_Slow": {
|
||||
"$type": "ConfigGadget",
|
||||
// "hasModel": true,
|
||||
// "model":
|
||||
// {
|
||||
// "attachEffect": "Eff_Stages_Ly_Hdj_LightFly",
|
||||
// },
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 1,
|
||||
"dieForceDisappearTime": 1
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern"
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove", //直线上升移动
|
||||
"speed": 0.2,
|
||||
"acceleration": 0.1
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"lifeTime": 700 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Activity_Lamp_Bullet"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 活动特效物件_无相挑战活动_特效圈 无相雷/岩用 (70950041)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Activity_Property_Prop_BattleHalo_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_01"
|
||||
}
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 活动特效物件_无相挑战活动_特效圈 无相风用(70950041)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Activity_Property_Prop_BattleHalo_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_02"
|
||||
}
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 活动特效物件_大擂台活动_特效圈(70950057)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Common_Property_Prop_BattleHalo_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
//该注释用于探索元素视野的最小集合设置
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
}
|
||||
},
|
||||
"model": {
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_03"
|
||||
},
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR13", //形状,不填为collider
|
||||
"checkInterval": 0.5, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"overwriteCampType": true,
|
||||
"campType": "All"
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Area_Common_Property_Prop_BattleHalo_01_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 活动特效物件_擂台挑战活动_封印圈 大擂台用(70950060)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Activity_Property_Prop_BattleHalo_04": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_Stage_SealBorder_BattleHalo_04"
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 活动物件_风花节_气球发射器(小道具)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Stages_Property_Prop_BallonWidget_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidget_01_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 活动物件_风花节_气球发射器_高分气球
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Stages_Property_Prop_BallonWidgetBullet_01": {
|
||||
"$type": "ConfigGadget",
|
||||
//该注释用于探索元素视野的最小集合设置
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
//"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"hasAnimatorDie": true,
|
||||
"dieDisappearEffect": "Eff_SceneObj_Ballon_02_Shoot",
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.1
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove", //直线上升移动
|
||||
"speed": 0.5,
|
||||
"acceleration": 0.1,
|
||||
"syncToRemote": true
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Alliance",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_01_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 20 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_01_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 活动物件_风花节_气球发射器_低分气球
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Stages_Property_Prop_BallonWidgetBullet_02": {
|
||||
"$type": "ConfigGadget",
|
||||
//该注释用于探索元素视野的最小集合设置
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 10,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
//"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"hasAnimatorDie": true,
|
||||
"dieDisappearEffect": "Eff_SceneObj_Ballon_01_Shoot",
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.1
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove", //直线上升移动
|
||||
"speed": 0.5,
|
||||
"acceleration": 0.1,
|
||||
"syncToRemote": true
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Alliance",
|
||||
"triggerType": "TriggerNoRepeat",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_01_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 20 //存在时间
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Stages_Property_Prop_BallonWidgetBullet_02_Ability"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,172 +1,307 @@
|
||||
{
|
||||
"SceneObj_Amber_GoldenAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Amber_GoldenAmber",
|
||||
"abilityName": "SceneObj_Amber_GoldenAmber",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"FDEMDNICDIL": {
|
||||
"DEAIFFHKFMC": [
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"intID": "gadgetState",
|
||||
"AMEMDHJKBOD": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_y": 2.799999952316284
|
||||
},
|
||||
"GNMDLCFGJHA": 1.0,
|
||||
"MIBFGCAAAFK": true,
|
||||
"size": "Grand",
|
||||
"NDDDDLMMEAK": true
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 黄金琥珀
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Amber_GoldenAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 2.8,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 1,
|
||||
"enableSelfAdapt": false,
|
||||
"showDistance": 24,
|
||||
"showHPBar": true,
|
||||
"size": "Grand",
|
||||
"shieldBarOnly": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"gadgetAction": {
|
||||
"gadgetStateActionList": [
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"intID": "gadgetState",
|
||||
"syncState": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"SceneObj_Amber_WaterAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Amber_WaterAmber",
|
||||
"abilityName": "SceneObj_Amber_WaterAmberBroken",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
// "stateLayers":
|
||||
// {
|
||||
// "defaultLayer":
|
||||
// {
|
||||
// "$type" : "ConfigNormalStateLayer",
|
||||
// "stateIDs" :
|
||||
// {
|
||||
// "All" :
|
||||
// {
|
||||
// "$type": "ConfigNormalStateIDInfo",
|
||||
// "animatorStates":
|
||||
// {
|
||||
// "ShowCollider": ["ShowCollider"],
|
||||
// "HideCollider": ["HideCollider"],
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Amber_GoldenAmber",
|
||||
|
||||
"abilityName": "SceneObj_Amber_GoldenAmber"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//水琥珀
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Amber_WaterAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"SceneObj_Amber_WindAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Amber_WindAmber",
|
||||
"abilityName": "SceneObj_Amber_WindAmberBroken",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"SceneObj_Amber_WindAmber_Inactive": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": ""
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"SceneObj_Amber_RockAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5.0
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Amber_RockAmberBroken",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Amber_WaterAmber",
|
||||
|
||||
"abilityName": "SceneObj_Amber_WaterAmberBroken"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//风琥珀
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Amber_WindAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Amber_WindAmber",
|
||||
|
||||
"abilityName": "SceneObj_Amber_WindAmberBroken"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//风琥珀 2秒
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Amber_WindAmber_02": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Amber_WindAmber",
|
||||
|
||||
"abilityName": "SceneObj_Amber_WindAmberBroken_02"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 未激活风琥珀
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Amber_WindAmber_Inactive": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"abilities": []
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 岩琥珀
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Amber_RockAmber": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1",
|
||||
"overrideRange": 5
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.1
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Amber_RockAmberBroken"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,96 +1,92 @@
|
||||
{
|
||||
"SceneObj_Area_Ljxs_Property_Prop_ChestClaymoreDragonfell_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "Eff_SceneObj_ChestClaymoreDragonfell_01_Born",
|
||||
"attachEffect": ""
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.5,
|
||||
"dieForceDisappearTime": 1.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability1",
|
||||
"abilityName": "SceneObj_Area_Ljxs_Property_Prop_ChestClaymoreDragonfell_01_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": "",
|
||||
"GMCONJFCIAF": true
|
||||
},
|
||||
"HJBOKDMMBPJ": {
|
||||
"bornEffect": "",
|
||||
"EHPLDFGHOGG": "",
|
||||
"LBKFJBHDALP": ""
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
}
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 雪葬的星银宝箱
|
||||
// gadget 70217007 1
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Ljxs_Property_Prop_ChestClaymoreDragonfell_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
//该注释用于探索元素视野的最小集合设置
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.5,
|
||||
"dieForceDisappearTime": 1
|
||||
}
|
||||
},
|
||||
"SceneObj_Area_Dq_Property_Build_WataShrineChest_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.5,
|
||||
"dieForceDisappearTime": 1.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability1",
|
||||
"abilityName": "SceneObj_Area_Dq_Property_Build_WataShrineChest_01_Ability",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": "",
|
||||
"GMCONJFCIAF": true
|
||||
},
|
||||
"HJBOKDMMBPJ": {
|
||||
"bornEffect": "",
|
||||
"EHPLDFGHOGG": "",
|
||||
"LBKFJBHDALP": ""
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
"model": {
|
||||
"bornEffect": "Eff_SceneObj_ChestClaymoreDragonfell_01_Born"
|
||||
},
|
||||
"uiInteract": {
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"triggerOpenChestVo": true
|
||||
},
|
||||
"pickup": {
|
||||
"$type": "ConfigPickup"
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability1",
|
||||
"abilityName": "SceneObj_Area_Ljxs_Property_Prop_ChestClaymoreDragonfell_01_Ability"
|
||||
}
|
||||
]
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 海神神龛宝箱
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Dq_Property_Build_WataShrineChest_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
//该注释用于探索元素视野的最小集合设置
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isInvincible": true,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.5,
|
||||
"dieForceDisappearTime": 1
|
||||
}
|
||||
},
|
||||
/*
|
||||
"model":
|
||||
{
|
||||
"bornEffect":"Eff_SceneObj_ChestClaymoreDragonfell_01_Born",
|
||||
},
|
||||
*/
|
||||
"uiInteract": {
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"triggerOpenChestVo": true
|
||||
},
|
||||
"pickup": {
|
||||
"$type": "ConfigPickup"
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability1",
|
||||
"abilityName": "SceneObj_Area_Dq_Property_Build_WataShrineChest_01_Ability"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,369 +1,439 @@
|
||||
{
|
||||
"SceneObj_CombatInteraction_PumpkinBomb": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 35.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.10000000149011612,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "PumpkinBomb_Interact",
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_PumpkinBomb",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR0_5",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.75,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 爆炸果实
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_CombatInteraction_PumpkinBomb": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR0_5", //形状,不填为collider
|
||||
"checkInterval": 0.75, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"overwriteCampType": true,
|
||||
"campType": "All"
|
||||
},
|
||||
"SceneObj_CombatInteraction_BombBox": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_BombBox",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"HGHKEEEMHLO": {
|
||||
"DOIGJLEMNMA": "",
|
||||
"MCOFDPPMBOP": 1.4500000476837158
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 35,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.1
|
||||
}
|
||||
},
|
||||
"SceneObj_CombatInteraction_BombBox_WithEye": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_BombBox",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"HGHKEEEMHLO": {
|
||||
"DOIGJLEMNMA": "",
|
||||
"MCOFDPPMBOP": 1.4500000476837158
|
||||
},
|
||||
"face": {
|
||||
"characterName": "Slime_01",
|
||||
"baseFaceAnimation": "Default",
|
||||
"intervalFaceAnimation": "Blink",
|
||||
"minInterval": 1.5,
|
||||
"maxInterval": 5.5
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "PumpkinBomb_Interact",
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_PumpkinBomb"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//炸药桶
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_CombatInteraction_BombBox": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"SceneObj_CombatInteraction_BombBox01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_BombBox01",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"SceneObj_Level_Common_Property_Prop_TowerBoom_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
"abilityName": "SceneObj_Level_Common_Property_Prop_TowerBoom_01",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"shape": "CircleR2",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.75,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"DOIGJLEMNMA": "",
|
||||
"MCOFDPPMBOP": 1.4500000476837158
|
||||
}
|
||||
"misc": {
|
||||
"targetIndicatorYOffset": 1.45
|
||||
},
|
||||
"SceneObj_CombatInteraction_ElementSmoke": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "ElementSmoke",
|
||||
"abilityName": "SceneObj_CombatInteraction_ElementSmoke",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_BombBox"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//炸药桶 带眼睛
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_CombatInteraction_BombBox_WithEye": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"SceneObj_Area_Common_Property_Prop_ElementSmokeFormal_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Common_Property_Prop_ElementSmokeFormal_01",
|
||||
"abilityName": "SceneObj_Area_Common_Property_Prop_ElementSmokeFormal_01",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"SceneObj_Area_Dq_Property_Prop_ElectricMist_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"attack": 80.0,
|
||||
"w": 80.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.20000000298023224,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Dq_Property_Prop_ElectricMist_01",
|
||||
"abilityName": "SceneObj_Area_Dq_Property_Prop_ElectricMist_01",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"face": {
|
||||
"baseFaceAnimation": "Default",
|
||||
"intervalFaceAnimation": "Blink",
|
||||
"characterName": "Slime_01",
|
||||
"minInterval": 1.5,
|
||||
"maxInterval": 5.5
|
||||
},
|
||||
"SceneObj_CombatInteraction_ElectricFlora": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 35.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.10000000149011612,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_CombatInteraction_ElectricFlora",
|
||||
"abilityName": "SceneObj_CombatInteraction_ElectricFlora",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR1",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.75,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
"misc": {
|
||||
"targetIndicatorYOffset": 1.45
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_BombBox"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//琴线特殊炸药桶
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_CombatInteraction_BombBox01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
|
||||
"abilityName": "SceneObj_CombatInteraction_Test_BombBox01"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//炸药桶-塔防
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Level_Common_Property_Prop_TowerBoom_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"field": {
|
||||
"concernType": "AllExcludeGWGO",
|
||||
"shape": "CircleR2", //形状,不填为collider
|
||||
"checkInterval": 0.75, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"overwriteCampType": true,
|
||||
"campType": "All"
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"misc": {
|
||||
"targetIndicatorYOffset": 1.45
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BOMB_BOX",
|
||||
|
||||
"abilityName": "SceneObj_Level_Common_Property_Prop_TowerBoom_01"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//事件特殊元素扰动迷雾
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_CombatInteraction_ElementSmoke": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "ElementSmoke",
|
||||
|
||||
"abilityName": "SceneObj_CombatInteraction_ElementSmoke"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//事件特殊元素扰动迷雾(正式)
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Common_Property_Prop_ElementSmokeFormal_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Common_Property_Prop_ElementSmokeFormal_01",
|
||||
|
||||
"abilityName": "SceneObj_Area_Common_Property_Prop_ElementSmokeFormal_01"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//雷元素迷雾
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Dq_Property_Prop_ElectricMist_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"attack": 80,
|
||||
"defense": 0,
|
||||
"weight": 80,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.2
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Dq_Property_Prop_ElectricMist_01",
|
||||
|
||||
"abilityName": "SceneObj_Area_Dq_Property_Prop_ElectricMist_01"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 壁雷花
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_CombatInteraction_ElectricFlora": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR1", //形状,不填为collider
|
||||
"checkInterval": 0.75, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"overwriteCampType": true,
|
||||
"campType": "All"
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 35,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.1
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_CombatInteraction_ElectricFlora",
|
||||
"abilityName": "SceneObj_CombatInteraction_ElectricFlora"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,347 +1,397 @@
|
||||
{
|
||||
"Element_Crystal": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 150.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 3.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"HGHKEEEMHLO": {
|
||||
"LLNJBGLELNE": {
|
||||
"FAAGPPCIPJE": 3,
|
||||
"OKLPBNDPACG": 1,
|
||||
"JPCNFFLHIMM": [
|
||||
6,
|
||||
10
|
||||
],
|
||||
"CPFCNAKKMCF": 15,
|
||||
"CCCNKNCBAGD": "",
|
||||
"DGFKOACGNAH": 5,
|
||||
"EMLCJMGAFKI": 5
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"JLAFELOFEGB": "",
|
||||
"stateIDs": {
|
||||
"Burst_Skill": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Ani_Scene_Crystal_Burst_Skill": [
|
||||
"Crystal_Burst_Skill_Wind"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"aibeta": {
|
||||
"enable": true,
|
||||
"moveSetting": {
|
||||
"enable": false,
|
||||
"navMeshAgentName": "Undead01"
|
||||
},
|
||||
"sensing": {
|
||||
"enable": false
|
||||
},
|
||||
"defendArea": {
|
||||
"enable": false
|
||||
}
|
||||
}
|
||||
// 元素水晶
|
||||
"Element_Crystal": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
}
|
||||
},
|
||||
"SearchPoint": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": "Eff_SearchPoint_Active"
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 2.0,
|
||||
"triggerHeight": 3.5
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 150,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 3.0
|
||||
}
|
||||
},
|
||||
"SearchPoint_Big": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_Quest_SiteInteract"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": "Eff_SearchPoint_Active"
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 2.0,
|
||||
"triggerHeight": 3.5
|
||||
}
|
||||
"misc": {
|
||||
"bornState": "Default",
|
||||
"crystal": {
|
||||
"elementType": "None",
|
||||
"gainSpeed": 3,
|
||||
"drainSpeed": 1,
|
||||
"resonateLevels": [6, 10],
|
||||
"burstResonate": 15,
|
||||
"burstTime": 5,
|
||||
"respawnTime": 5
|
||||
}
|
||||
},
|
||||
"SearchPoint_OnWater": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"LCPGHDALKNO": true
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": "Eff_SceneObj_SearchWater_01"
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 2.0,
|
||||
"triggerHeight": 3.5
|
||||
}
|
||||
"aibeta": {
|
||||
"enable": true,
|
||||
"moveSetting": {
|
||||
"enable": false
|
||||
},
|
||||
"sensing": {
|
||||
"enable": false
|
||||
},
|
||||
"defendArea": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"SearchPoint_Rock": {
|
||||
"$type": "ConfigGadget",
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0,
|
||||
"dieDisappearEffect": ""
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"stateIDs": {
|
||||
"Burst_Skill": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Ani_Scene_Crystal_Burst_Skill": ["Crystal_Burst_Skill_Wind"]
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SearchPoint_Rock",
|
||||
"abilityName": "SearchPoint_Rock",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"LCPGHDALKNO": true
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": "Eff_SearchPoint_Active"
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"SearchPoint_Invisible": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "ability_01",
|
||||
"abilityName": "SearchPoint_Invisible",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": ""
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": ""
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
}
|
||||
"abilities": [
|
||||
/* {
|
||||
"abilityID": "Crystal_Burst_Skill_Wind",
|
||||
|
||||
"abilityName":"Crystal_Burst_Skill_Wind"
|
||||
},*/
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 搜刮点
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SearchPoint": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"SceneObj_Area_Common_Property_Ani_Prop_BGM_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_SceneObj_BGM_01"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"MGCNBMNNNBE": {
|
||||
"LKPLOBLLJJB": "TEST/TEST_Chest_Btn",
|
||||
"HBECACNHDOE": "",
|
||||
"BFDNCPJEJKL": "NormalChest",
|
||||
"icon": "",
|
||||
"HDFNCMKCLKL": "",
|
||||
"LCPGHDALKNO": true
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"JIGNAGBMNLF": {
|
||||
"FFNHCAEHDMA": "Eff_SearchPoint_Active"
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
},
|
||||
"intee": {
|
||||
"triggerRadius": 2.0,
|
||||
"triggerHeight": 3.5
|
||||
}
|
||||
"uiInteract": {
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 2,
|
||||
"triggerHeight": 3.5
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"openEffect": "Eff_SearchPoint_Active"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 搜刮点_大
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SearchPoint_Big": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_Quest_SiteInteract"
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"uiInteract": {
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 2,
|
||||
"triggerHeight": 3.5
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"openEffect": "Eff_SearchPoint_Active"
|
||||
}
|
||||
}
|
||||
|
||||
// "abilities":
|
||||
// [
|
||||
// {
|
||||
// "abilityID": "SceneObj_Quest_Interact_Point_01_Eff",
|
||||
// "abilityName":"SceneObj_Quest_Interact_Point_01_Eff",
|
||||
// },
|
||||
// ],
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 水上搜刮点
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SearchPoint_OnWater": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0,
|
||||
"dieForceDisappearTime": 0
|
||||
}
|
||||
},
|
||||
"uiInteract": {
|
||||
"alwaysInteractive": true,
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 2,
|
||||
"triggerHeight": 3.5
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"openEffect": "Eff_SceneObj_SearchWater_01"
|
||||
}
|
||||
}
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 岩调查点
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SearchPoint_Rock": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0,
|
||||
"dieForceDisappearTime": 0
|
||||
}
|
||||
},
|
||||
"uiInteract": {
|
||||
"alwaysInteractive": true,
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"openEffect": "Eff_SearchPoint_Active"
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SearchPoint_Rock",
|
||||
|
||||
"abilityName": "SearchPoint_Rock"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 隐形搜刮点 - 狗狗搜索测试
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SearchPoint_Invisible": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"uiInteract": {
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"openEffect": ""
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "ability_01",
|
||||
"abilityName": "SearchPoint_Invisible"
|
||||
}
|
||||
]
|
||||
},
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// BGM因子
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Common_Property_Ani_Prop_BGM_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_SceneObj_BGM_01"
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 0,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0,
|
||||
"dieForceDisappearTime": 0
|
||||
}
|
||||
},
|
||||
"uiInteract": {
|
||||
"alwaysInteractive": true,
|
||||
"onTouch": "NormalChest"
|
||||
},
|
||||
"intee": {
|
||||
"$type": "ConfigIntee",
|
||||
"triggerRadius": 2,
|
||||
"triggerHeight": 3.5
|
||||
},
|
||||
"misc": {
|
||||
"chest": {
|
||||
"openEffect": "Eff_SearchPoint_Active"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
5910
Resources/BinOutput/Gadget/ConfigGadget_Scene_Desert.json
Normal file
5910
Resources/BinOutput/Gadget/ConfigGadget_Scene_Desert.json
Normal file
File diff suppressed because it is too large
Load Diff
4829
Resources/BinOutput/Gadget/ConfigGadget_Scene_Dreamland.json
Normal file
4829
Resources/BinOutput/Gadget/ConfigGadget_Scene_Dreamland.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
7357
Resources/BinOutput/Gadget/ConfigGadget_Scene_Dreamland_Dungeon.json
Normal file
7357
Resources/BinOutput/Gadget/ConfigGadget_Scene_Dreamland_Dungeon.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,133 +1,139 @@
|
||||
{
|
||||
"SceneObj_DvalinEntry_Shake": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Eff_Stages_DvalinDungeonEntry_Shake"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 4.0,
|
||||
"dieForceDisappearTime": 4.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR8",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"checkInterval": 8.0,
|
||||
"KHMAEMALBFD": 8.0,
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 风龙地城松动特效
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_DvalinEntry_Shake": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Eff_Stages_DvalinDungeonEntry_Shake"
|
||||
},
|
||||
"Dvalin_Tower_Seal_Ring": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"viewSize": 10.0,
|
||||
"disableTickDistance": 1500.0
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 4.0,
|
||||
"dieForceDisappearTime": 4.0,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"JLAFELOFEGB": "",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Eff_Ani_Stages_DvalinSeal_State_02": [
|
||||
"Davlin_SealFireEffect"
|
||||
]
|
||||
},
|
||||
"PGHGJFNNLMI": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"FDEMDNICDIL": {
|
||||
"DEAIFFHKFMC": [
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"intID": "GadgetState"
|
||||
},
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"GEJDBKMDGKF": "GearStart",
|
||||
"intID": "GadgetState",
|
||||
"weight": 201
|
||||
},
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"GEJDBKMDGKF": "GearStop",
|
||||
"intID": "GadgetState"
|
||||
}
|
||||
]
|
||||
}
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR8",
|
||||
"startCheckTime": 0.0, //触发开始延时
|
||||
"checkInterval": 8, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeTime": 8.0 //存在时间
|
||||
},
|
||||
"DungeonEntry_Dvalin": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"JLAFELOFEGB": "",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Entry_Lock": [],
|
||||
"Entry_Unlock": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 4,
|
||||
"dieForceDisappearTime": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 风龙三层封印
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
"Dvalin_Tower_Seal_Ring": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"disableTickDistance": 1500,
|
||||
"viewSize": 10
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 4,
|
||||
"dieForceDisappearTime": 4
|
||||
}
|
||||
},
|
||||
"gadgetAction": {
|
||||
"gadgetStateActionList": [
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"intID": "GadgetState",
|
||||
"value": 0,
|
||||
"gadgetState": "Default"
|
||||
},
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"intID": "GadgetState",
|
||||
"value": 201,
|
||||
"gadgetState": "GearStart"
|
||||
},
|
||||
{
|
||||
"$type": "ConfigGadgetStateSetAnimInt",
|
||||
"intID": "GadgetState",
|
||||
"value": 0,
|
||||
"gadgetState": "GearStop"
|
||||
}
|
||||
]
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Eff_Ani_Stages_DvalinSeal_State_02": ["Davlin_SealFireEffect"]
|
||||
},
|
||||
"cullingModelAlwaysAnimate": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
//////////////////////////////////////////////////////
|
||||
//
|
||||
// 风龙地城入口
|
||||
//
|
||||
//////////////////////////////////////////////////////
|
||||
"DungeonEntry_Dvalin": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Entry_Lock": [],
|
||||
"Entry_Unlock": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,142 +1,162 @@
|
||||
{
|
||||
"SceneObj_Gear_ElementField_FireController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000.0,
|
||||
"attack": 30.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"BACKFJDBKFB": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.30000001192092896,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_FireController",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
//////////////////////////////////////////////
|
||||
//
|
||||
// 火元素场阶段切换器
|
||||
//
|
||||
//////////////////////////////////////////////
|
||||
"SceneObj_Gear_ElementField_FireController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000,
|
||||
"attack": 30,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.3
|
||||
}
|
||||
},
|
||||
"SceneObj_Gear_ElementField_IceController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000.0,
|
||||
"attack": 30.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"BACKFJDBKFB": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.30000001192092896,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_IceController",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_FireController"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////
|
||||
//
|
||||
// 冰元素场阶段切换器
|
||||
//
|
||||
//////////////////////////////////////////////
|
||||
"SceneObj_Gear_ElementField_IceController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000,
|
||||
"attack": 30,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.3
|
||||
}
|
||||
},
|
||||
"SceneObj_Gear_ElementField_ElectricController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000.0,
|
||||
"attack": 30.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"BACKFJDBKFB": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.30000001192092896,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_ElectricController",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_IceController"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////
|
||||
//
|
||||
// 雷元素场阶段切换器
|
||||
//
|
||||
//////////////////////////////////////////////
|
||||
"SceneObj_Gear_ElementField_ElectricController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000,
|
||||
"attack": 30,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.3
|
||||
}
|
||||
},
|
||||
"SceneObj_Gear_ElementField_WaterController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000.0,
|
||||
"attack": 30.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"BACKFJDBKFB": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.30000001192092896,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_WaterController",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_ElectricController"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////
|
||||
//
|
||||
// 水元素场阶段切换器
|
||||
//
|
||||
//////////////////////////////////////////////
|
||||
"SceneObj_Gear_ElementField_WaterController": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 1000,
|
||||
"attack": 30,
|
||||
"isLockHP": true,
|
||||
"endure": 99,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": true,
|
||||
"ignorePurgeRate": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.3
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Gear_ElementField_WaterController"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,390 +1,487 @@
|
||||
{
|
||||
"SceneObj_Environment_GrassMaterial_LeaveStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isInvincible": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_LeaveStacks_Interact",
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_LeaveStacks_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 大世界树叶堆
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_GrassMaterial_LeaveStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"SceneObj_Environment_GrassMaterial_LeafBlanket": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"customAttackShape": {
|
||||
"BCNIDDPMNHD": {
|
||||
"LHLNDEPMCBC": 2.0,
|
||||
"EDAKFJIFOEB": 2.0,
|
||||
"MPGEABGDEEB": 0.20000000298023224
|
||||
}
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 50.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_LeafBlanket_Interact",
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_LeafBlanket_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
//"dieShaderdata": "GadgetQuickDie",
|
||||
}
|
||||
},
|
||||
"SceneObj_Environment_GrassMaterial_GrassStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isInvincible": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_GrassStacks_Interact",
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_GrassStacks_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_LeaveStacks_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_LeaveStacks_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 地城草垫
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_GrassMaterial_LeafBlanket": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"viewSize": 2.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"SceneObj_Environment_GrassMaterial_LeafBlanket02": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"DFOMHHEIEEC": 6.0,
|
||||
"FGALCDKIDHJ": 6.0,
|
||||
"FGNLBMLCKLP": 0.20000000298023224
|
||||
},
|
||||
"viewSize": 2.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"customAttackShape": {
|
||||
"BCNIDDPMNHD": {
|
||||
"LHLNDEPMCBC": 6.0,
|
||||
"EDAKFJIFOEB": 6.0,
|
||||
"MPGEABGDEEB": 0.20000000298023224
|
||||
}
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 500.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_LeafBlanket_Interact",
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_LeafBlanket02_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 50,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
}
|
||||
},
|
||||
"SceneObj_Environment_GrassMaterial_SakuraStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isInvincible": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_SakuraStacks_Interact",
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_SakuraStacks_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"customAttackShape": {
|
||||
"box": {
|
||||
"customAttackBox_Size_X": 2,
|
||||
"customAttackBox_Size_Y": 2,
|
||||
"customAttackBox_Size_Z": 0.2
|
||||
}
|
||||
},
|
||||
"SceneObj_Environment_CobWeb": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_LeafBlanket_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_LeafBlanket_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 大世界草垛
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_GrassMaterial_GrassStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"viewSize": 2.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
//"dieShaderdata": "GadgetQuickDie",
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_GrassStacks_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_GrassStacks_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 地城草垫6*6
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_GrassMaterial_LeafBlanket02": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"born": {
|
||||
"$type": "ConfigBornByTarget",
|
||||
"offset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.1
|
||||
}
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 100.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Avatar&Monster_Lv4"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.10000000149011612,
|
||||
"dieForceDisappearTime": 0.10000000149011612,
|
||||
"dieDisappearEffect": ""
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 6.0,
|
||||
"scaleY": 6.0,
|
||||
"scaleZ": 0.2
|
||||
},
|
||||
"viewSize": 2.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 500,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
}
|
||||
},
|
||||
"customAttackShape": {
|
||||
"box": {
|
||||
"customAttackBox_Size_X": 6,
|
||||
"customAttackBox_Size_Y": 6,
|
||||
"customAttackBox_Size_Z": 0.2
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_LeafBlanket_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_LeafBlanket02_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 稻妻樱花堆
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_GrassMaterial_SakuraStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
//"dieShaderdata": "GadgetQuickDie",
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_GrassMaterial_SakuraStacks_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_GrassMaterial_SakuraStacks_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 蜘蛛网
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_CobWeb": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"viewSize": 1,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": false
|
||||
},
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR10", //形状,不填为collider
|
||||
"checkInterval": 0.2, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"overwriteCampType": true,
|
||||
"campType": "All"
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"attachPoint": "AttachPoint",
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 0.9,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 1.0,
|
||||
"enableSelfAdapt": false,
|
||||
"showDistance": 25,
|
||||
"showHPBar": true,
|
||||
"size": "Normal",
|
||||
"shieldBarOnly": false
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 100,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Avatar&Monster_Lv4"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.1,
|
||||
"dieForceDisappearTime": 0.1
|
||||
}
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"animatorStates": {
|
||||
"Stay": ["Cobweb_Hit_Protect_Relieve"],
|
||||
"Hit": ["Cobweb_Hit_Protect", "Cobweb_Hit_Refresh"]
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_CobWeb_Interact",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "CircleR10",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.20000000298023224,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
},
|
||||
"stateLayers": {
|
||||
"defaultLayer": {
|
||||
"$type": "ConfigNormalStateLayer",
|
||||
"JLAFELOFEGB": "",
|
||||
"stateIDs": {
|
||||
"All": {
|
||||
"$type": "ConfigNormalStateIDInfo",
|
||||
"PINCPDEEFJI": {
|
||||
"Stay": [
|
||||
"Cobweb_Hit_Protect_Relieve"
|
||||
],
|
||||
"Hit": [
|
||||
"Cobweb_Hit_Protect",
|
||||
"Cobweb_Hit_Refresh"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"BDMAMLPPCMN": "AttachPoint",
|
||||
"offset": {
|
||||
"_y": 0.8999999761581421
|
||||
},
|
||||
"GNMDLCFGJHA": 1.0,
|
||||
"DOAKGPOHLNL": 25.0,
|
||||
"MIBFGCAAAFK": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"SceneObj_Environment_CobWeb_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 50.0,
|
||||
"defense": 999999.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Default"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_CobWeb_Bullet_Loop",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Loop",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_CobWeb_Bullet_Explode",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Explode",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 3.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"FMMJLOCHHLM": 15.0,
|
||||
"JMEOBDFCELF": true,
|
||||
"DMMDOKKMANE": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"MCNHEAILGPP": true
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Explode"
|
||||
}
|
||||
],
|
||||
"LDMDKHENHNH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Explode"
|
||||
}
|
||||
],
|
||||
"LNKCPELLKIF": true
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_CobWeb_Interact",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 蜘蛛网子弹
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_CobWeb_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 50.0,
|
||||
"defense": 999999,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
|
||||
// 子弹线性移动
|
||||
|
||||
"move": {
|
||||
"$type": "ConfigTrackBulletMove",
|
||||
"speed": 15,
|
||||
"destroyWhenTargetDie": false,
|
||||
"traceOnYAxis": true,
|
||||
"updateAngle": {
|
||||
"$type": "ConfigBulletMoveAngleByVelocity"
|
||||
},
|
||||
"canBornInWater": true
|
||||
},
|
||||
|
||||
/*
|
||||
"move" :
|
||||
{
|
||||
"$type" : "ConfigLinerParabolaBulletMove",
|
||||
"speed" : 12.0,
|
||||
"straightRange" : 40.0,
|
||||
"gravityOfAcceleration" : 10.0,
|
||||
"airResistance" : 0.01,
|
||||
"updateAngle" :
|
||||
{
|
||||
"$type": "ConfigBulletMoveAngleByVelocity",
|
||||
},
|
||||
"canBornInWater": true,
|
||||
},
|
||||
*/
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 3.0 //存在时间
|
||||
},
|
||||
// 子弹参数`
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Explode"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"triggerLifeOverActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Explode"
|
||||
}
|
||||
],
|
||||
"killByOther": true
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_CobWeb_Bullet_Loop",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Loop"
|
||||
},
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_CobWeb_Bullet_Explode",
|
||||
"abilityName": "SceneObj_Environment_CobWeb_Bullet_Explode"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,90 +1,112 @@
|
||||
{
|
||||
"SceneObj_Area_Common_Property_Ani_Prop_SandStacks_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isInvincible": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Common_Property_Ani_Prop_SandStacks_Interact",
|
||||
"abilityName": "SceneObj_Area_Common_Property_Ani_Prop_SandStacks_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//沙堆
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Common_Property_Ani_Prop_SandStacks_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"SceneObj_Area_Common_Property_Ani_Prop_SandStacksInteraction_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"FGNLBMLCKLP": 0.4000000059604645
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isInvincible": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Common_Property_Ani_Prop_SandStacksInteraction_01",
|
||||
"abilityName": "SceneObj_Area_Common_Property_Ani_Prop_SandStacksInteraction_01",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
//"dieShaderdata": "GadgetQuickDie",
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Common_Property_Ani_Prop_SandStacks_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Area_Common_Property_Ani_Prop_SandStacks_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//沙堆交互后消失
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Area_Common_Property_Ani_Prop_SandStacksInteraction_01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 0.4
|
||||
},
|
||||
"viewSize": 1.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
//"dieShaderdata": "GadgetQuickDie",
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Area_Common_Property_Ani_Prop_SandStacksInteraction_01",
|
||||
|
||||
"abilityName": "SceneObj_Area_Common_Property_Ani_Prop_SandStacksInteraction_01"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,91 +1,110 @@
|
||||
{
|
||||
"SceneObj_Environment_WaterMaterial_Poison": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 10.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_WaterMaterial_PoisonWater",
|
||||
"abilityName": "SceneObj_Environment_WaterMaterial_PoisonAttack",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//毒水,草属性伤害
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WaterMaterial_Poison": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 10,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"Cold_WhiteBox_ChargeDummy": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 999999.0,
|
||||
"attack": 15.0,
|
||||
"defense": 999999.0,
|
||||
"w": 50.0,
|
||||
"canTriggerBullet": true,
|
||||
"denyElementStick": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Cold_WhiteBox_ChargeDummy_StartCharge",
|
||||
"abilityName": "Cold_WhiteBox_ChargeDummy_StartCharge",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"BDMAMLPPCMN": "Neck"
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_y": 0.4000000059604645
|
||||
},
|
||||
"GNMDLCFGJHA": 0.5,
|
||||
"DOAKGPOHLNL": 48.0,
|
||||
"MIBFGCAAAFK": true,
|
||||
"size": "Big",
|
||||
"NDDDDLMMEAK": true
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_WaterMaterial_PoisonWater",
|
||||
|
||||
"abilityName": "SceneObj_Environment_WaterMaterial_PoisonAttack"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//Cold WhiteBox Charge Dummy
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Cold_WhiteBox_ChargeDummy": {
|
||||
"$type": "ConfigGadget",
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 0.4,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 0.5,
|
||||
"enableSelfAdapt": false,
|
||||
"showDistance": 48,
|
||||
"showHPBar": true,
|
||||
"size": "Big",
|
||||
"shieldBarOnly": true
|
||||
},
|
||||
"Cold_WhiteBox_AuroraTest": {
|
||||
"$type": "ConfigGadget",
|
||||
"model": {
|
||||
"bornEffect": "",
|
||||
"attachEffect": "Aurora_Test"
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"attackAttenuation": ""
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true, // 是否继承创造者的数值
|
||||
"HP": 999999,
|
||||
"attack": 15.0,
|
||||
"defense": 999999,
|
||||
"weight": 50,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": true,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigFollowMove",
|
||||
"target": "LocalAvatar",
|
||||
"attachPoint": "Neck",
|
||||
"followRotation": false
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Cold_WhiteBox_ChargeDummy_StartCharge", //开局锤自己一下,把盾条显示出来
|
||||
"abilityName": "Cold_WhiteBox_ChargeDummy_StartCharge"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 极光测试
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"Cold_WhiteBox_AuroraTest": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"model": {
|
||||
"attachEffect": "Aurora_Test"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,397 +1,524 @@
|
||||
{
|
||||
"SceneObj_Environment_WoodenMaterial_BrambleWall01": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"customAttackShape": {
|
||||
"BCNIDDPMNHD": {
|
||||
"LHLNDEPMCBC": 5.0,
|
||||
"EDAKFJIFOEB": 1.7999999523162842,
|
||||
"MPGEABGDEEB": 1.600000023841858
|
||||
}
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 5000.0,
|
||||
"attack": 15.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.009999999776482582,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BrambleWall_Interact",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_Bramble_Interact",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "BrambleWall_Attack",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_Bramble_Attack",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerAlways",
|
||||
"OJIFKEOCJGB": "All"
|
||||
},
|
||||
"EJODEIIDHIH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_Bramble_Attack"
|
||||
}
|
||||
],
|
||||
"LAHCODPGOHB": "Collider",
|
||||
"GAAJFJBDOPF": "InteeTrigger"
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_y": 1.5
|
||||
},
|
||||
"GNMDLCFGJHA": 1.0,
|
||||
"DOAKGPOHLNL": 0.0,
|
||||
"MIBFGCAAAFK": true,
|
||||
"NDDDDLMMEAK": true
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 荆棘墙5米
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_BrambleWall01": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"viewSize": 2.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 1.5,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 1.0,
|
||||
"enableSelfAdapt": false,
|
||||
"showDistance": 0,
|
||||
"showHPBar": true,
|
||||
"size": "Normal",
|
||||
"shieldBarOnly": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 5000,
|
||||
"attack": 15,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.01,
|
||||
"dieForceDisappearTime": 0.01
|
||||
}
|
||||
},
|
||||
"customAttackShape": {
|
||||
"box": {
|
||||
"customAttackBox_Size_X": 5,
|
||||
"customAttackBox_Size_Y": 1.8,
|
||||
"customAttackBox_Size_Z": 1.6
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"collision": {
|
||||
"targetType": "All",
|
||||
"triggerType": "TriggerAlways"
|
||||
},
|
||||
"collisionActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_Bramble_Attack"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SceneObj_Environment_WoodenMaterial_WoodenObject": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2.0,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 50.0,
|
||||
"attack": 50.0,
|
||||
"w": 50.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.009999999776482582,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "ability_01",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_WoodenObject_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"HGHKEEEMHLO": {
|
||||
"HJBOKDMMBPJ": {
|
||||
"MOONCAPJHMN": 5.0,
|
||||
"bornEffect": "",
|
||||
"EHPLDFGHOGG": "",
|
||||
"LBKFJBHDALP": ""
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BrambleWall_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_Bramble_Interact"
|
||||
},
|
||||
{
|
||||
"abilityID": "BrambleWall_Attack",
|
||||
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_Bramble_Attack"
|
||||
}
|
||||
]
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 可破坏木箱子
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_WoodenObject": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"viewSize": 2,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 50,
|
||||
"attack": 50,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": false,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": false,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.01,
|
||||
"dieForceDisappearTime": 0.01
|
||||
}
|
||||
},
|
||||
"misc": {
|
||||
"pickup": {
|
||||
"$type": "ConfigPickup",
|
||||
"dropPointMinSpeed": 5,
|
||||
"dropPointMaxSpeed": 5
|
||||
}
|
||||
},
|
||||
/*"gadgetAction":
|
||||
{
|
||||
"gadgetStateActionList":
|
||||
[
|
||||
//Action01为普通受击破碎
|
||||
{
|
||||
"$type": "ConfigGadgetStateFireEffect",
|
||||
"effectPattern": "Eff_SceneObj_WoodenObject_Broken",
|
||||
"gadgetState": "Action01",
|
||||
},
|
||||
//Action02为燃烧
|
||||
{
|
||||
"$type": "ConfigGadgetStateFireEffect",
|
||||
"effectPattern": "Eff_Element_Burning",
|
||||
"gadgetState": "Action02",
|
||||
},
|
||||
//Action03为烧爆
|
||||
{
|
||||
"$type": "ConfigGadgetStateFireEffect",
|
||||
"effectPattern": "Eff_SceneObj_WoodenObject_BurnOut",
|
||||
"gadgetState": "Action03",
|
||||
},
|
||||
],
|
||||
},*/
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "ability_01",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_WoodenObject_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 大世界树木柴堆
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_FirewoodStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2,
|
||||
"affectedByWorld": true
|
||||
//"checkInSurface" : true,
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": false
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35
|
||||
//"dieShaderdata": "GadgetQuickDie",
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_WoodenMaterial_FirewoodStacks_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_FirewoodStacks_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 荆棘大世界
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_BrambleWorld": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"viewSize": 2.5,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 1.0,
|
||||
"enableSelfAdapt": false,
|
||||
"showDistance": 0,
|
||||
"showHPBar": true,
|
||||
"size": "Normal",
|
||||
"shieldBarOnly": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 5000,
|
||||
"attack": 15,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.01,
|
||||
"dieForceDisappearTime": 0.01
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"collision": {
|
||||
"targetType": "All",
|
||||
"triggerType": "TriggerAlways"
|
||||
},
|
||||
"collisionActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_BrambleWorld_Attack"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SceneObj_Environment_WoodenMaterial_FirewoodStacks": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2.0,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isInvincible": true,
|
||||
"ignorePurgeRate": false
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "SceneObj_Environment_WoodenMaterial_FirewoodStacks_Interact",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_FirewoodStacks_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
]
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BrambleWorld_Interact",
|
||||
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_BrambleWorld_Interact"
|
||||
},
|
||||
{
|
||||
"abilityID": "BrambleWorld_Attack",
|
||||
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_BrambleWorld_Attack"
|
||||
}
|
||||
]
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 果树受击
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_AppleTree": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"SceneObj_Environment_WoodenMaterial_BrambleWorld": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2.5,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 5000.0,
|
||||
"attack": 15.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.009999999776482582,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "BrambleWorld_Interact",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_BrambleWorld_Interact",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "BrambleWorld_Attack",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_BrambleWorld_Attack",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigGadgetCollidedPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"lifeTime": "TriggerAlways",
|
||||
"OJIFKEOCJGB": "All"
|
||||
},
|
||||
"EJODEIIDHIH": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_BrambleWorld_Attack"
|
||||
}
|
||||
],
|
||||
"LAHCODPGOHB": "Collider",
|
||||
"GAAJFJBDOPF": "InteeTrigger"
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"BDMAMLPPCMN": "BillboardAttach",
|
||||
"offset": {
|
||||
"_y": 1.0
|
||||
},
|
||||
"GNMDLCFGJHA": 1.0,
|
||||
"DOAKGPOHLNL": 0.0,
|
||||
"MIBFGCAAAFK": true,
|
||||
"NDDDDLMMEAK": true
|
||||
}
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"denyLockOn": true,
|
||||
"isInvicible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"SceneObj_Environment_WoodenMaterial_AppleTree": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"SceneObj_Environment_WoodenMaterial_WoodenShelf": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"mass": 500.0,
|
||||
"viewSize": 3.0,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"MNDEFJBNOGI": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 50.0,
|
||||
"w": 200.0,
|
||||
"isLockHP": true,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.009999999776482582,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"SceneObj_Environment_WoodenMaterial_Barrel": {
|
||||
"$type": "ConfigGadget",
|
||||
"attackAttenuation": ""
|
||||
},
|
||||
"SceneObj_Environment_Quest_GrapeStick": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"FGKBBEGGKCB": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2.0,
|
||||
"affectedByWorld": true
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 100.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": ""
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.30000001192092896,
|
||||
"dieForceDisappearTime": 0.3499999940395355,
|
||||
"dieDisappearEffect": "Eff_SceneObj_WoodenObject_Broken"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"BDMAMLPPCMN": "attachPoint3",
|
||||
"offset": {
|
||||
"_y": 0.5
|
||||
},
|
||||
"GNMDLCFGJHA": 3.0,
|
||||
"DOAKGPOHLNL": 48.0,
|
||||
"MIBFGCAAAFK": true,
|
||||
"size": "Grand"
|
||||
}
|
||||
},
|
||||
"SceneObj_Environment_WoodenMaterial_GinSengTree": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200.0
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_GinSengTree",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.5,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
}
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.01
|
||||
}
|
||||
}
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 木架子
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_WoodenShelf": {
|
||||
"$type": "ConfigGadget",
|
||||
"hasModel": true,
|
||||
"common": {
|
||||
"viewSize": 3,
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"affectedByWorld": true,
|
||||
"mass": 500
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 50,
|
||||
"defense": 0,
|
||||
"weight": 200,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.01,
|
||||
"dieForceDisappearTime": 0.01
|
||||
}
|
||||
}
|
||||
/*"abilities":
|
||||
[
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName" : "SceneObj_Environment_WoodenMaterial_WoodenShelf_Interact"
|
||||
},
|
||||
],*/
|
||||
},
|
||||
/////////////////////////
|
||||
//
|
||||
//木桶
|
||||
//
|
||||
////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_Barrel": {
|
||||
"$type": "ConfigGadget"
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 任务木架
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_Quest_GrapeStick": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachMesh",
|
||||
"mesh": "EffectMesh"
|
||||
},
|
||||
"viewSize": 2,
|
||||
"affectedByWorld": true
|
||||
//"checkInSurface" : true,
|
||||
},
|
||||
"billboard": {
|
||||
"$type": "ConfigCombatBillboard",
|
||||
"attachPoint": "attachPoint3",
|
||||
"offset": {
|
||||
"x": 0,
|
||||
"y": 0.5,
|
||||
"z": 0
|
||||
},
|
||||
"radiusOffset": 3.0,
|
||||
"enableSelfAdapt": false,
|
||||
"showDistance": 48,
|
||||
"showHPBar": true,
|
||||
"size": "Grand"
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 100,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": false,
|
||||
"isGhostToAllied": true,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": false
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.3,
|
||||
"dieForceDisappearTime": 0.35,
|
||||
"dieDisappearEffect": "Eff_SceneObj_WoodenObject_Broken"
|
||||
}
|
||||
}
|
||||
},
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 人参果树
|
||||
//
|
||||
////////////////////////////////////////////////////////////////
|
||||
"SceneObj_Environment_WoodenMaterial_GinSengTree": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"mass": 200
|
||||
},
|
||||
"field": {
|
||||
"concernType": "AllAvatars",
|
||||
"shape": "", //形状,不填为collider
|
||||
"checkInterval": 0.5, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"overwriteCampType": true,
|
||||
"campType": "All"
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 8000,
|
||||
"denyLockOn": true,
|
||||
"isInvicible": false,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"die": {
|
||||
"dieForceDisappearTime": 0.01
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "SceneObj_Environment_WoodenMaterial_GinSengTree"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,219 +1,262 @@
|
||||
{
|
||||
"DropLight": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"die": {
|
||||
"HGGPMFGGBNC": 0.009999999776482582,
|
||||
"dieDisappearEffect": ""
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "DropLight_Interact",
|
||||
"abilityName": "DropLight_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"HGHKEEEMHLO": {
|
||||
"OLKKCJEFPIK": {
|
||||
"GPHGGNJKHNO": "Fire"
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
}
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 吊灯
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"DropLight": {
|
||||
"$type": "ConfigGadget",
|
||||
"keepModifierOutSight": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"die": {
|
||||
"dieEndTime": 0.01,
|
||||
"dieForceDisappearTime": 0.01
|
||||
}
|
||||
},
|
||||
"DropLight_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"defense": 99999.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "DropLight_Bullet",
|
||||
"abilityOverride": ""
|
||||
},
|
||||
{
|
||||
"abilityID": "Ability_02",
|
||||
"abilityName": "DropLight_Crash",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"lifeInfinite": true,
|
||||
"KHMAEMALBFD": 10.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"LLNGHPMEALD": {
|
||||
"MPGPCCEHFGL": [
|
||||
"WindZoneType",
|
||||
"AirflowType",
|
||||
"RiseType",
|
||||
"SpeedupType",
|
||||
"AirflowAccType"
|
||||
]
|
||||
},
|
||||
"FMMJLOCHHLM": 1.0,
|
||||
"AAAEMJGEEJO": 10.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "DropLight_Crash"
|
||||
}
|
||||
]
|
||||
}
|
||||
"misc": {
|
||||
"bornState": "Default",
|
||||
"gear": {
|
||||
"startElemType": "Fire",
|
||||
"gearType": "None"
|
||||
}
|
||||
},
|
||||
"DropLight_Bullet02": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox"
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999.0,
|
||||
"defense": 99999.0
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
"abilityName": "DropLight_Crash02",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"AGOIJBKMIOI": {
|
||||
"KHMAEMALBFD": 5.0
|
||||
},
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove",
|
||||
"LLNGHPMEALD": {
|
||||
"MPGPCCEHFGL": [
|
||||
"WindZoneType",
|
||||
"AirflowType",
|
||||
"RiseType",
|
||||
"SpeedupType",
|
||||
"AirflowAccType"
|
||||
]
|
||||
},
|
||||
"FMMJLOCHHLM": 1.0,
|
||||
"AAAEMJGEEJO": 10.0
|
||||
},
|
||||
"AFEIEIPGDCN": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"EJFGJMDMBNJ": {
|
||||
"OJIFKEOCJGB": "Enemy"
|
||||
},
|
||||
"DHBKLEHDFNF": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "DropLight_Crash02"
|
||||
}
|
||||
]
|
||||
}
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "DropLight_Interact",
|
||||
|
||||
"abilityName": "DropLight_Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
///////////////////////////////////////////////////
|
||||
//
|
||||
// 吊灯发射物
|
||||
//
|
||||
///////////////////////////////////////////////////
|
||||
"DropLight_Bullet": {
|
||||
"$type": "ConfigGadget",
|
||||
"common": {
|
||||
"effectAttachShape": {
|
||||
"$type": "ConfigEffectAttachBox",
|
||||
"emitFrom": "Volume",
|
||||
"scaleX": 1.0,
|
||||
"scaleY": 1.0,
|
||||
"scaleZ": 1.0
|
||||
}
|
||||
},
|
||||
"GearWater": {
|
||||
"$type": "ConfigGadget",
|
||||
"combat": {
|
||||
"property": {
|
||||
"HP": 99999.0,
|
||||
"attack": 20.0,
|
||||
"w": 50.0,
|
||||
"isLockHP": true
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHitText": true
|
||||
},
|
||||
"combatLock": {
|
||||
"lockShape": "CircleLockEnemy",
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
}
|
||||
},
|
||||
"attackAttenuation": "",
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "GearWater_Interact",
|
||||
"abilityName": "GearWater_Interact",
|
||||
"abilityOverride": ""
|
||||
}
|
||||
],
|
||||
"field": {
|
||||
"shape": "CircleR2",
|
||||
"OIFFBJLEMDF": "",
|
||||
"triggerInfinite": true,
|
||||
"lifeInfinite": true,
|
||||
"checkInterval": 0.5,
|
||||
"overwriteCampType": true,
|
||||
"campType": "All",
|
||||
"NKLJGKCFFID": "",
|
||||
"MKBFGKPIGGN": ""
|
||||
},
|
||||
"HGHKEEEMHLO": {
|
||||
"OLKKCJEFPIK": {
|
||||
"GPHGGNJKHNO": "Water"
|
||||
},
|
||||
"DOIGJLEMNMA": ""
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": true,
|
||||
"HP": 99999,
|
||||
"defense": 99999
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "DropLight_Crash"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"lifeTime": 10 //存在时间
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove", //直线向前移动
|
||||
"speed": 1,
|
||||
"acceleration": 10,
|
||||
"velocityForce": {
|
||||
//WindZone单位不吃风的力
|
||||
"excludeForces": [
|
||||
"WindZoneType",
|
||||
"AirflowType",
|
||||
"RiseType",
|
||||
"SpeedupType",
|
||||
"AirflowAccType"
|
||||
]
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "DropLight_Bullet"
|
||||
},
|
||||
{
|
||||
"abilityID": "Ability_02",
|
||||
|
||||
"abilityName": "DropLight_Crash"
|
||||
}
|
||||
]
|
||||
},
|
||||
//不着火的吊灯bullet
|
||||
"DropLight_Bullet02": {
|
||||
"$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"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"muteAllHit": true,
|
||||
"muteAllHitEffect": true,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"gadget": {
|
||||
"$type": "ConfigBulletPattern",
|
||||
"collision": {
|
||||
"targetType": "Enemy",
|
||||
"triggerType": "TriggerOnce",
|
||||
"ignoreScene": false
|
||||
},
|
||||
"triggerActions": [
|
||||
{
|
||||
"$type": "ConfigGadgetTriggerAbility",
|
||||
"abilityName": "DropLight_Crash02"
|
||||
}
|
||||
]
|
||||
},
|
||||
"timer": {
|
||||
"lifeInfinite": false, //如果未触发是否一致存在
|
||||
"lifeTime": 5 //存在时间
|
||||
},
|
||||
// 子弹线性移动
|
||||
"move": {
|
||||
"$type": "ConfigLinerBulletMove", //直线向前移动
|
||||
"speed": 1,
|
||||
"acceleration": 10,
|
||||
"velocityForce": {
|
||||
//WindZone单位不吃风的力
|
||||
"excludeForces": [
|
||||
"WindZoneType",
|
||||
"AirflowType",
|
||||
"RiseType",
|
||||
"SpeedupType",
|
||||
"AirflowAccType"
|
||||
]
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "Ability_01",
|
||||
|
||||
"abilityName": "DropLight_Crash02"
|
||||
}
|
||||
]
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//重力水机关
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
"GearWater": {
|
||||
"$type": "ConfigGadget",
|
||||
"field": {
|
||||
"concernType": "AllExcludeGWGO",
|
||||
"shape": "CircleR2", //形状,不填为collider
|
||||
"checkInterval": 0.5, //触发间隔
|
||||
"triggerInfinite": true, //是否永远触发
|
||||
"lifeInfinite": true, //如果未触发是否一致存在
|
||||
"overwriteCampType": true,
|
||||
"campType": "All"
|
||||
},
|
||||
"keepModifierOutSight": true,
|
||||
"combat": {
|
||||
"property": {
|
||||
"useCreatorProperty": false,
|
||||
"HP": 99999,
|
||||
"attack": 20,
|
||||
"defense": 0,
|
||||
"weight": 50,
|
||||
"isInvincible": false,
|
||||
"isLockHP": true,
|
||||
"isGhostToAllied": false,
|
||||
"isGhostToEnemy": false,
|
||||
"canTriggerBullet": true
|
||||
},
|
||||
"combatLock": {
|
||||
"denyLockOn": true,
|
||||
"lockType": "Gadget_Lv1"
|
||||
},
|
||||
"beHit": {
|
||||
"hitBloodEffect": "",
|
||||
"hitAutoRedirect": false,
|
||||
"muteAllHit": false,
|
||||
"muteAllHitEffect": false,
|
||||
"muteAllHitText": true
|
||||
}
|
||||
},
|
||||
"misc": {
|
||||
"bornState": "Default",
|
||||
"gear": {
|
||||
"startElemType": "Water",
|
||||
"gearType": "None"
|
||||
}
|
||||
},
|
||||
"abilities": [
|
||||
{
|
||||
"abilityID": "GearWater_Interact",
|
||||
|
||||
"abilityName": "GearWater_Interact"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user