First iteration over items
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Class configuration for Prism RPG
|
||||
*/
|
||||
|
||||
export const ARCHETYPE = {
|
||||
faith: "PRISMRPG.Class.Archetype.faith",
|
||||
mana: "PRISMRPG.Class.Archetype.mana",
|
||||
wanderer: "PRISMRPG.Class.Archetype.wanderer",
|
||||
warrior: "PRISMRPG.Class.Archetype.warrior"
|
||||
}
|
||||
|
||||
export const CLASS_TYPE = {
|
||||
core: "PRISMRPG.Class.ClassType.core",
|
||||
continental: "PRISMRPG.Class.ClassType.continental"
|
||||
}
|
||||
|
||||
export const SPELLCASTING_TYPE = {
|
||||
mana: "PRISMRPG.Class.SpellcastingType.mana",
|
||||
faith: "PRISMRPG.Class.SpellcastingType.faith"
|
||||
}
|
||||
Reference in New Issue
Block a user