2022-04-23 07:55:31 +05:30

145 lines
3.8 KiB
JSON

[
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Gadget_Guide_Paimon_Disappear",
"onAbilityStart": [
{
"$type": "MoleMole.Config.GuidePaimonDisappearEnd"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Gadget_Guide_Paimon_Eff",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"Born"
],
"modifierName": "Appear_Eff"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"Disappear"
],
"modifierName": "Disappear_Eff"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"NormalMove",
"Show",
"Anger",
"Guide",
"Hope",
"Wave"
],
"modifierName": "Move_Eff"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"Domagic"
],
"modifierName": "Domagic_Eff"
}
],
"modifiers": {
"Appear_Eff": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_NPC_Kanban_Paimon_Appear"
}
}
]
},
"Disappear_Eff": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_NPC_Kanban_Paimon_Disappear_01"
}
},
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_NPC_Kanban_Paimon_Disappear_02"
}
}
]
},
"Move_Eff": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_NPC_Kanban_Paimon_Standby"
}
}
]
},
"Domagic_Eff": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_NPC_Kanban_Paimon_Domagic"
}
},
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_NPC_Kanban_Paimon_Domagic_01"
}
},
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_NPC_Kanban_Paimon_Domagic_02"
}
}
]
}
}
}
}
]