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

165 lines
3.7 KiB
JSON

{
"AbilityConfig": {
"DisplayID": 1203,
"Abilities": [
{
"$type": "RPG.GameCore.ChimeraAbility",
"PerformanceJsonPath": "Config/Gameplays/Chimera/Ability/Chimera_Ability_201.json",
"Modifiers": [
{
"Target": {
"Target": "OtherTeammate"
},
"Tag": "Buff",
"Params": [
{
"Type": "ChangeAttack",
"Params": [
{
"Value": 2
}
]
}
]
}
],
"TriggerCondition": {
"OnWhichAction": "OnGameStart",
"Params": []
},
"ExtraCondition": {}
},
{
"$type": "RPG.GameCore.ChimeraAbility",
"PerformanceJsonPath": "Config/Gameplays/Chimera/Ability/Chimera_Ability_203.json",
"Modifiers": [
{
"Target": {
"Target": "TriggerAbilityTarget"
},
"Tag": "Buff",
"Params": [
{
"Type": "ChangeAttack",
"Params": [
{
"Value": 1
}
]
}
]
}
],
"TriggerCondition": {
"Target": "OtherTeammate",
"OnWhichAction": "AfterSpeAttack",
"Params": []
},
"ExtraCondition": {}
}
]
},
"StatusConfig": {
"Attack": {
"Value": 1
},
"HP": {
"Value": 1
}
},
"Talks": {
"TalkConfigs": [
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101315
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013152
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013153
},
"Conditions": [
{
"Type": "OnFinishWork",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013154
},
"Conditions": [
{
"Type": "OnMemberDead",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013155
},
"Conditions": [
{
"Type": "OnMemberDead",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraEmojiID": 4
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraEmojiID": 4
},
"Conditions": [
{
"Type": "OnFinishWork",
"Params": []
}
]
}
]
}
}