2021-07-08 10:12:12 +02:00
|
|
|
export const System = {};
|
|
|
|
|
|
|
|
System.label = "Barbarians of Lemuria";
|
|
|
|
System.name = "bol";
|
|
|
|
System.rootPath = "/systems/" + System.name;
|
|
|
|
System.dataPath = System.rootPath + "/data";
|
|
|
|
System.templatesPath = System.rootPath + "/templates";
|
|
|
|
System.debugMode = true;
|
|
|
|
|
|
|
|
export const BOL = {};
|
|
|
|
|
2021-12-24 04:51:14 +01:00
|
|
|
BOL.damageValues = {
|
2022-01-19 21:57:34 +01:00
|
|
|
"1": "1",
|
|
|
|
"2": "2",
|
|
|
|
"3": "3",
|
2021-12-24 04:51:14 +01:00
|
|
|
"d3" : "d3",
|
|
|
|
"d6M" : "d6M (Malus)",
|
|
|
|
"d6" : "d6",
|
|
|
|
"d6B" : "d6B (Bonus)",
|
|
|
|
"d6BB" : "d6B + dé bonus",
|
|
|
|
}
|
|
|
|
|
2022-01-09 20:00:11 +01:00
|
|
|
BOL.damageMultiplier = {
|
|
|
|
"1": "x1",
|
|
|
|
"2": "x2",
|
|
|
|
"3": "x3",
|
|
|
|
"4": "x4",
|
|
|
|
}
|
|
|
|
|
2022-01-23 09:25:09 +01:00
|
|
|
BOL.spellType = {
|
|
|
|
"0": "BOL.spellItem.charm",
|
|
|
|
"1": "BOL.spellItem.circle1",
|
|
|
|
"2": "BOL.spellItem.circle2",
|
|
|
|
"3": "BOL.spellItem.circle3"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.alchemyType = {
|
|
|
|
"common": "BOL.alchemyItem.common",
|
|
|
|
"scarce": "BOL.alchemyItem.scarce",
|
|
|
|
"legend": "BOL.alchemyItem.legend",
|
|
|
|
"mythic": "BOL.alchemyItem.mythic",
|
|
|
|
}
|
|
|
|
|
2021-12-24 16:06:26 +01:00
|
|
|
BOL.equipmentSlots = {
|
|
|
|
"none" : "BOL.equipmentSlots.none",
|
|
|
|
"head" : "BOL.equipmentSlots.head",
|
|
|
|
"neck" : "BOL.equipmentSlots.neck",
|
|
|
|
"shoulders" : "BOL.equipmentSlots.shoulders",
|
|
|
|
"body" : "BOL.equipmentSlots.body",
|
|
|
|
"rhand" : "BOL.equipmentSlots.rhand",
|
|
|
|
"lhand" : "BOL.equipmentSlots.lhand",
|
|
|
|
"2hands" : "BOL.equipmentSlots.2hands",
|
|
|
|
"rarm" : "BOL.equipmentSlots.rarm",
|
|
|
|
"larm" : "BOL.equipmentSlots.larm",
|
|
|
|
"chest" : "BOL.equipmentSlots.chest",
|
|
|
|
"belt" : "BOL.equipmentSlots.belt",
|
|
|
|
"legs" : "BOL.equipmentSlots.legs",
|
|
|
|
"feet" : "BOL.equipmentSlots.feet",
|
|
|
|
"finder" : "BOL.equipmentSlots.finder",
|
|
|
|
"ear" : "BOL.equipmentSlots.ear"
|
|
|
|
}
|
|
|
|
|
2021-12-24 04:51:14 +01:00
|
|
|
BOL.armorQualities = {
|
|
|
|
"none" : "BOL.armorQuality.none",
|
|
|
|
"light" : "BOL.armorQuality.light",
|
|
|
|
"lightQ" : "BOL.armorQuality.lightQ",
|
|
|
|
"lightSup" : "BOL.armorQuality.lightSup",
|
|
|
|
"lightLeg" : "BOL.armorQuality.lightLeg",
|
|
|
|
"medium" : "BOL.armorQuality.medium",
|
|
|
|
"mediumQ" : "BOL.armorQuality.mediumQ",
|
|
|
|
"mediumSup" : "BOL.armorQuality.mediumSup",
|
|
|
|
"mediumLeg" : "BOL.armorQuality.mediumLeg",
|
|
|
|
"heavy" : "BOL.armorQuality.heavy",
|
|
|
|
"heavyQ" : "BOL.armorQuality.heavyQ",
|
|
|
|
"heavySup" : "BOL.armorQuality.heavySup",
|
|
|
|
"heavyLeg" : "BOL.armorQuality.heavyLeg"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.soakFormulas = {
|
|
|
|
"none" : "0",
|
|
|
|
"light" : "1d6-3",
|
|
|
|
"lightQ" : "1d6r1-3",
|
|
|
|
"lightSup" : "1d6-2",
|
|
|
|
"lightLeg" : "2d6kh1-2",
|
|
|
|
"medium" : "1d6-2",
|
|
|
|
"mediumQ" : "1d6r1-2",
|
|
|
|
"mediumSup" : "1d6-1",
|
|
|
|
"mediumLeg" : "2d6kh1-1",
|
|
|
|
"heavy" : "1d6-1",
|
|
|
|
"heavyQ" : "1d6r1-1",
|
|
|
|
"heavySup" : "1d6",
|
|
|
|
"heavyLeg" : "2d6kh1"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.attackAttributes = {
|
|
|
|
"vigor" : "BOL.attributes.vigor",
|
|
|
|
"agility" : "BOL.attributes.agility",
|
|
|
|
"mind" : "BOL.attributes.mind",
|
|
|
|
"appeal" : "BOL.attributes.appeal"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.attackAptitudes = {
|
|
|
|
"melee" : "BOL.aptitudes.melee",
|
|
|
|
"ranged" : "BOL.aptitudes.ranged"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.aptitudes = {
|
|
|
|
"melee" : "BOL.aptitudes.melee",
|
|
|
|
"ranged" : "BOL.aptitudes.ranged",
|
|
|
|
"init" : "BOL.aptitudes.init",
|
|
|
|
"def" : "BOL.aptitudes.def"
|
|
|
|
}
|
|
|
|
|
2022-01-05 22:46:26 +01:00
|
|
|
BOL.weaponSizes = {
|
|
|
|
"unarmed" : "BOL.weaponSize.unarmed",
|
|
|
|
"improvised" : "BOL.weaponSize.improvised",
|
|
|
|
"light" : "BOL.weaponSize.light",
|
|
|
|
"medium" : "BOL.weaponSize.medium",
|
|
|
|
"heavy" : "BOL.weaponSize.heavy"
|
|
|
|
}
|
|
|
|
|
2021-12-24 04:51:14 +01:00
|
|
|
BOL.damageAttributes = {
|
2022-01-05 22:46:26 +01:00
|
|
|
"zero" : "0",
|
2021-12-24 04:51:14 +01:00
|
|
|
"vigor" : "BOL.attributes.vigor",
|
2022-01-05 22:46:26 +01:00
|
|
|
"half-vigor" : "BOL.attributes.halfvigor"
|
2021-12-24 04:51:14 +01:00
|
|
|
}
|
2021-07-08 10:12:12 +02:00
|
|
|
|
|
|
|
BOL.itemCategories = {
|
2021-11-07 20:23:02 +01:00
|
|
|
"equipment" : "BOL.itemCategory.equipment",
|
2022-01-05 22:46:26 +01:00
|
|
|
"capacity" : "BOL.itemCategory.capacity",
|
2021-11-07 20:23:02 +01:00
|
|
|
"spell" : "BOL.itemCategory.spell",
|
2022-01-23 09:25:09 +01:00
|
|
|
"alchemy" : "BOL.itemCategory.alchemy",
|
2021-11-07 20:23:02 +01:00
|
|
|
"vehicle" : "BOL.itemCategory.vehicle",
|
|
|
|
"other" : "BOL.itemCategory.other"
|
|
|
|
}
|
|
|
|
|
2021-12-24 04:51:14 +01:00
|
|
|
BOL.itemSubtypes = {
|
|
|
|
"armor" : "BOL.equipmentCategory.armor",
|
2021-11-07 20:23:02 +01:00
|
|
|
"weapon" : "BOL.equipmentCategory.weapon",
|
2021-12-24 04:51:14 +01:00
|
|
|
"shield" : "BOL.equipmentCategory.shield",
|
|
|
|
"helm" : "BOL.equipmentCategory.helm",
|
2021-11-07 20:23:02 +01:00
|
|
|
"jewel" : "BOL.equipmentCategory.jewel",
|
|
|
|
"scroll" : "BOL.equipmentCategory.scroll",
|
|
|
|
"container" : "BOL.equipmentCategory.container",
|
2021-12-24 04:51:14 +01:00
|
|
|
"ammunition" : "BOL.equipmentCategory.ammunition",
|
2021-11-07 20:23:02 +01:00
|
|
|
"currency" : "BOL.equipmentCategory.currency",
|
|
|
|
"other" : "BOL.equipmentCategory.other"
|
|
|
|
}
|
|
|
|
|
2021-12-24 16:06:26 +01:00
|
|
|
BOL.vehicleSubtypes = {
|
|
|
|
"mount" : "BOL.vehicleCategory.mount",
|
|
|
|
"flying" : "BOL.vehicleCategory.flying",
|
|
|
|
"boat" : "BOL.vehicleCategory.boat",
|
|
|
|
"other" : "BOL.vehicleCategory.other"
|
|
|
|
}
|
|
|
|
|
|
|
|
// BOL.equipmentCategories = {
|
|
|
|
// "armor" : "BOL.equipmentCategory.armor",
|
|
|
|
// "weapon" : "BOL.equipmentCategory.weapon",
|
|
|
|
// "shield" : "BOL.equipmentCategory.shield",
|
|
|
|
// "helm" : "BOL.equipmentCategory.helm",
|
|
|
|
// "jewel" : "BOL.equipmentCategory.jewel",
|
|
|
|
// "scroll" : "BOL.equipmentCategory.scroll",
|
|
|
|
// "container" : "BOL.equipmentCategory.container",
|
|
|
|
// "ammunition" : "BOL.equipmentCategory.ammunition",
|
|
|
|
// "currency" : "BOL.equipmentCategory.currency",
|
|
|
|
// "other" : "BOL.equipmentCategory.other"
|
|
|
|
// }
|
|
|
|
|
2021-11-08 14:40:29 +01:00
|
|
|
BOL.protectionCategories = {
|
2021-11-07 20:23:02 +01:00
|
|
|
"armor" : "BOL.protectionCategory.armor",
|
|
|
|
"shield" : "BOL.protectionCategory.shield",
|
|
|
|
"helm" : "BOL.protectionCategory.helm",
|
|
|
|
"other" : "BOL.protectionCategory.other"
|
|
|
|
}
|
|
|
|
|
2021-11-08 14:40:29 +01:00
|
|
|
BOL.weaponCategories = {
|
2021-11-07 20:23:02 +01:00
|
|
|
"melee" : "BOL.weaponCategory.melee",
|
|
|
|
"ranged" : "BOL.weaponCategory.ranged",
|
|
|
|
"other" : "BOL.weaponCategory.other"
|
|
|
|
}
|
|
|
|
|
2021-12-24 04:51:14 +01:00
|
|
|
BOL.itemProperties1 = {
|
|
|
|
"equipable" : "BOL.itemProperty.equipable",
|
|
|
|
"protection" : "BOL.itemProperty.protection",
|
|
|
|
"magical" : "BOL.itemProperty.magical",
|
|
|
|
"worn" : "BOL.itemProperty.worn",
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.itemProperties2 = {
|
2021-11-07 20:23:02 +01:00
|
|
|
"equipable" : "BOL.itemProperty.equipable",
|
|
|
|
"protection" : "BOL.itemProperty.protection",
|
|
|
|
"blocking" : "BOL.itemProperty.blocking",
|
|
|
|
"magical" : "BOL.itemProperty.magical",
|
|
|
|
"concealable" : "BOL.itemProperty.concealable",
|
|
|
|
"2H" : "BOL.itemProperty.2H",
|
|
|
|
"helm" : "BOL.itemProperty.helm",
|
|
|
|
"improvised" : "BOL.itemProperty.improvised",
|
|
|
|
"shield" : "BOL.itemProperty.shield",
|
|
|
|
"melee" : "BOL.itemProperty.melee",
|
|
|
|
"throwable" : "BOL.itemProperty.throwable",
|
|
|
|
"ignoreshield" : "BOL.itemProperty.ignoreshield",
|
|
|
|
"bashing" : "BOL.itemProperty.bashing",
|
|
|
|
"stackable" : "BOL.itemProperty.stackable",
|
|
|
|
"ranged" : "BOL.itemProperty.ranged",
|
|
|
|
"weapon" : "BOL.itemProperty.weapon",
|
|
|
|
"reloadable" : "BOL.itemProperty.reloadable",
|
2021-11-08 14:40:29 +01:00
|
|
|
"worn" : "BOL.itemProperty.worn",
|
2021-12-24 04:51:14 +01:00
|
|
|
"spell" : "BOL.itemProperty.spell",
|
|
|
|
"armor" : "BOL.itemProperty.armor",
|
|
|
|
"consumable" : "BOL.itemProperty.consumable",
|
|
|
|
"bow" : "BOL.itemProperty.bow",
|
|
|
|
"crossbow" : "BOL.itemProperty.crossbow",
|
|
|
|
"throwing" : "BOL.itemProperty.throwing",
|
|
|
|
"activable" : "BOL.itemProperty.activable",
|
|
|
|
"powder" : "BOL.itemProperty.powder",
|
2022-01-09 14:52:24 +01:00
|
|
|
"damage" : "BOL.itemProperty.damage",
|
|
|
|
"difficulty": "BOL.itemProperty.difficulty"
|
2021-11-07 20:23:02 +01:00
|
|
|
}
|
|
|
|
|
2021-11-08 14:40:29 +01:00
|
|
|
BOL.itemStats = {
|
2021-11-07 20:23:02 +01:00
|
|
|
"quantity" : "BOL.itemStat.quantity",
|
|
|
|
"weight" : "BOL.itemStat.weight",
|
|
|
|
"price" : "BOL.itemStat.price",
|
|
|
|
"range" : "BOL.itemStat.range",
|
|
|
|
"damage" : "BOL.itemStat.damage",
|
|
|
|
"reload" : "BOL.itemStat.reload",
|
|
|
|
"soak" : "BOL.itemStat.soak",
|
|
|
|
"blocking" : "BOL.itemStat.blocking",
|
|
|
|
"modifiers" : "BOL.itemStat.modifiers"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.itemModifiers = {
|
|
|
|
"init" : "BOL.itemModifiers.init",
|
|
|
|
"social" : "BOL.itemModifiers.social",
|
|
|
|
"agility" : "BOL.itemModifiers.agility",
|
|
|
|
"powercost" : "BOL.itemModifiers.powercost"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.itemBlocking = {
|
|
|
|
"malus" : "BOL.itemBlocking.malus",
|
|
|
|
"nbAttacksPerRound" : "BOL.itemBlocking.nbAttacksPerRound"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.itemSoak = {
|
|
|
|
"formula" : "BOL.itemSoak.formula",
|
|
|
|
"value" : "BOL.itemSoak.value"
|
2021-07-08 10:12:12 +02:00
|
|
|
}
|
|
|
|
|
2021-11-08 14:40:29 +01:00
|
|
|
BOL.featureSubtypes = {
|
|
|
|
"origin" : "BOL.featureSubtypes.origin",
|
|
|
|
"race" : "BOL.featureSubtypes.race",
|
|
|
|
"career" : "BOL.featureSubtypes.career",
|
|
|
|
"boon" : "BOL.featureSubtypes.boon",
|
2022-02-15 20:53:13 +01:00
|
|
|
"flaw" : "BOL.featureSubtypes.flaw",
|
2022-02-20 10:12:25 +01:00
|
|
|
"language" : "BOL.featureSubtypes.language",
|
2022-03-10 21:05:53 +01:00
|
|
|
"godsfaith" : "BOL.featureSubtypes.gods",
|
|
|
|
"fightoption" : "BOL.featureSubtypes.fightOption"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.fightOptionTypes = {
|
|
|
|
"armordefault": "BOL.fightOptionTypes.armor",
|
|
|
|
"intrepid": "BOL.fightOptionTypes.intrepid",
|
|
|
|
"twoweaponsdef": "BOL.fightOptionTypes.twoweaponsdef",
|
|
|
|
"twoweaponsatt": "BOL.fightOptionTypes.twoweaponsatt",
|
|
|
|
"fulldefense": "BOL.fightOptionTypes.fulldefense",
|
|
|
|
"defense": "BOL.fightOptionTypes.defense",
|
|
|
|
"attack": "BOL.fightOptionTypes.attack",
|
2021-11-08 14:40:29 +01:00
|
|
|
}
|
|
|
|
|
2021-07-08 10:12:12 +02:00
|
|
|
BOL.itemIcons = {
|
|
|
|
"item": "icons/containers/chest/chest-worn-oak-tan.webp",
|
2021-11-07 20:23:02 +01:00
|
|
|
"capacity": "icons/sundries/scrolls/scroll-plain-tan-red.webp",
|
2021-07-08 10:12:12 +02:00
|
|
|
"species": "icons/environment/people/group.webp",
|
|
|
|
"profile": "icons/sundries/documents/blueprint-axe.webp",
|
|
|
|
"path": "icons/sundries/books/book-embossed-gold-red.webp"
|
|
|
|
}
|
|
|
|
|
|
|
|
BOL.actorIcons = {
|
|
|
|
"npc": "icons/environment/people/commoner.webp",
|
2021-11-07 20:23:02 +01:00
|
|
|
"encounter": "icons/svg/mystery-man-black.svg",
|
2021-07-08 10:12:12 +02:00
|
|
|
"loot": "icons/containers/bags/sack-simple-leather-brown.webp"
|
|
|
|
}
|
|
|
|
|
2022-02-23 20:39:58 +01:00
|
|
|
BOL.bougetteState = {
|
|
|
|
"nomoney": "BOL.bougette.nomoney",
|
|
|
|
"tolive": "BOL.bougette.tolive",
|
|
|
|
"easylife": "BOL.bougette.easylife",
|
|
|
|
"luxury": "BOL.bougette.luxury",
|
|
|
|
"rich": "BOL.bougette.rich"
|
|
|
|
}
|
|
|
|
|
2021-07-08 10:12:12 +02:00
|
|
|
BOL.debug = false;
|