Fix item sheets + add logo/picture
All checks were successful
Release Creation / build (release) Successful in 54s
All checks were successful
Release Creation / build (release) Successful in 54s
This commit is contained in:
@@ -10,7 +10,7 @@ export const ASCII = `
|
||||
export const PERK_ROLES = {
|
||||
"abbetor": { id: "abbetor", label: "Abbetor" },
|
||||
"blade": { id: "blade", label: "Blade" },
|
||||
"gunner": { id: "gunner", label: "Gunner" },
|
||||
"gunslinger": { id: "gunslinger", label: "Gunslinger" },
|
||||
"malefic": { id: "malefic", label: "Malefic" },
|
||||
"mastermind": { id: "mastermind", label: "Mastermind" },
|
||||
"sentinel": { id: "sentinel", label: "Sentinel" },
|
||||
@@ -39,7 +39,7 @@ export const MALEFICA_LEVELS = {
|
||||
"1": { id: "1", label: "Level 1" },
|
||||
"2": { id: "2", label: "Level 2" },
|
||||
"3": { id: "3", label: "Level 3" },
|
||||
"highpowers": { id: "highpowers", label: "High Powers" },
|
||||
"highpowers": { id: "highpowers", label: "High Power" },
|
||||
}
|
||||
|
||||
export const WEAPON_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user