mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
144 lines
3.5 KiB
JSON
144 lines
3.5 KiB
JSON
{
|
|
"StatusConfig": {
|
|
"Attack": {
|
|
"Value": 3
|
|
},
|
|
"HP": {
|
|
"Value": 2
|
|
}
|
|
},
|
|
"Talks": {
|
|
"TalkConfigs": [
|
|
{
|
|
"$type": "RPG.GameCore.ChimeraTalk",
|
|
"TalkConfig": {
|
|
"$type": "RPG.GameCore.ChimeraTalkContent",
|
|
"ChimeraTalkContentID": 101208
|
|
},
|
|
"Conditions": [
|
|
{
|
|
"Type": "Like",
|
|
"Params": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ChimeraTalk",
|
|
"TalkConfig": {
|
|
"$type": "RPG.GameCore.ChimeraTalkContent",
|
|
"ChimeraTalkContentID": 101209
|
|
},
|
|
"Conditions": [
|
|
{
|
|
"Type": "UndoLike",
|
|
"Params": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ChimeraTalk",
|
|
"TalkConfig": {
|
|
"$type": "RPG.GameCore.ChimeraTalkContent",
|
|
"ChimeraTalkContentID": 101323
|
|
},
|
|
"Conditions": [
|
|
{
|
|
"Type": "UseAbility",
|
|
"Params": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ChimeraTalk",
|
|
"TalkConfig": {
|
|
"$type": "RPG.GameCore.ChimeraTalkContent",
|
|
"ChimeraTalkContentID": 101332
|
|
},
|
|
"Conditions": [
|
|
{
|
|
"Type": "JoinTeam",
|
|
"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": "Chimera_101hit",
|
|
"NextProgress": {
|
|
"$type": "RPG.GameCore.ChimeraBattleShowBubbleTalk",
|
|
"Target": {
|
|
"Target": "Self"
|
|
},
|
|
"TalkAttachPoint": "TalkPop",
|
|
"TalkContents": [
|
|
{
|
|
"$type": "RPG.GameCore.ChimeraTalkContent",
|
|
"ChimeraTalkContentID": 101323
|
|
}
|
|
],
|
|
"ShowTime": 1.2
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |