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

99 lines
2.1 KiB
JSON

{
"AbilityConfig": {
"DisplayID": 1202,
"Abilities": [
{
"$type": "RPG.GameCore.ChimeraAbility",
"PerformanceJsonPath": "Config/Gameplays/Chimera/Ability/Chimera_Ability_202.json",
"Modifiers": [
{
"Target": {
"Target": "TriggerAbilityTarget"
},
"Tag": "Buff",
"Params": [
{
"Type": "ChangeAttack",
"Params": [
{
"Value": 5
}
]
}
]
}
],
"TriggerCondition": {
"Target": "OtherTeammate",
"OnWhichAction": "AfterWorkFinish",
"Params": []
},
"ExtraCondition": {}
}
]
},
"StatusConfig": {
"Attack": {
"Value": 1
},
"HP": {
"Value": 1
}
},
"Talks": {
"TalkConfigs": [
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101314
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013142
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013143
},
"Conditions": [
{
"Type": "OnMemberDead",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraEmojiID": 3
},
"Conditions": [
{
"Type": "OnMemberDead",
"Params": []
}
]
}
]
}
}