Skip to content

[lua] [sql] ENM Fire in the Sky#9459

Merged
Xaver-DaRed merged 1 commit into
LandSandBoat:basefrom
Skold177:Fire-in-the-Sky2
Feb 15, 2026
Merged

[lua] [sql] ENM Fire in the Sky#9459
Xaver-DaRed merged 1 commit into
LandSandBoat:basefrom
Skold177:Fire-in-the-Sky2

Conversation

@Skold177
Copy link
Copy Markdown
Contributor

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my PR will be ignored.
  • I understand I should leave resolving conversations to the LandSandBoat team so that reviewers won't miss what was said.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have tested my code and the things my code has changed since the last commit in the PR and will test after any later commits.

What does this pull request do?

Adds the ENM Fire in the Sky

  • Razon picks 2 random elements to trigger self destructs
  • If Razon takes elemental damage from one of the two elements, it self-destructs with the matching colored animation cloud
  • Razon self-destructs on its' own @ 66% and 33% HP, if these self-destructs are triggered they do 0 damage
  • If final self-destruct is triggered from elemental damage, immediately explodes for massive damage and kicks all players out of the battlefield
  • Corrects HP
  • Adds missing immunities (just bind)
  • Adds 40 yalm magic aggro radius

JP Wiki

https://wiki.ffo.jp/html/4010.html

Captures

https://www.youtube.com/watch?v=0Gpt8bv4sas&t=163s - Shows loss

https://youtu.be/AXWlC4rfXFk
https://1drv.ms/u/c/87e665e10555c452/EYCX9K5u7A1ElPKlSBeVeKMBaGPRY5lr4YvzRRVbCyyRKA?e=UfYvr7

https://youtu.be/DQzkxzF5pDg
https://1drv.ms/u/c/87e665e10555c452/ESIJRERyfOdGlTGYEeC3C-UBXN8nLAgPu5YkBYEVhJ6cgA?e=Qagwpl

https://youtu.be/WqnoCflS1m8
https://1drv.ms/u/c/87e665e10555c452/EXNuXYWpdi1Hp4ss8MPx4AoBciEyktTfBqnZqBOosBUE3w?e=7n8u0a

https://youtu.be/A-vNcHiWjVs
https://1drv.ms/u/s!AlLEVQXhZeaHgQaN4gFgrV84-wwc?e=pAJyGt

https://youtu.be/BDdjfpGZI9A
https://www.dropbox.com/scl/fi/5qo7nz6vuemytj6yzs5rg/ENM-Fire-in-the-Sky-W-RDM.zip?rlkey=kpsuhn7flu10cvtuid42om2pt&dl=0

Steps to test these changes

Run fire in the Sky

@Skold177 Skold177 force-pushed the Fire-in-the-Sky2 branch 2 times, most recently from 026d483 to 264999d Compare February 14, 2026 23:39
local damage = math.floor(mob:getHP() / 3)

if mob:getPool() == xi.mobPool.RAZON then
damage = mob:getMaxHP() / 3 * 1.5
Copy link
Copy Markdown
Contributor

@Xaver-DaRed Xaver-DaRed Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damage = math.floor(mob:getMaxHP() / 2)

local damage = math.floor(mob:getHP() / 3)

if mob:getPool() == xi.mobPool.RAZON then
damage = mob:getMaxHP() / 3
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`damage = math.floor(mob:getMaxHP() / 3)

Comment thread scripts/enum/mob_skill.lua Outdated

SELF_DESTRUCT_CLUSTER_RAZON = 1470,

DEADALUS_WING_COP_PRISHE = 1487, -- Dwing COP 8-4 Dawn
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of order. This 2 are in the 1400s and are between 1500s

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of order. This 2 are in the 1400s and are between 1500s

Had this one cooking in drafts a bit too long, fixed

@Skold177 Skold177 force-pushed the Fire-in-the-Sky2 branch 3 times, most recently from 8b7d8e1 to 501c4b3 Compare February 15, 2026 00:10
Implements the ENM Fire in the Sky
@Xaver-DaRed Xaver-DaRed merged commit b0f00e2 into LandSandBoat:base Feb 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants