mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
fix ifrit nail kill not pushing ifrit hellfire;
This commit is contained in:
parent
d0cd9c4947
commit
33a8212f0c
1 changed files with 35 additions and 8 deletions
|
@ -105,10 +105,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
"battleTalkId": 2939,
|
"battleTalkId": 2601,
|
||||||
"handlerActorName": "Ifrit",
|
"handlerActorName": "Ifrit",
|
||||||
"kind": 1,
|
"kind": 2,
|
||||||
"nameId": 2961,
|
"nameId": 1185,
|
||||||
"params": [
|
"params": [
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
|
@ -219,10 +219,10 @@
|
||||||
"timepoints": [
|
"timepoints": [
|
||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
"battleTalkId": 2939,
|
"battleTalkId": 2602,
|
||||||
"handlerActorName": "Ifrit",
|
"handlerActorName": "Ifrit",
|
||||||
"kind": 1,
|
"kind": 2,
|
||||||
"nameId": 2961,
|
"nameId": 1185,
|
||||||
"params": [
|
"params": [
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
|
@ -458,6 +458,33 @@
|
||||||
"type": "idle"
|
"type": "idle"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"id": 9,
|
||||||
|
"name": "Nail death",
|
||||||
|
"timepoints": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"conditionId": 5,
|
||||||
|
"conditionStr": "If Ifrit has 0% < HP < 50%, push Ifrit->Nail Spawn",
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"description": "",
|
||||||
|
"duration": 0,
|
||||||
|
"type": "setCondition"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"conditionId": 8,
|
||||||
|
"conditionStr": "If Ifrit state is Combat, push Ifrit->Hellfire",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"description": "",
|
||||||
|
"duration": 0,
|
||||||
|
"type": "setCondition"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subactors": [],
|
"subactors": [],
|
||||||
|
@ -725,7 +752,7 @@
|
||||||
"rot": 0
|
"rot": 0
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"duration": 200,
|
"duration": 0,
|
||||||
"type": "setPos"
|
"type": "setPos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -992,7 +1019,7 @@
|
||||||
"sourceActor": "Ifrit Nail 1"
|
"sourceActor": "Ifrit Nail 1"
|
||||||
},
|
},
|
||||||
"targetActor": "Ifrit",
|
"targetActor": "Ifrit",
|
||||||
"targetPhase": "Hellfire"
|
"targetPhase": "Nail death"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"condition": "combatState",
|
"condition": "combatState",
|
||||||
|
|
Loading…
Add table
Reference in a new issue