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

127 lines
3.0 KiB
JSON

{
"StatusConfig": {
"Attack": {
"Value": 1
},
"HP": {
"Value": 16
}
},
"Talks": {
"TalkConfigs": [
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101235
},
"Conditions": [
{
"Type": "JoinTeam",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101236
},
"Conditions": [
{
"Type": "NewMemberGet",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101237
},
"Conditions": [
{
"Type": "Like",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101238
},
"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
}
}
},
{
"Content": "GET_BOSSEND",
"NextProgress": {
"$type": "RPG.GameCore.ChimeraWaitSecond",
"WaitTime": 1,
"NextProgress": {
"$type": "RPG.GameCore.PlayChimeraAnimation",
"Anim": "Howl",
"Target": {
"Target": "Self"
}
}
}
}
]
}
}