mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Add class+job groups and ACN/SMN/SCH to available job groups.
This commit is contained in:
parent
f6bdcda2fd
commit
36d87fb148
1 changed files with 13 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ public static class GameData
|
||||||
|
|
||||||
return idx switch
|
return idx switch
|
||||||
{
|
{
|
||||||
|
// Single jobs
|
||||||
91 => true,
|
91 => true,
|
||||||
92 => true,
|
92 => true,
|
||||||
96 => true,
|
96 => true,
|
||||||
|
|
@ -53,6 +54,18 @@ public static class GameData
|
||||||
159 => true,
|
159 => true,
|
||||||
180 => true,
|
180 => true,
|
||||||
181 => true,
|
181 => true,
|
||||||
|
|
||||||
|
// Class + Job
|
||||||
|
38 => true,
|
||||||
|
41 => true,
|
||||||
|
44 => true,
|
||||||
|
47 => true,
|
||||||
|
50 => true,
|
||||||
|
53 => true,
|
||||||
|
55 => true,
|
||||||
|
69 => true,
|
||||||
|
68 => true,
|
||||||
|
93 => true,
|
||||||
_ => false,
|
_ => false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue