Skip to content

Commit

Permalink
+ buff id pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenkai committed Jan 14, 2025
1 parent 816ca69 commit bb49d75
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 26 deletions.
52 changes: 51 additions & 1 deletion docs/resources/player/buff_ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ hide:

# :material-account-arrow-up: Buff IDs

!!! warning

* Many of the hashes are hardcoded in the executable.
* Rows are also present in the `status` [table](../../tables/table_database.md).

Used by:

* :material-account-cog: Character Action Parameters (`system/player/data/{id}/{id}_action`)
Expand All @@ -21,4 +26,49 @@ Used by:

These will only work for the specified characters.

{{ read_csv('buff_ids_specific.csv') }}
{{ read_csv('buff_ids_specific.csv') }}

### Sound Files

Part of the Wwise `core.bnk`. `core_status_{em/pl}_{s/m/l}_{name}_{start/end/dot}`, Example: `core_status_em_m_stun_start`

Will match from `status` table.

```
0 = "atkup"
1 = "defup"
2 = "atkdown"
3 = "defdown"
4 = "damagecut"
5 = "regeneration"
6 = "muteki"
7 = "tsuigeki"
8 = "hyperarmor"
9 = "illusion"
10 = "protect"
11 = "protected"
17 = "antidebuff"
18 = "drain"
20 = "guts"
21 = "strength"
22 = "gyakkyou"
23 = "criticalup"
24 = "hateup"
25 = "autorevive"
26 = "magicvortex"
27 = "concentration"
28 = "ironmeiden"
29 = "idodragon"
30 = "idosuper"
31 = "undead"
33 = "phantasmagoria"
36 = "em1806"
37 = "maxhpdown"
38 = "doubletap"
39 = "uniqueguts"
41 = "barrier"
42 = "dmgup"
43 = "sharpshoot"
44 = "senrai"
45 = "pl2100super"
```
50 changes: 25 additions & 25 deletions docs/resources/player/debuff_ailment_ids.csv
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
Name,Category,Hash,Hash (Decimal),Id
?,1,`0x3A104097`,`974143639`,0
Burn,1,`0x10D25D5C`,`282221916`,1
Dizzy,1,`0xB6F49156`,`-1225485994`,2
Held Under,1,`0xF6533F8E`,`-162316402`,3
Frostbite,1,`0xCE8AF003`,`-829755389`,4
Sandtomb,1,`0x47BB7C64`,`1203469412`,5
?,1,`0xD64D3367`,`-699583641`,6
?,1,`0xC0C1D535`,`-1061038795`,7
Paralysis,1,`0xB1508E3D`,`-1320120771`,8
Poison,1,`0x5320CE6F`,`1394658927`,9
Slow,1,`0x70873185`,`1887908229`,10
Darkflame,1,`0x993235CA`,`-1724762678`,11
?,1,`0x034CB30B`,`55358219`,12
?,1,`0x8EB687C9`,`-1900640311`,13
?,1,`0x0F0FC8B5`,`252692661`,14
Glaciate,1,`0x35ABCF81`,`900452225`,15
Bound,1,`0x62375707`,`1647793927`,16
Skill Sealed,1,`0x29635228`,`694374952`,17
SBA Sealed,1,`0x37E7BA96`,`937933462`,18
Blight,1,`0x61B1700D`,`1639018509`,19
Fear,1,`0xF67874A6`,`-159877978`,20
Arvess Fermare,1,`0xF816D1FD`,`-132722179`,21
Ethereal Prison,1,`0xC9932485`,`-913103739`,22
Debuff Extension,1,`0x48841219`,`1216614937`,23
Name,Category,Hash,Hash (Decimal),Id,`status` Id (?),Sound File/Id
?,1,`0x3A104097`,`974143639`,0,?,?
Burn,1,`0x10D25D5C`,`282221916`,1,1001,`burn`
Dizzy,1,`0xB6F49156`,`-1225485994`,2,1003,`stun`
Held Under,1,`0xF6533F8E`,`-162316402`,3,1008,`waterprison`
Frostbite,1,`0xCE8AF003`,`-829755389`,4,1005,`frostbite`
Sandtomb,1,`0x47BB7C64`,`1203469412`,5,1006,`sandman`
?,1,`0xD64D3367`,`-699583641`,6,?,?
?,1,`0xC0C1D535`,`-1061038795`,7,?,?
Paralysis,1,`0xB1508E3D`,`-1320120771`,8,1007,`paralysis`
Poison,1,`0x5320CE6F`,`1394658927`,9,1000,`poison`
Slow,1,`0x70873185`,`1887908229`,10,1002,`slow`
Darkflame,1,`0x993235CA`,`-1724762678`,11,1011,`darkburn`
?,1,`0x034CB30B`,`55358219`,12,?,?
?,1,`0x8EB687C9`,`-1900640311`,13,?,?
?,1,`0x0F0FC8B5`,`252692661`,14,?,?
Glaciate,1,`0x35ABCF81`,`900452225`,15,1004,`freeze`
Bound,1,`0x62375707`,`1647793927`,16,1012,?
Skill Sealed,1,`0x29635228`,`694374952`,17,1016,`disableability`
SBA Sealed,1,`0x37E7BA96`,`937933462`,18,1017,`disableougi`
Blight,1,`0x61B1700D`,`1639018509`,19,1018,`darkpoison`
Fear,1,`0xF67874A6`,`-159877978`,20,1019,`fear`
Arvess Fermare,1,`0xF816D1FD`,`-132722179`,21,1020,`arvessfermare`
Ethereal Prison,1,`0xC9932485`,`-913103739`,22,?,?
Debuff Extension,1,`0x48841219`,`1216614937`,23,1022,`debufftimeextend`
ATK Down,2,`0xD21EADD5`,`-769741355`,<none>
Def Down,2,`0xE7C92715`,`-406247659`,<none>
?,2,`0xBD5E4FDD`,`-1117892643`,<none>
Expand Down
5 changes: 5 additions & 0 deletions docs/resources/player/debuff_ailment_ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ hide:

# :material-account-arrow-down: Debuffs

!!! warning

* Many of the hashes/ids are hardcoded in the executable.
* Rows are also present in the `status` [table](../../tables/table_database.md).

## Category
*Used by:*

Expand Down

0 comments on commit bb49d75

Please sign in to comment.