Files
turnbasedgamedata/Config/Gameplays/Chimera/ChimeraConfig_116.json
2025-02-24 07:50:34 -03:00

166 lines
3.9 KiB
JSON

{
"AbilityConfig": {
"DisplayID": 1116,
"Abilities": [
{
"$type": "RPG.GameCore.ChimeraAbility",
"PerformanceJsonPath": "Config/Gameplays/Chimera/Ability/Chimera_Ability_116_2.json",
"Modifiers": [
{
"Target": {
"Prefix": "AllExceptBehind",
"Target": "OtherTeammate"
},
"Tag": "Buff",
"Params": [
{
"Type": "ChangeHP",
"Params": [
{
"Value": 8
}
]
}
]
},
{
"Target": {
"Prefix": "Behind",
"Target": "OtherTeammate"
},
"Params": [
{
"Type": "BringTeammateOut",
"Params": [
{
"Value": 1
}
]
}
]
}
],
"TriggerCondition": {
"Target": "Self",
"OnWhichAction": "BeforeChimeraDead",
"Params": []
},
"ExtraCondition": {
"Prefix": "Has",
"Target": "Behind"
}
}
]
},
"StatusConfig": {
"Attack": {
"Value": 1
},
"HP": {
"Value": 1
}
},
"Talks": {
"TalkConfigs": [
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101269
},
"Conditions": [
{
"Type": "NewMemberGet",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101268
},
"Conditions": [
{
"Type": "JoinTeam",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101271
},
"Conditions": [
{
"Type": "Like",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101272
},
"Conditions": [
{
"Type": "UndoLike",
"Params": []
}
]
}
]
},
"EventHandlers": {
"Handlers": [
{
"Content": "GET_BUFF",
"NextProgress": {
"$type": "RPG.GameCore.ChimeraFireEffect",
"AnchorName": "BuffAdd",
"EffectPath": "Effects/Eff_Prefab/Eff_ActivityProp/Eff_ActivityProp_Chimera/Eff_ActivityProp_Chimera_Buff_Intensify.prefab",
"Target": {
"Target": "Self"
}
}
},
{
"Content": "GET_DEBUFF",
"NextProgress": {
"$type": "RPG.GameCore.ChimeraFireEffect",
"AnchorName": "BuffAdd",
"EffectPath": "Effects/Eff_Prefab/Eff_ActivityProp/Eff_ActivityProp_Chimera/Eff_ActivityProp_Chimera_Buff_Weaken.prefab",
"Target": {
"Target": "Self"
}
}
},
{
"Content": "GET_BADCAKE",
"NextProgress": {
"$type": "RPG.GameCore.ChimeraWaitSecond",
"WaitTime": 0.3,
"NextProgress": {
"$type": "RPG.GameCore.ChimeraBattleShowBubbleTalk",
"Target": {
"Target": "Self"
},
"TalkAttachPoint": "TalkPop",
"TalkContents": [
{
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraEmojiID": 1
}
],
"ShowTime": 2
}
}
}
]
}
}