Skip to content

Commit 0743a87

Browse files
authored
Archetype constants updates
Added ones for "Magnet" and "Magnet Warrior Σ" + adjusted the "Warrior" related ones accordingly: SET_MAGNET = 0x1066 SET_WARRIOR = 0x2066 SET_MAGNET_WARRIOR = 0x3066 SET_SYMPHONIC_WARRIOR = 0x6066 SET_MAGNET_WARRIOR_SIGMA = 0xb066
1 parent 04f0f8d commit 0743a87

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

archetype_setcode_constants.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,11 @@ SET_TOON = 0x62
157157
SET_REACTOR = 0x63
158158
SET_HARPIE = 0x64
159159
SET_INFESTATION = 0x65
160-
SET_WARRIOR = 0x66
161-
SET_SYMPHONIC_WARRIOR = 0x1066
162-
SET_MAGNET_WARRIOR = 0x2066
160+
SET_MAGNET = 0x1066
161+
SET_WARRIOR = 0x2066
162+
SET_MAGNET_WARRIOR = 0x3066
163+
SET_SYMPHONIC_WARRIOR = 0x6066
164+
SET_MAGNET_WARRIOR_SIGMA = 0xb066
163165
SET_HIERATIC = 0x69
164166
SET_BUTTERSPY = 0x6a
165167
SET_BOUNZER = 0x6b

0 commit comments

Comments
 (0)