diff --git a/Release_Notes.txt b/Release_Notes.txt index 866a65e9..9c744061 100644 --- a/Release_Notes.txt +++ b/Release_Notes.txt @@ -156,4 +156,14 @@ Version 3.0.6 - Support for system traits (thoroughly corrupt, ignore pain threshold) Version 3.0.7 -- corrected a bug when using the system on The Forge. \ No newline at end of file +- corrected a bug when using the system on The Forge. + +Version 3.0.8 +- Weapons can now be configured to do alternative Damage. +- 2 alternative damage unarmed weapons in EN and FR weapons conpendiums +- Alternative Damage trait will upgrade alternative damage unarmed weapons +- In Enhanced Combat, alternate damage will apply directly to relevant attribute. +- getting close to, or reaching corruption thresholds creates warning in chat (public chat if PC, GM-only chat if NPC) +- Traits integrated in Enhanced combat: corrupting attack, colossal. +- Steadfast Adept now works on entangling vines and Anathema +- Damage of Massive weapons wielded by NPCs is now correctly calculated in Enhanced combat. diff --git a/lang/de.json b/lang/de.json index 3a806357..1f703fbd 100644 --- a/lang/de.json +++ b/lang/de.json @@ -224,6 +224,7 @@ "COMBAT.CHAT_SUCCESS": " trifft", "COMBAT.CHAT_FAILURE": " verfehlt.", "COMBAT.CHAT_BLEED": " blutet und verliert jede Runde zähigkeit: ", + "COMBAT.CHAT_CORRUPTED_ATTACK": "The attack inflict corruption: ", "COMBAT.CHAT_POISON": " versucht zu vergiften ", "COMBAT.CHAT_POISON_FAILURE": "Keine Vergiftung.", "COMBAT.CHAT_POISON_EXTEND": "Das Ziel war bereits vergiftet, neue Dauer: Runden: ", @@ -248,6 +249,11 @@ "COMBAT.CHAT_DAMAGE_PAIN": " ist gelähmt vor Schmerzen.", "COMBAT.PARAMS_PRECISE": "[Präzise Waffe], ", + "CORRUPTION.CHAT_INTRO": " increases his degree of taint.", + "CORRUPTION.CHAT_THRESHOLD": " becomes Blight-marked (theshold reached).", + "CORRUPTION.CHAT_MAX": " turns into an abomination (max reached).", + "CORRUPTION.CHAT_WARNING": " is close to a corruption treshold.", + "DIALOG.AUTOPARAMS": "einbezogene Modifikatoren: ", "DIALOG.BACKSTAB": "Hinterhältiger Angriff?", "DIALOG.BEASTLORE": "Extra Schaden durch Bestienwissen?", @@ -628,12 +634,13 @@ "WEAPON.DAMAGE_SHORT": "Sch.", "WEAPON.BASE_DAMAGE": "Base damage", "WEAPON.BONUS_DAMAGE": "Bonus damage", + "WEAPON.NONE": "None", + "WEAPON.NUMBER": "Nummer", "WEAPON.QUALITY": "Qualität", "WEAPON.COST": "Kosten", "WEAPON.ATTRIBUTE": "Eigenschaft", "WEAPON.ATTRIBUTEABBR": "Eig.", "WEAPON.DESCRIPTION": "Beschreibung", - "WEAPON.NUMBER": "Nummer", "WEAPON.ADDBUTTON": "Add Weapon", "WEAPON.DELETEBUTTON": "Delete Weapon", diff --git a/lang/en.json b/lang/en.json index 35bceb6a..082a991e 100644 --- a/lang/en.json +++ b/lang/en.json @@ -176,7 +176,7 @@ "ATTRIBUTE.VIGILANT": "Vigilant", "ATTRIBUTE.ACCURATEABBR": "ACC", - "ATTRIBUTE.CUNNINABBR": "CUN", + "ATTRIBUTE.CUNNINGABBR": "CUN", "ATTRIBUTE.DISCREETABBR": "DIS", "ATTRIBUTE.PERSUASIVEABBR": "PER", "ATTRIBUTE.QUICKABBR": "QUI", @@ -243,6 +243,7 @@ "COMBAT.CHAT_SUCCESS": " hits ", "COMBAT.CHAT_FAILURE": " miss.", "COMBAT.CHAT_BLEED": " bleeds and loses toughness each round: ", + "COMBAT.CHAT_CORRUPTED_ATTACK": "The attack inflict corruption: ", "COMBAT.CHAT_POISON": " tries to poison ", "COMBAT.CHAT_POISON_FAILURE": "No poisonning.", "COMBAT.CHAT_POISON_EXTEND": "Target was already poisoned, new duration: rounds: ", @@ -267,6 +268,11 @@ "COMBAT.CHAT_DAMAGE_PAIN": " is stunned by pain.", "COMBAT.PARAMS_PRECISE": "[Precise weapon], ", + "CORRUPTION.CHAT_INTRO": " increases his degree of taint.", + "CORRUPTION.CHAT_THRESHOLD": " becomes Blight-marked (theshold reached).", + "CORRUPTION.CHAT_MAX": " turns into an abomination (max reached).", + "CORRUPTION.CHAT_WARNING": " is close to a corruption treshold.", + "DIALOG.AUTOPARAMS": "Included modifiers: ", "DIALOG.BACKSTAB": "Use Backstab?", "DIALOG.BEASTLORE": "Beast Lore dmg?", @@ -673,12 +679,13 @@ "WEAPON.BONUS_DAMAGE": "Bonus damage", "WEAPON.PC_DAMAGE": "PC Dmg", "WEAPON.NPC_DAMAGE": "NPC Dmg", + "WEAPON.NONE": "None", + "WEAPON.NUMBER": "Number", "WEAPON.QUALITY": "Quality", "WEAPON.COST": "Cost", "WEAPON.ATTRIBUTE": "Attribute", "WEAPON.ATTRIBUTEABBR": "Attr.", "WEAPON.DESCRIPTION": "Description", - "WEAPON.NUMBER": "Number", "WEAPON.ADDBUTTON": "Add Weapon", "WEAPON.DELETEBUTTON": "Delete Weapon", diff --git a/lang/es.json b/lang/es.json index feb0706d..4ba2413c 100644 --- a/lang/es.json +++ b/lang/es.json @@ -246,6 +246,7 @@ "COMBAT.CHAT_SUCCESS": " golpea a ", "COMBAT.CHAT_FAILURE": " falla.", "COMBAT.CHAT_BLEED": " sangra y pierde resistencia cada ronda: ", + "COMBAT.CHAT_CORRUPTED_ATTACK": "The attack inflict corruption: ", "COMBAT.CHAT_POISON": " intenta envenenar ", "COMBAT.CHAT_POISON_FAILURE": "No envenena.", "COMBAT.CHAT_POISON_EXTEND": "El objetivo ya estaba envenenado, nueva duración: rondas: ", @@ -271,6 +272,11 @@ "COMBAT.CHAT_DAMAGE_PAIN": " está aturdido por el dolor.", "COMBAT.PARAMS_PRECISE": "[Arma precisa], ", + "CORRUPTION.CHAT_INTRO": " increases his degree of taint.", + "CORRUPTION.CHAT_THRESHOLD": " becomes Blight-marked (theshold reached).", + "CORRUPTION.CHAT_MAX": " turns into an abomination (max reached).", + "CORRUPTION.CHAT_WARNING": " is close to a corruption treshold.", + "DIALOG.AUTOPARAMS": "Modificadores incluidos: ", "DIALOG.BACKSTAB": "¿Usar Ataque Traicionero?", "DIALOG.HUNTERS_INSTINCT": "¿Objetivo del Instinto de Cazador?", @@ -666,12 +672,13 @@ "WEAPON.BONUS_DAMAGE": "Bonus damage", "WEAPON.PC_DAMAGE": "PC Dmg", "WEAPON.NPC_DAMAGE": "NPC Dmg", + "WEAPON.NONE": "None", + "WEAPON.NUMBER": "Número", "WEAPON.QUALITY": "Calidad", "WEAPON.COST": "Precio", "WEAPON.ATTRIBUTE": "Atributo", "WEAPON.ATTRIBUTEABBR": "Atri.", "WEAPON.DESCRIPTION": "Descr.", - "WEAPON.NUMBER": "Número", "WEAPON.ADDBUTTON": "Add Weapon", "WEAPON.DELETEBUTTON": "Delete Weapon", diff --git a/lang/fr.json b/lang/fr.json index 97ea7e26..a58e2128 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -241,6 +241,7 @@ "COMBAT.CHAT_SUCCESS": " touche ", "COMBAT.CHAT_FAILURE": " rate son coup.", "COMBAT.CHAT_BLEED": " reçoit une blessure hémorragique et subit des dégâts chaque round : ", + "COMBAT.CHAT_CORRUPTED_ATTACK": "L'attaque inflige de la corruption: ", "COMBAT.CHAT_POISON": " tente d'empoisonner ", "COMBAT.CHAT_POISON_FAILURE": "Echec de l'empoisonnement.", "COMBAT.CHAT_POISON_EXTEND": "La victime était déjà empoisonnée, nouvelle durée: rounds: ", @@ -266,6 +267,11 @@ "COMBAT.PARAMS_PRECISE": "[arme précise], ", "COMBAT.DAMAGE": "Dégâts infligés: ", + "CORRUPTION.CHAT_INTRO": " dépasse un seuil de souillure.", + "CORRUPTION.CHAT_THRESHOLD": " est marqué par la corruption (seuil atteint).", + "CORRUPTION.CHAT_MAX": " devient une abomination (max atteint).", + "CORRUPTION.CHAT_WARNING": " approche du seuil de soullure.", + "DIALOG.VERSUS": "Versus", "DIALOG.ASK_CORRUPTION": "Cible totalement corrompue?", "DIALOG.ATTRIBUTE": "Attribut", @@ -667,12 +673,13 @@ "WEAPON.BONUS_DAMAGE": "Dégâts supplémentaires", "WEAPON.PC_DAMAGE": "Dégâts PJ", "WEAPON.NPC_DAMAGE": "Dégâts PNJ", + "WEAPON.NONE": "Aucun", + "WEAPON.NUMBER": "Nombre", "WEAPON.QUALITY": "Qualité", "WEAPON.COST": "Prix", "WEAPON.ATTRIBUTE": "Attribut", "WEAPON.ATTRIBUTEABBR": "Attr.", "WEAPON.DESCRIPTION": "Description", - "WEAPON.NUMBER": "Nombre", "WEAPON.ADDBUTTON": "Add Weapon", "WEAPON.DELETEBUTTON": "Delete Weapon", diff --git a/lang/sv.json b/lang/sv.json index 7f2b80ff..08afea1b 100644 --- a/lang/sv.json +++ b/lang/sv.json @@ -244,6 +244,7 @@ "COMBAT.CHAT_SUCCESS": " träffar ", "COMBAT.CHAT_FAILURE": " missar.", "COMBAT.CHAT_BLEED": " blöder och förlorar tålighet varje runda: ", + "COMBAT.CHAT_CORRUPTED_ATTACK": "The attack inflict corruption: ", "COMBAT.CHAT_POISON": " försöker förgifta ", "COMBAT.CHAT_POISON_FAILURE": "Inte förgiftad.", "COMBAT.CHAT_POISON_EXTEND": "Målet var redan förgiftat, ny varaktighet: rundor: ", @@ -268,6 +269,11 @@ "COMBAT.CHAT_DAMAGE_PAIN": " är bedövad av smärta.", "COMBAT.PARAMS_PRECISE": "[Precist vapen], ", + "CORRUPTION.CHAT_INTRO": " increases his degree of taint.", + "CORRUPTION.CHAT_THRESHOLD": " becomes Blight-marked (theshold reached).", + "CORRUPTION.CHAT_MAX": " turns into an abomination (max reached).", + "CORRUPTION.CHAT_WARNING": " is close to a corruption treshold.", + "DIALOG.AUTOPARAMS": "Inkluderade modifieringar: ", "DIALOG.BACKSTAB": "Använda Lönnstöt?", "DIALOG.BEASTLORE": "Monsterlärd extra skada?", @@ -666,12 +672,13 @@ "WEAPON.BONUS_DAMAGE": "Bonusskada", "WEAPON.PC_DAMAGE": "PC skada", "WEAPON.NPC_DAMAGE": "NPC skada", + "WEAPON.NONE": "None", + "WEAPON.NUMBER": "Nr", "WEAPON.QUALITY": "Kvalitet", "WEAPON.COST": "Kostnad", "WEAPON.ATTRIBUTE": "Karaktärsdrag", "WEAPON.ATTRIBUTEABBR": "Attr.", "WEAPON.DESCRIPTION": "Beskrivning", - "WEAPON.NUMBER": "Nr", "WEAPON.ADDBUTTON": "Lägg till Vapen", "WEAPON.DELETEBUTTON": "Ta bort Vapen", diff --git a/msgdata/data.json b/msgdata/data.json index feaaf9f7..33399d08 100644 --- a/msgdata/data.json +++ b/msgdata/data.json @@ -5,8 +5,8 @@ "message":"
Does Alternative damage on strong.
","reference":"unarmed","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"strong","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":true},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":1,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Item.VOPPjc6BSepBL78n"}},"_id":"0wmDD899CrUWcDf4"} +{"name":"Wraith claws","type":"weapon","img":"icons/magic/death/hand-withered-gray.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"Does Alternative damage on resolute.
","reference":"unarmed","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"resolute","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":true},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":1,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Item.R1qhQqaBLBlS1TA4"}},"_id":"9cYLFQizWCiKGVLB"} diff --git a/packs/symbaroumweaponsfr.db b/packs/symbaroumweaponsfr.db index a0ea3180..11ac77e8 100644 --- a/packs/symbaroumweaponsfr.db +++ b/packs/symbaroumweaponsfr.db @@ -1,31 +1,33 @@ -{"name":"Bouclier en acier","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":1,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"shield","baseDamage":"1d4","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":true,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/equipment/shield/heater-steel-sword-yellow-black.webp","effects":[],"_id":"0jmjkh0i7m2QzR4N"} -{"name":"Épée","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/swords/sword-guard-brass-worn.webp","effects":[],"_id":"4224PrxqqYHyV2iL"} -{"name":"Arbalète","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":null,"reference":"ranged","baseDamage":"1d10","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/crossbows/crossbow-loaded-black.webp","effects":[],"_id":"9G3X9iSLNuwsjaqp"} -{"name":"Couteau de lancer","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"thrown","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/thrown/dagger-ringed-steel.webp","effects":[],"_id":"9h82Q2hm9csSdJJS"} -{"name":"Fléau d'armes lourd","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":true,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/maces/flail-studded-grey.webp","effects":[],"_id":"AIwmmKeDEoA43uAD"} -{"name":"Gourdin à pointes","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/clubs/club-heavy-barbed-brown.webp","effects":[],"_id":"BRO0ljOzOetxid09"} -{"name":"Fléau d'armes","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":true,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/maces/flail-triple-grey.webp","effects":[],"_id":"CIqtV1yHk19R7gR1"} -{"name":"Bec-de-corbin","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/hammers/hammer-war-spiked.webp","effects":[],"_id":"FbtMk0bKEoPV0TR4"} -{"name":"Arme lourde","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/hammers/hammer-double-steel.webp","effects":[],"_id":"IDaK2jTRNNBkdOnQ"} -{"name":"Arc standard","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"ranged","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/bows/shortbow-arrows-black.webp","effects":[],"_id":"IdN0cCsXNfXlQ2TS"} -{"name":"Fleuret","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/swords/sword-guard-worn-brown.webp","effects":[],"_id":"Lec59PamZus2AHdf"} -{"name":"Épée batarde, 1 main","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":true,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/swords/sword-guard-brass-worn.webp","effects":[],"_id":"N3ahUZ4LJWIrLIlk"} -{"name":"Hache de lancer","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"thrown","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/axes/pickaxe-stone-black.webp","effects":[],"_id":"N7Gktt6o3owF7LqH"} -{"name":"lance-épieu","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"ranged","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/staves/staff-mended.webp","effects":[],"_id":"NhYBrWXURdN6I0Jf"} -{"name":"Arc long","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"ranged","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/bows/longbow-leather-green.webp","effects":[],"_id":"RLa8NJ5msZF9cspi"} -{"name":"Hache","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/axes/axe-battle-black.webp","effects":[],"_id":"RmfdMo727n6AR0cw"} -{"name":"Fronde","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"ranged","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/slings/slingshot-wood.webp","effects":[],"_id":"TICtwhFjERynhi5o"} -{"name":"Hache double","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/axes/axe-double-brown.webp","effects":[],"_id":"ViKvF243JvhDsJPs"} -{"name":"Rondache","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"equipment","data":{"bonus":{"defense":1,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"","cost":"","number":1,"state":"other"},"flags":{},"img":"icons/equipment/shield/buckler-wooden-round-hole.webp","effects":[],"_id":"VlmPvK4Iy880IEvN"} -{"name":"Arme naturelle","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"unarmed","baseDamage":"1d4","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/commodities/bones/bone-jaw-teeth-white-grey.webp","effects":[],"_id":"YZ3KU38CQAV1YP5H"} -{"name":"Épée batarde, 2 mains","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","qualities":{"bastard":true,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/swords/sword-guard-brass-worn.webp","effects":[],"_id":"b7i9r0Xjq9VsPX9o"} -{"name":"Stylet","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"short","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/fist/fist-katar-gold.webp","effects":[],"_id":"bPnKMTyBhzAsYmfG"} -{"name":"Griffe de combat","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"unarmed","baseDamage":"1d4","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/fist/claw-straight-gold.webp","effects":[],"_id":"cQuHh9TpFDlvpIQm"} -{"name":"Dague de parade","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"short","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":true,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/daggers/dagger-straight-blue.webp","effects":[],"_id":"ef5T1TdcSs10gXWn"} -{"name":"Pique","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"long","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":true,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/polearms/pike-flared-brown.webp","effects":[],"_id":"gSJxuF0wt71RMBXG"} -{"name":"Hallebarde","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"long","baseDamage":"1d8","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":true,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/polearms/halberd-crescent-small-spiked.webp","effects":[],"_id":"j2FdsIOadxjsVVAg"} -{"name":"Arbalète lourde","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"ranged","baseDamage":"1d10","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/crossbows/crossbow-heavy-black.webp","effects":[],"_id":"j9WQ8CmMGF6tDZFS"} -{"name":"Bâton de combat","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"long","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":true,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":true,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/staves/staff-simple-gold.webp","effects":[],"_id":"nz0VYUNE0D4iCnJx"} -{"name":"Bouclier","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":1,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"shield","baseDamage":"1d4","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/equipment/shield/buckler-wooden-boss-brown.webp","effects":[],"_id":"oP4srFiN85R2Yw74"} -{"name":"Mains nues","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"unarmed","baseDamage":"1d4","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/equipment/hand/gauntlet-simple-leather-brown-gold.webp","effects":[],"_id":"swo1vEZQTMElOYl4"} -{"name":"Dague","permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"type":"weapon","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"description":"","reference":"short","baseDamage":"1d6","bonusDamage":"","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":true,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"flags":{},"img":"icons/weapons/daggers/dagger-bone-black.webp","effects":[],"_id":"xS3YyuOwoqh85I3r"} +{"name":"Toucher glacial","type":"weapon","img":"icons/magic/unholy/strike-hand-glow-pink.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"Dégats alternatifs sur la force.
","reference":"unarmed","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"strong","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":true},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":1,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Item.cn5PwKnJ8v8QUG28"}},"_id":"AijDRcmEfNxM11yc"} +{"name":"Bouclier en acier","type":"weapon","img":"icons/equipment/shield/heater-steel-sword-yellow-black.webp","data":{"bonus":{"defense":1,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"shield","baseDamage":"1d4","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":true,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.0jmjkh0i7m2QzR4N"}},"_id":"R3n7ufkI2esfXObB"} +{"name":"Épée","type":"weapon","img":"icons/weapons/swords/sword-guard-brass-worn.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.4224PrxqqYHyV2iL"}},"_id":"0Tk3XGNV85x8SGH0"} +{"name":"Arbalète","type":"weapon","img":"icons/weapons/crossbows/crossbow-loaded-black.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":null,"reference":"ranged","baseDamage":"1d10","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.9G3X9iSLNuwsjaqp"}},"_id":"SJE4YxvArvwXKyss"} +{"name":"Couteau de lancer","type":"weapon","img":"icons/weapons/thrown/dagger-ringed-steel.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"thrown","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.9h82Q2hm9csSdJJS"}},"_id":"3fwyynQSOHMYBysN"} +{"name":"Fléau d'armes lourd","type":"weapon","img":"icons/weapons/maces/flail-studded-grey.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":true,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.AIwmmKeDEoA43uAD"}},"_id":"BQy0RQi6ZJSiropz"} +{"name":"Gourdin à pointes","type":"weapon","img":"icons/weapons/clubs/club-heavy-barbed-brown.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.BRO0ljOzOetxid09"}},"_id":"WZghCZyOtJt2vDUY"} +{"name":"Fléau d'armes","type":"weapon","img":"icons/weapons/maces/flail-triple-grey.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":true,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.CIqtV1yHk19R7gR1"}},"_id":"78MAdhz1r8LZUMdV"} +{"name":"Bec-de-corbin","type":"weapon","img":"icons/weapons/hammers/hammer-war-spiked.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.FbtMk0bKEoPV0TR4"}},"_id":"v017zA2fx0eL0YOo"} +{"name":"Arme lourde","type":"weapon","img":"icons/weapons/hammers/hammer-double-steel.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.IDaK2jTRNNBkdOnQ"}},"_id":"2HDz2YCDziXxSjtP"} +{"name":"Arc standard","type":"weapon","img":"icons/weapons/bows/shortbow-arrows-black.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"ranged","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.IdN0cCsXNfXlQ2TS"}},"_id":"288X44VNwC5x6yR3"} +{"name":"Fleuret","type":"weapon","img":"icons/weapons/swords/sword-guard-worn-brown.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.Lec59PamZus2AHdf"}},"_id":"nMeO4JPwxqFwlnCS"} +{"name":"Épée batarde, 1 main","type":"weapon","img":"icons/weapons/swords/sword-guard-brass-worn.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":true,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.N3ahUZ4LJWIrLIlk"}},"_id":"JBn5G3opjVi7bVzw"} +{"name":"Hache de lancer","type":"weapon","img":"icons/weapons/axes/pickaxe-stone-black.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"thrown","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.N7Gktt6o3owF7LqH"}},"_id":"EPD4ZvebTeDr0blU"} +{"name":"lance-épieu","type":"weapon","img":"icons/weapons/staves/staff-mended.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"ranged","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.NhYBrWXURdN6I0Jf"}},"_id":"p46lhNWEPviwMOsA"} +{"name":"Arc long","type":"weapon","img":"icons/weapons/bows/longbow-leather-green.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"ranged","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.RLa8NJ5msZF9cspi"}},"_id":"FqqXaZvovu3afjE2"} +{"name":"Hache","type":"weapon","img":"icons/weapons/axes/axe-battle-black.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"1handed","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.RmfdMo727n6AR0cw"}},"_id":"oL2Nx128NimaW71w"} +{"name":"Fronde","type":"weapon","img":"icons/weapons/slings/slingshot-wood.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"ranged","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.TICtwhFjERynhi5o"}},"_id":"j2PBFcKsZp3YQPzX"} +{"name":"Hache double","type":"weapon","img":"icons/weapons/axes/axe-double-brown.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.ViKvF243JvhDsJPs"}},"_id":"9c2wbS6Dk6THvPHI"} +{"name":"Rondache","type":"equipment","img":"icons/equipment/shield/buckler-wooden-round-hole.webp","data":{"bonus":{"defense":1,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"","cost":"","number":1,"state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.VlmPvK4Iy880IEvN"}},"_id":"qKB7OtsO5mgSip9y"} +{"name":"Arme naturelle","type":"weapon","img":"icons/commodities/bones/bone-jaw-teeth-white-grey.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"unarmed","baseDamage":"1d4","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.YZ3KU38CQAV1YP5H"}},"_id":"GhJMVOm8jgSUffad"} +{"name":"Épée batarde, 2 mains","type":"weapon","img":"icons/weapons/swords/sword-guard-brass-worn.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"heavy","baseDamage":"1d10","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":true,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.b7i9r0Xjq9VsPX9o"}},"_id":"7JLpbQBveCGZ2JTK"} +{"name":"Stylet","type":"weapon","img":"icons/weapons/fist/fist-katar-gold.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"short","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.bPnKMTyBhzAsYmfG"}},"_id":"8ILpODtMqIyhaSrA"} +{"name":"Griffe de combat","type":"weapon","img":"icons/weapons/fist/claw-straight-gold.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"unarmed","baseDamage":"1d4","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.cQuHh9TpFDlvpIQm"}},"_id":"XntQ1R3TMBgvzyZt"} +{"name":"Dague de parade","type":"weapon","img":"icons/weapons/daggers/dagger-straight-blue.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"short","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":true,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.ef5T1TdcSs10gXWn"}},"_id":"7RZNYjq6xTaltfQf"} +{"name":"Pique","type":"weapon","img":"icons/weapons/polearms/pike-flared-brown.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"long","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":true,"massive":false,"precise":true,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.gSJxuF0wt71RMBXG"}},"_id":"TaUUWdXH9Ma3lUsF"} +{"name":"Hallebarde","type":"weapon","img":"icons/weapons/polearms/halberd-crescent-small-spiked.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"long","baseDamage":"1d8","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":true,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.j2FdsIOadxjsVVAg"}},"_id":"muKtL8uCz6Y6fanw"} +{"name":"Arbalète lourde","type":"weapon","img":"icons/weapons/crossbows/crossbow-heavy-black.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"ranged","baseDamage":"1d10","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":true,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.j9WQ8CmMGF6tDZFS"}},"_id":"9nAUIG8AFl4XxvTt"} +{"name":"Bâton de combat","type":"weapon","img":"icons/weapons/staves/staff-simple-gold.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"long","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":true,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":true,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.nz0VYUNE0D4iCnJx"}},"_id":"9GqOgTrWDWWMBpRz"} +{"name":"Bouclier","type":"weapon","img":"icons/equipment/shield/buckler-wooden-boss-brown.webp","data":{"bonus":{"defense":1,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"shield","baseDamage":"1d4","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":false,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.oP4srFiN85R2Yw74"}},"_id":"oB5yW6OmEqhTxTtx"} +{"name":"Mains nues","type":"weapon","img":"icons/equipment/hand/gauntlet-simple-leather-brown-gold.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"unarmed","baseDamage":"1d4","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.swo1vEZQTMElOYl4"}},"_id":"FFkYP3bFy8kLUufp"} +{"name":"Dague","type":"weapon","img":"icons/weapons/daggers/dagger-bone-black.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"","reference":"short","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"none","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":true,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":false},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Compendium.symbaroum.symbaroumweaponsfr.xS3YyuOwoqh85I3r"}},"_id":"FBNeNpYMFVGD9yKI"} +{"name":"Toucher spectral","type":"weapon","img":"icons/magic/death/hand-withered-gray.webp","data":{"bonus":{"defense":0,"accurate":0,"cunning":0,"discreet":0,"persuasive":0,"quick":0,"resolute":0,"strong":0,"vigilant":0,"toughness":{"max":0,"threshold":0},"corruption":{"max":0,"threshold":0},"experience":{"value":0,"cost":0}},"isArtifact":false,"power":{},"description":"Dégats alternatifs sur la Volonté.
","reference":"unarmed","baseDamage":"1d6","bonusDamage":"","alternativeDamage":"resolute","qualities":{"bastard":false,"returning":false,"blunt":false,"short":true,"unwieldy":false,"wrecking":false,"concealed":false,"balanced":false,"deepImpact":false,"jointed":false,"ensnaring":false,"long":false,"massive":false,"precise":false,"bloodLetting":false,"areaMeleeRadius":false,"areaShortRadius":false,"areaCone":false,"acidcoated":false,"bane":false,"deathrune":false,"desecrated":false,"flaming":false,"hallowed":false,"poison":false,"thundering":false,"mystical":true},"cost":"","number":1,"attribute":"accurate","state":"other"},"effects":[],"folder":null,"sort":0,"permission":{"default":1,"eT9Fn0zC6QGMvWEk":3},"flags":{"core":{"sourceId":"Item.JJmrrDg0MyozweON"}},"_id":"YjDtqw8zppQa0N2v"} diff --git a/packs/systemuserguides.db b/packs/systemuserguides.db index 61d16dd9..30bac32b 100644 --- a/packs/systemuserguides.db +++ b/packs/systemuserguides.db @@ -1,4 +1 @@ -{"_id":"GNW4r3flcvsX3uAy","name":"Symbaroum System guide EN","content":"This guide presents the main features of the Symbaroum system for Foundry VTT.
This system is unofficial, so there are no art or text from the rulebooks included. It is assumed that the people using this system for Foundry VTT are in possession of the rulebooks.
To create a character, go to the Actor and click Create Actor. It will then prompt you for a name of the actor and what type it is, either player or monster. Once it has been selected, it shows a Character sheet where details of the character can be filled in. Items such as character name and race can be filled in, as well as the experience it has and how much of it that has been spent on re-rolls or binding to artifacts, how much has been spent on abilities and traits and finally how much is unspent.
Any field that has a blue-ish background can't be edited, this is because they are automatically calculated and the player do not need to change these fields. The portrait can be changed to a picture that the player likes.
Underneath it has a set of tabs, main, gear, bio, etc. which can be used to supply the various information required.
On the main tab, the player can fill in their details of their attributes, how much toughness they have remaining and details of their corruption. In order to modify attributes, click on the \"modify\" button under the attributes label. this will open the attributes windows.
The base attribute is for the base, unmodifed attribute of the character. The \"Modifier\" field is for temporary modifiers, like attribute damage from undead creatures. \"Bonus\" is for bonuses from items. \"Total\" will display the computed attribute.
The corruption fields contains entries for how much Temporary (scene) corruption they've taken, any long term corruption, such as happens when consuming Krusan Berries, or even Permanent corruption they have accumulated.
The combat section allows for selection of the attribute that will be used for initiative or for defense. It also contains information of any worn armor or wielded weapons. See section about combat below.
Please note that this System Module does not contain the details about these abilities, traits, boons and burdens and it is advised that the Game Master sets them up in advance.
There is a Compendium with the names of these in multiple languages that is recommended for use.
To add an ability, trait, boon or burden, the player drags them from the Item's selection to the Abilities & Powers section of the character sheet.
Once they are on the character sheet, the player can open it and see more information about it. For abilities and traits, no experience is deducted unless the player has ticked that they have learnt or aquired the ability or trait. For boons and burdens, it deducts experience as per the level, as detailed in APG.
The character sheet also shows a summary with a clickable icon, the name of the ability and what actions (Active, Passive, etc) the player can use with the ability or trait.
Pre-configured weapons and armors are available in compendiums. We recommand you use them. Just find the compendiums corresponding to your langage in the compendium tab, and select \"import\".
To create an armor or weapon, select the tab GEAR on the character sheet. There is a + at the end of the tables for armor and weapons which when clicked, will create new armor or weapon and details about can be filled in.
Weapons have a class : One-handed (default), heavy, unarmed, short, long, ranged, thrown, and shield.
Attributes: The default base attribute is \"Accurate\" but you can select another one. You usually don't have to, since abilities that modify the attribute (Iron fist, Sixth sense...) will automaticaly do it.
There are two fields for the damage :
- Base damage : contains the damage dice of the weapon (1-handed is 1d8, short is 1d6…). You don't need to add passive bonuses from abilities, they will automaticaly added later.
- Bonus damage. This field should be left empty and be used only for exceptional situations, unsupported abilities and house rules.
- A weapon with the quality deep impact, or a weapon masterfully crafted to give it this quality have +1 damage, this damage should not be entered in the bonus field, just check the checkbox « deep impact » in the quality tab and the bonus will be added. The calculated damage is printed in the boxes under the weapon name : as in Symbaroum rules, PC damage is the damage roll formula when it’s a PC that wields it, and the NPC damage is the fixed damage used when it’s a NPC.
Armors have a fixed base protection value (1d4, 1d6, or 1d8). A reinforced armor should have the \"Reinforced\" quality checkbox scheck in the \"Qualities\" tab. Other bonus to protection can be add in the \"Bonus protection\" field. The \"Impeding\" field should receive the impeding value of the armor. This value will be used in some rolls. Qualities should be checked in the qualities tab. Only those will be used by the system. Any other custom quality can be entered in the \"quality\" field.
\nStackable armors can be created, for effects like \"Blessed shield\" that stacks to normal armor. Select the \"stackable armor\" option in the base armor field, then type the added protection value in the bonus field.
\nTo add an armor or weapon to a character sheet, drag it from the Item's selection to the armor or weapon section of the gear tab of the character sheet. Monsters with the \"Natural weapon\" trait should be given the weapon « Natural weapon » of the compendium, and those with the \"Armored\" trait should be given the \"armored\" Armor.
When a PC or NPC add a weapon or an armor, to its sheet, its damage or protection value is automaticaly recalculated, taking into account the character abilities and traits (Man-at-arms, Robust…). For weapons, the attribute is also evaluated, taking into account the class of the weapon. The weapon/armor then appears on the character sheet with its final value printed. (dice value if it’s a PC sheet (ex: 1d8+1d6), fixed if it’s a monster sheet (ex: 7))
On the gear tab of the sheet, Weapons and armor have 3 states repredented bys a small icon, that you can change by clicking on it:
- stored (house icon): the item is stored out of immediate reach (in the character house, in a pack on a mule...)
- carried (briefcase icon): the item is sheated, or in a backpack
- active (shirt icon): the item is weared (armor) or in hand (weapon), and can be used for combat.
Active weapons, and the active armor, can be seen in the main tab of the character sheet. Click on them to make a roll (cf the combat section). Only one non-stackable armor will be considered active at a time. If there is no active armor, the system will generate a \"no armor\" dummy armor, equipped by the character, with passive bonuses added (robust..). When a stackable armor is activated, it will add its bonus protection to the active armor.
\nSymbaroum often calls for a test to be performed against an attribute. The tests are often denoted within brackets and optionally, where it is a test versus someone else, it contain the attribute that is used as the difficulty of the roll.
\nTo perform a an attribute test, the player clicks on the attribute that is used for the test, for example, if a test for discreet is called, the player clicks on the discreet attribute
This will then bring up the attribute test dialogue, see below.
If the test is to be performed against a token on the player field, then the player making the test, selects the token as a target. To select a target, right click on it and tick the \"target icon\". The selected target will then have arrows pointing at it, to show that it is now a target for the player.
Then the player clicks the attribute that the player wants to use. This then presents the attribute test dialogue to the player, where they can select the attribute that the token uses to resist the test. This will automatically then apply any bonus or penalty as normal to the test.
The roll dialogue is dynamic and shows elements that are relevant for the test. In the majority of the attribute tests, there are three elements. The versus attribute, which is the attribute from the selected target token that is used to resist the attribute that the player is rolling. For example, a player has to make a [Persuasive←Resolute] test against a token on the field. They've selected the token as the target and clicked their Persuasive attribute. In the dialogue, the selected is seen in the title of the window, Persusasive.
The player can then select the attribute the test is against, in the example above, it is the targets Resolute that is the versus attribute. The second field is if this is a normal test, or if the test is made with favour or disfavour. See an explanation for the terms Favour and Disfavour further down in this document.
All the Abilities, Mystical Powers and Traits are available in the system compendiums. In order to add one of them to a character or monster sheet, simply drag and drop it from the compendium to the sheet. Then you can indicated the levels know by this character by checking the \"learned\" box in the Novice, adept and master tab.
You can create your own abilities but in order to use the features of the system, you'll have to use the Abilities, powers and traits included in the compendiums. This system in unofficial, so we can't include the descriptions of those abilities.
Some abilities and traits, when given to a character (PC and NPC), will have effect on her character sheet and / or on dialog windows.
\nDefense and attack attribute will be changed when the character uses relevant weapons.
\nDamage value of the weapon will be increased, and/or defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nProtection value of the armor will be increased.
\nThose traits will apply damage reduction when using Enhanced Combat (see Enhanced combat option) Damage value of the weapon will be increased, and defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nRobust will modifed damage value. Please note that is it right now a bug - robust should only apply on 1 attack per round - this bug will be corrected.
\nWhen using Enhanced Combat option, having those abilities and using the right weapon type will make specific options available in the attack window.
\nPowers can be activated by clicking on the orange dice of the item sheet.
Power activation is a WIP.
For now, only those active powers are supported:
Anathema, blessed shield, brimstone cascade, bend will, black bolt, confusion, curse, entangling vines, holy aura, inherit wound, larvae boils, lay on hands, levitate, maltransformation, Prios burning glass, tormenting spirits, unnoticeable
the abilities:
Alchemy, acrobatics, berserker, dominate, leader, loremaster, medicus, recovery, witchsight.
the traits:
Regeneration.
When you activate a power, it will take in account the relevant abilities of the character and its target (leader ability, rapid reflexes, steadfast, traditions, impeding armour...). It will open a dialog window for the acting player asking a few questions:
Most roll should be left by default.
Than the roll is made, and result is announced in the chat.
Corruption is calculated taking into account the level in Theurgy, Wizardry, Witchcraft, Blessings, Sorcery.
If the result have effects on a token (damage, healing, corruption, stutus effects...) the gamemaster gets a chat entry with a button
Clicking the button will automaticaly affect the results of the power to the tokens: damage will be substracted from toughness, temporary corruption added, etc.
In order to do chain effects, you'll have to cast the power on each target, checking the \"maintained\" box after the first target.
Anathema can be used with or without a target. The target should be the opposing caster.
\nWhen using this abilities, the effects will automaticaly modify the combat values of the character (armor, defense, damage). Use the abality again to revert to normal.
\nWhen striking multiple targets, use the power several times, changing the target each time. After the first target, use the \"maintain power\" option so the casting character won't get corruption.
\nWhen using the power on 1 or 2 other characters (adept and master level), select them as targets before using the power. If successful, the Mystic and the target will automaticaly get an active \"blessed shield\" stackable armor. At the end of the duration of the power, just delete this item from their inventory.
\nIt's always the caster that should initiate the roll. After the second round, the strenght of the target will be used as a resist value, as in the rules.
\nTarget will be healed and damage will apply to the caster. If enhanced combat is used, and the level is adept or master, poison and bleeding effects will also be transfered from target to caster.
\nIf no target are selected, the spell will be cast on self. If a target is selected and level is adept or master, the power will be cast on the target.
\nWhen using leader, it will trigger the adept level effect: the target will receive a \"targeted\" status effect. When any character attacks this target, damage will receive a +1d4 bonus (or +2 if attack from a NPC). Just delete the status effect on the token to remove the effect.
\nThere are 2 options for combat:
\nAs with normal attribute rolls, combat works almost the same. The player has, based on its abilities and traits, selected which attribute is used for its initiative, defense and attack. The attack is set when you add a weapon to a character, as different weapons can use different attributes.
\nTo make an attack with a weapon, the player clicks the weilded weapon on their character sheet under the main tab.
It will then bring up the attribute test dialogue, where an attribute can be selected, or, which is more common in combat, the targets defense is selected.
Beside the normal fields in the attribute test dialogue, the player can also choose to make this attack with Advantage as well as any damage bonuses beyond those bestowed by Advantage or the wearpon, for example Backstab. The result of the attack is then displayed in the chat window which then can be applied to the token on the battlefield.
To make a defense test against an attack, the player clicks on the equipped armor, which then opens the attribute test dialogue. This dialogue has a subtle difference that it also has a checkmark if the people attacking the player have Advantage, i.e. the player is at Disadvantage.
If the defense is unsuccessful, then it will automatically roll the armor roll and display it in the chat window.
In the example above, Abesina failed her defense test and her robes protects her for 2 points of damage.
Enhance combat can be activated by selecting the option in the system settings. The purpose of EC is to accelerate combat, limit Players and GM fidgeting with character sheets, and vastly simplify NPC management.
\nThis quick video explains how to use the enhanced combat
\n
it is still a Work in Progress. Not every passive abilities have been integrated.
Armor and weapons have to be equipped by the PCs and NPCs in order to be taken in account.
It automaticaly processes the attributes, traits and abilities of the attacker and its target, rolls the dice, evaluate damage.
The attribute used for attacking has to be defined on the weapon sheet. The defense attribute has to be selected on the character sheet. PCs and NPCs armors and weapons value have to be entered as 'dice' (for example a sword damage value would be 1d8 - the system will automaticaly transform this value to a fixed 4 when a NPC attacks a PC)
If a player character attacks a NPC, the player has to select its target, then click on a weapon to do the attack. If a NPC attacks a PC, the GM select the target, then clicks on the NPC weapon.
A dialog window will appear, asking which abilities of the attacker to use (iron fist, hunter's instinct...).
Then the attack roll is made, and if it's a hit, damage is roll. Result is printed in the chat. If it's an NPC attack against a PC, then the damage is fixed and the armor is rolled, as per the rules - please note the Player don't have to initiate the defense and armor roll.
The gamemaster then gets a chat entry with a button
Clicking the button will automaticaly affect the results of the attack to the tokens: damage will be substracted from toughness, status icons like poison and bleed added, etc. We recommend using the \"Status icons counters\" in order to have the duration of those effects displayed on the token and in the combat tracker.
The \"Undead\", \"Spirit form\" and \"swarm\" traits will apply damage reduction. Remember to check the \"magical\" quality box on artefact weapons, so their damage will be evaluated as such.
The initiative used in the Symbaroum for FVTT system works the same way than stated in the rulebook, but in order to integrate in FVTT it uses the formula:
initiative = quick + vigilant x 0.01.
This simple formula produces the same order than the rulebook. So initiative 15.10 means Quick 15, Vigilant 10. It is possible to change the base attribute used for the formula in the character sheet (for characters with the Tactician ability, for example).
The term favour/disfavour used in dialog boxes refers to situation when the acting character either rolls 2 dice and keeps the best (Hunter's instinct ability, steadfast resistance, ...) or in cases where disfavour (cursed, pariah, ...) is used, it keeps the worst.
All items can have different bonuses configurable. These can be used by the GM for various purposes, ranging from giving boosts or penalties to attributes, to increasing or decreasing toughness, changing corruption values. It can also be used to reduce the experience cost of something or even give a player experience without changing their total experience earned (only their unspent). When viewing any items, it will have a bonus section where an items behaviour can be changed.
It should be noted that Powers & Abilities give bonuses as soon as they are on the character sheet. Bonuses on armor, weapons and items are only given when they are equipped. If an item gives a bonus to an attribute, then it is included in the printed \"total\" value and listed in the corresponding tooltip. For example, here is a character with ability \"Exc Attribute Vigilant\" novice, and a base Vigilant value of 15:
This guide presents the main features of the Symbaroum system for Foundry VTT.
This system is unofficial, so there are no art or text from the rulebooks included. It is assumed that the people using this system for Foundry VTT are in possession of the rulebooks.
To create a character, go to the Actor and click Create Actor. It will then prompt you for a name of the actor and what type it is, either player or monster. Once it has been selected, it shows a Character sheet where details of the character can be filled in. Items such as character name and race can be filled in, as well as the experience it has and how much of it that has been spent on re-rolls or binding to artifacts, how much has been spent on abilities and traits and finally how much is unspent.
Any field that has a blue-ish background can't be edited, this is because they are automatically calculated and the player do not need to change these fields. The portrait can be changed to a picture that the player likes.
Underneath it has a set of tabs, main, gear, bio, etc. which can be used to supply the various information required.
On the main tab, the player can fill in their details of their attributes, how much toughness they have remaining and details of their corruption. In order to modify attributes, click on the \"modify\" button under the attributes label. this will open the attributes windows.
The base attribute is for the base, unmodifed attribute of the character. The \"Modifier\" field is for temporary modifiers, like attribute damage from undead creatures. \"Bonus\" is for bonuses from items. \"Total\" will display the computed attribute.
The corruption fields contains entries for how much Temporary (scene) corruption they've taken, any long term corruption, such as happens when consuming Krusan Berries, or even Permanent corruption they have accumulated.
The combat section allows for selection of the attribute that will be used for initiative or for defense. It also contains information of any worn armor or wielded weapons. See section about combat below.
Please note that this System Module does not contain the details about these abilities, traits, boons and burdens and it is advised that the Game Master sets them up in advance.
There is a Compendium with the names of these in multiple languages that is recommended for use.
To add an ability, trait, boon or burden, the player drags them from the Item's selection to the Abilities & Powers section of the character sheet.
Once they are on the character sheet, the player can open it and see more information about it. For abilities and traits, no experience is deducted unless the player has ticked that they have learnt or aquired the ability or trait. For boons and burdens, it deducts experience as per the level, as detailed in APG.
The character sheet also shows a summary with a clickable icon, the name of the ability and what actions (Active, Passive, etc) the player can use with the ability or trait.
Pre-configured weapons and armors are available in compendiums. We recommand you use them. Just find the compendiums corresponding to your langage in the compendium tab, and select \"import\".
To create an armor or weapon, select the tab GEAR on the character sheet. There is a + at the end of the tables for armor and weapons which when clicked, will create new armor or weapon and details about can be filled in.
Weapons have a class : One-handed (default), heavy, unarmed, short, long, ranged, thrown, and shield.
Attributes: The default base attribute is \"Accurate\" but you can select another one. You usually don't have to, since abilities that modify the attribute (Iron fist, Sixth sense...) will automaticaly do it.
There are two fields for the damage :
- Base damage : contains the damage dice of the weapon (1-handed is 1d8, short is 1d6…). You don't need to add passive bonuses from abilities, they will automaticaly added later.
- Bonus damage. This field should be left empty and be used only for exceptional situations, unsupported abilities and house rules.
- A weapon with the quality deep impact, or a weapon masterfully crafted to give it this quality have +1 damage, this damage should not be entered in the bonus field, just check the checkbox « deep impact » in the quality tab and the bonus will be added. The calculated damage is printed in the boxes under the weapon name : as in Symbaroum rules, PC damage is the damage roll formula when it’s a PC that wields it, and the NPC damage is the fixed damage used when it’s a NPC.
Armors have a fixed base protection value (1d4, 1d6, or 1d8). A reinforced armor should have the \"Reinforced\" quality checkbox scheck in the \"Qualities\" tab. Other bonus to protection can be add in the \"Bonus protection\" field. The \"Impeding\" field should receive the impeding value of the armor. This value will be used in some rolls. Qualities should be checked in the qualities tab. Only those will be used by the system. Any other custom quality can be entered in the \"quality\" field.
\nStackable armors can be created, for effects like \"Blessed shield\" that stacks to normal armor. Select the \"stackable armor\" option in the base armor field, then type the added protection value in the bonus field.
\nTo add an armor or weapon to a character sheet, drag it from the Item's selection to the armor or weapon section of the gear tab of the character sheet. Monsters with the \"Natural weapon\" trait should be given the weapon « Natural weapon » of the compendium, and those with the \"Armored\" trait should be given the \"armored\" Armor.
When a PC or NPC add a weapon or an armor, to its sheet, its damage or protection value is automaticaly recalculated, taking into account the character abilities and traits (Man-at-arms, Robust…). For weapons, the attribute is also evaluated, taking into account the class of the weapon. The weapon/armor then appears on the character sheet with its final value printed. (dice value if it’s a PC sheet (ex: 1d8+1d6), fixed if it’s a monster sheet (ex: 7))
On the gear tab of the sheet, Weapons and armor have 3 states repredented bys a small icon, that you can change by clicking on it:
- stored (house icon): the item is stored out of immediate reach (in the character house, in a pack on a mule...)
- carried (briefcase icon): the item is sheated, or in a backpack
- active (shirt icon): the item is weared (armor) or in hand (weapon), and can be used for combat.
Active weapons, and the active armor, can be seen in the main tab of the character sheet. Click on them to make a roll (cf the combat section). Only one non-stackable armor will be considered active at a time. If there is no active armor, the system will generate a \"no armor\" dummy armor, equipped by the character, with passive bonuses added (robust..). When a stackable armor is activated, it will add its bonus protection to the active armor.
\n\n
To turn an item (weapon, armor or equipment) into an artifact, there is a check-box, where ticking it will turn it to an artifact. This will open a new tab for artifact Powers. There you can add any number of artifact powers that the item has.
\nSymbaroum often calls for a test to be performed against an attribute. The tests are often denoted within brackets and optionally, where it is a test versus someone else, it contain the attribute that is used as the difficulty of the roll.
\nTo perform a an attribute test, the player clicks on the attribute that is used for the test, for example, if a test for discreet is called, the player clicks on the discreet attribute
This will then bring up the attribute test dialogue, see below.
If the test is to be performed against a token on the player field, then the player making the test, selects the token as a target. To select a target, right click on it and tick the \"target icon\". The selected target will then have arrows pointing at it, to show that it is now a target for the player.
Then the player clicks the attribute that the player wants to use. This then presents the attribute test dialogue to the player, where they can select the attribute that the token uses to resist the test. This will automatically then apply any bonus or penalty as normal to the test.
The roll dialogue is dynamic and shows elements that are relevant for the test. In the majority of the attribute tests, there are three elements. The versus attribute, which is the attribute from the selected target token that is used to resist the attribute that the player is rolling. For example, a player has to make a [Persuasive←Resolute] test against a token on the field. They've selected the token as the target and clicked their Persuasive attribute. In the dialogue, the selected is seen in the title of the window, Persusasive.
The player can then select the attribute the test is against, in the example above, it is the targets Resolute that is the versus attribute. The second field is if this is a normal test, or if the test is made with favour or disfavour. See an explanation for the terms Favour and Disfavour further down in this document.
All the Abilities, Mystical Powers and Traits are available in the system compendiums. In order to add one of them to a character or monster sheet, simply drag and drop it from the compendium to the sheet. Then you can indicated the levels know by this character by checking the \"learned\" box in the Novice, adept and master tab.
You can create your own abilities but in order to use the features of the system, you'll have to use the Abilities, powers and traits included in the compendiums. This system in unofficial, so we can't include the descriptions of those abilities.
Some abilities and traits, when given to a character (PC and NPC), will have effect on her character sheet and / or on dialog windows.
\nDefense and attack attribute will be changed when the character uses relevant weapons.
\nDamage value of the weapon will be increased, and/or defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nProtection value of the armor will be increased.
\nThose traits will apply damage reduction when using Enhanced Combat (see Enhanced combat option) Damage value of the weapon will be increased, and defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nRobust will modifed damage value. Please note that is it right now a bug - robust should only apply on 1 attack per round - this bug will be corrected.
\nWhen using Enhanced Combat option, having those abilities and using the right weapon type will make specific options available in the attack window.
\nPowers can be activated by clicking on the orange dice of the item sheet.
Power activation is a WIP.
For now, only those active powers are supported:
Anathema, blessed shield, brimstone cascade, bend will, black bolt, confusion, curse, entangling vines, holy aura, inherit wound, larvae boils, lay on hands, levitate, maltransformation, Prios burning glass, tormenting spirits, unnoticeable
the abilities:
Alchemy, acrobatics, berserker, dominate, leader, loremaster, medicus, recovery, witchsight.
the traits:
Regeneration.
When you activate a power, it will take in account the relevant abilities of the character and its target (leader ability, rapid reflexes, steadfast, traditions, impeding armour...). It will open a dialog window for the acting player asking a few questions:
Most roll should be left by default.
Than the roll is made, and result is announced in the chat.
Corruption is calculated taking into account the level in Theurgy, Wizardry, Witchcraft, Blessings, Sorcery.
If the result have effects on a token (damage, healing, corruption, stutus effects...) the gamemaster gets a chat entry with a button
Clicking the button will automaticaly affect the results of the power to the tokens: damage will be substracted from toughness, temporary corruption added, etc.
In order to do chain effects, you'll have to cast the power on each target, checking the \"maintained\" box after the first target.
Anathema can be used with or without a target. The target should be the opposing caster.
\nWhen using this abilities, the effects will automaticaly modify the combat values of the character (armor, defense, damage). Use the abality again to revert to normal.
\nWhen striking multiple targets, use the power several times, changing the target each time. After the first target, use the \"maintain power\" option so the casting character won't get corruption.
\nWhen using the power on 1 or 2 other characters (adept and master level), select them as targets before using the power. If successful, the Mystic and the target will automaticaly get an active \"blessed shield\" stackable armor. At the end of the duration of the power, just delete this item from their inventory.
\nIt's always the caster that should initiate the roll. After the second round, the strenght of the target will be used as a resist value, as in the rules.
\nTarget will be healed and damage will apply to the caster. If enhanced combat is used, and the level is adept or master, poison and bleeding effects will also be transfered from target to caster.
\nIf no target are selected, the spell will be cast on self. If a target is selected and level is adept or master, the power will be cast on the target.
\nWhen using leader, it will trigger the adept level effect: the target will receive a \"targeted\" status effect. When any character attacks this target, damage will receive a +1d4 bonus (or +2 if attack from a NPC). Just delete the status effect on the token to remove the effect.
\nThere are 2 options for combat:
\nAs with normal attribute rolls, combat works almost the same. The player has, based on its abilities and traits, selected which attribute is used for its initiative, defense and attack. The attack is set when you add a weapon to a character, as different weapons can use different attributes.
\nTo make an attack with a weapon, the player clicks the weilded weapon on their character sheet under the main tab.
It will then bring up the attribute test dialogue, where an attribute can be selected, or, which is more common in combat, the targets defense is selected.
Beside the normal fields in the attribute test dialogue, the player can also choose to make this attack with Advantage as well as any damage bonuses beyond those bestowed by Advantage or the wearpon, for example Backstab. The result of the attack is then displayed in the chat window which then can be applied to the token on the battlefield.
To make a defense test against an attack, the player clicks on the equipped armor, which then opens the attribute test dialogue. This dialogue has a subtle difference that it also has a checkmark if the people attacking the player have Advantage, i.e. the player is at Disadvantage.
If the defense is unsuccessful, then it will automatically roll the armor roll and display it in the chat window.
In the example above, Abesina failed her defense test and her robes protects her for 2 points of damage.
Enhance combat can be activated by selecting the option in the system settings. The purpose of EC is to accelerate combat, limit Players and GM fidgeting with character sheets, and vastly simplify NPC management.
\nThis quick video explains how to use the enhanced combat
\n
it is still a Work in Progress. Not every passive abilities have been integrated.
Armor and weapons have to be equipped by the PCs and NPCs in order to be taken in account.
It automaticaly processes the attributes, traits and abilities of the attacker and its target, rolls the dice, evaluate damage.
The attribute used for attacking has to be defined on the weapon sheet. The defense attribute has to be selected on the character sheet. PCs and NPCs armors and weapons value have to be entered as 'dice' (for example a sword damage value would be 1d8 - the system will automaticaly transform this value to a fixed 4 when a NPC attacks a PC)
If a player character attacks a NPC, the player has to select its target, then click on a weapon to do the attack. If a NPC attacks a PC, the GM select the target, then clicks on the NPC weapon.
A dialog window will appear, asking which abilities of the attacker to use (iron fist, hunter's instinct...).
Then the attack roll is made, and if it's a hit, damage is roll. Result is printed in the chat. If it's an NPC attack against a PC, then the damage is fixed and the armor is rolled, as per the rules - please note the Player don't have to initiate the defense and armor roll.
The gamemaster then gets a chat entry with a button
Clicking the button will automaticaly affect the results of the attack to the tokens: damage will be substracted from toughness, status icons like poison and bleed added, etc. We recommend using the \"Status icons counters\" in order to have the duration of those effects displayed on the token and in the combat tracker.
The \"Undead\", \"Spirit form\" and \"swarm\" traits will apply damage reduction. Remember to check the \"magical\" quality box on artefact weapons, so their damage will be evaluated as such.
The initiative used in the Symbaroum for FVTT system works the same way than stated in the rulebook, but in order to integrate in FVTT it uses the formula:
initiative = quick + vigilant x 0.01.
This simple formula produces the same order than the rulebook. So initiative 15.10 means Quick 15, Vigilant 10. It is possible to change the base attribute used for the formula in the character sheet (for characters with the Tactician ability, for example).
The term favour/disfavour used in dialog boxes refers to situation when the acting character either rolls 2 dice and keeps the best (Hunter's instinct ability, steadfast resistance, ...) or in cases where disfavour (cursed, pariah, ...) is used, it keeps the worst.
All items can have different bonuses configurable. These can be used by the GM for various purposes, ranging from giving boosts or penalties to attributes, to increasing or decreasing toughness, changing corruption values. It can also be used to reduce the experience cost of something or even give a player experience without changing their total experience earned (only their unspent). When viewing any items, it will have a bonus section where an items behaviour can be changed.
It should be noted that Powers & Abilities give bonuses as soon as they are on the character sheet. Bonuses on armor, weapons and items are only given when they are equipped. If an item gives a bonus to an attribute, then it is included in the printed \"total\" value and listed in the corresponding tooltip. For example, here is a character with ability \"Exc Attribute Vigilant\" novice, and a base Vigilant value of 15:
This guide presents the main features of the Symbaroum system for Foundry VTT.
This system is unofficial, so there are no art or text from the rulebooks included. It is assumed that the people using this system for Foundry VTT are in possession of the rulebooks.
To create a character, go to the Actor and click Create Actor. It will then prompt you for a name of the actor and what type it is, either player or monster. Once it has been selected, it shows a Character sheet where details of the character can be filled in. Items such as character name and race can be filled in, as well as the experience it has and how much of it that has been spent on re-rolls or binding to artifacts, how much has been spent on abilities and traits and finally how much is unspent.
Any field that has a blue-ish background can't be edited, this is because they are automatically calculated and the player do not need to change these fields. The portrait can be changed to a picture that the player likes.
Underneath it has a set of tabs, main, gear, bio, etc. which can be used to supply the various information required.
On the main tab, the player can fill in their details of their attributes, how much toughness they have remaining and details of their corruption. In order to modify attributes, click on the \"modify\" button under the attributes label. this will open the attributes windows.
The base attribute is for the base, unmodifed attribute of the character. The \"Modifier\" field is for temporary modifiers, like attribute damage from undead creatures. \"Bonus\" is for bonuses from items. \"Total\" will display the computed attribute.
The corruption fields contains entries for how much Temporary (scene) corruption they've taken, any long term corruption, such as happens when consuming Krusan Berries, or even Permanent corruption they have accumulated.
The combat section allows for selection of the attribute that will be used for initiative or for defense. It also contains information of any worn armor or wielded weapons. See section about combat below.
Please note that this System Module does not contain the details about these abilities, traits, boons and burdens and it is advised that the Game Master sets them up in advance.
There is a Compendium with the names of these in multiple languages that is recommended for use.
To add an ability, trait, boon or burden, the player drags them from the Item's selection to the Abilities & Powers section of the character sheet.
Once they are on the character sheet, the player can open it and see more information about it. For abilities and traits, no experience is deducted unless the player has ticked that they have learnt or aquired the ability or trait. For boons and burdens, it deducts experience as per the level, as detailed in APG.
The character sheet also shows a summary with a clickable icon, the name of the ability and what actions (Active, Passive, etc) the player can use with the ability or trait.
Pre-configured weapons and armors are available in compendiums. We recommand you use them. Just find the compendiums corresponding to your langage in the compendium tab, and select \"import\".
To create an armor or weapon, select the tab GEAR on the character sheet. There is a + at the end of the tables for armor and weapons which when clicked, will create new armor or weapon and details about can be filled in.
Weapons have a class : One-handed (default), heavy, unarmed, short, long, ranged, thrown, and shield.
Attributes: The default base attribute is \"Accurate\" but you can select another one. You usually don't have to, since abilities that modify the attribute (Iron fist, Sixth sense...) will automaticaly do it.
There are two fields for the damage :
- Base damage : contains the damage dice of the weapon (1-handed is 1d8, short is 1d6…). You don't need to add passive bonuses from abilities, they will automaticaly added later.
- Bonus damage. This field should be left empty and be used only for exceptional situations, unsupported abilities and house rules.
- A weapon with the quality deep impact, or a weapon masterfully crafted to give it this quality have +1 damage, this damage should not be entered in the bonus field, just check the checkbox « deep impact » in the quality tab and the bonus will be added. The calculated damage is printed in the boxes under the weapon name : as in Symbaroum rules, PC damage is the damage roll formula when it’s a PC that wields it, and the NPC damage is the fixed damage used when it’s a NPC.
Armors have a fixed base protection value (1d4, 1d6, or 1d8). A reinforced armor should have the \"Reinforced\" quality checkbox scheck in the \"Qualities\" tab. Other bonus to protection can be add in the \"Bonus protection\" field. The \"Impeding\" field should receive the impeding value of the armor. This value will be used in some rolls. Qualities should be checked in the qualities tab. Only those will be used by the system. Any other custom quality can be entered in the \"quality\" field.
\nStackable armors can be created, for effects like \"Blessed shield\" that stacks to normal armor. Select the \"stackable armor\" option in the base armor field, then type the added protection value in the bonus field.
\nTo add an armor or weapon to a character sheet, drag it from the Item's selection to the armor or weapon section of the gear tab of the character sheet. Monsters with the \"Natural weapon\" trait should be given the weapon « Natural weapon » of the compendium, and those with the \"Armored\" trait should be given the \"armored\" Armor.
When a PC or NPC add a weapon or an armor, to its sheet, its damage or protection value is automaticaly recalculated, taking into account the character abilities and traits (Man-at-arms, Robust…). For weapons, the attribute is also evaluated, taking into account the class of the weapon. The weapon/armor then appears on the character sheet with its final value printed. (dice value if it’s a PC sheet (ex: 1d8+1d6), fixed if it’s a monster sheet (ex: 7))
On the gear tab of the sheet, Weapons and armor have 3 states repredented bys a small icon, that you can change by clicking on it:
- stored (house icon): the item is stored out of immediate reach (in the character house, in a pack on a mule...)
- carried (briefcase icon): the item is sheated, or in a backpack
- active (shirt icon): the item is weared (armor) or in hand (weapon), and can be used for combat.
Active weapons, and the active armor, can be seen in the main tab of the character sheet. Click on them to make a roll (cf the combat section). Only one non-stackable armor will be considered active at a time. If there is no active armor, the system will generate a \"no armor\" dummy armor, equipped by the character, with passive bonuses added (robust..). When a stackable armor is activated, it will add its bonus protection to the active armor.
\n\n
To turn an item (weapon, armor or equipment) into an artifact, there is a check-box, where ticking it will turn it to an artifact. This will open a new tab for artifact Powers. There you can add any number of artifact powers that the item has.
\nSymbaroum often calls for a test to be performed against an attribute. The tests are often denoted within brackets and optionally, where it is a test versus someone else, it contain the attribute that is used as the difficulty of the roll.
\nTo perform a an attribute test, the player clicks on the attribute that is used for the test, for example, if a test for discreet is called, the player clicks on the discreet attribute
This will then bring up the attribute test dialogue, see below.
If the test is to be performed against a token on the player field, then the player making the test, selects the token as a target. To select a target, right click on it and tick the \"target icon\". The selected target will then have arrows pointing at it, to show that it is now a target for the player.
Then the player clicks the attribute that the player wants to use. This then presents the attribute test dialogue to the player, where they can select the attribute that the token uses to resist the test. This will automatically then apply any bonus or penalty as normal to the test.
The roll dialogue is dynamic and shows elements that are relevant for the test. In the majority of the attribute tests, there are three elements. The versus attribute, which is the attribute from the selected target token that is used to resist the attribute that the player is rolling. For example, a player has to make a [Persuasive←Resolute] test against a token on the field. They've selected the token as the target and clicked their Persuasive attribute. In the dialogue, the selected is seen in the title of the window, Persusasive.
The player can then select the attribute the test is against, in the example above, it is the targets Resolute that is the versus attribute. The second field is if this is a normal test, or if the test is made with favour or disfavour. See an explanation for the terms Favour and Disfavour further down in this document.
All the Abilities, Mystical Powers and Traits are available in the system compendiums. In order to add one of them to a character or monster sheet, simply drag and drop it from the compendium to the sheet. Then you can indicated the levels know by this character by checking the \"learned\" box in the Novice, adept and master tab.
You can create your own abilities but in order to use the features of the system, you'll have to use the Abilities, powers and traits included in the compendiums. This system in unofficial, so we can't include the descriptions of those abilities.
Some abilities and traits, when given to a character (PC and NPC), will have effect on her character sheet and / or on dialog windows.
\nDefense and attack attribute will be changed when the character uses relevant weapons.
\nDamage value of the weapon will be increased, and/or defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nProtection value of the armor will be increased.
\nThose traits will apply damage reduction when using Enhanced Combat (see Enhanced combat option) Damage value of the weapon will be increased, and defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nRobust will modifed damage value. Please note that is it right now a bug - robust should only apply on 1 attack per round - this bug will be corrected.
\nWhen using Enhanced Combat option, having those abilities and using the right weapon type will make specific options available in the attack window.
\nPowers can be activated by clicking on the orange dice of the item sheet.
Power activation is a WIP.
For now, only those active powers are supported:
Anathema, blessed shield, brimstone cascade, bend will, black bolt, confusion, curse, entangling vines, holy aura, inherit wound, larvae boils, lay on hands, levitate, maltransformation, Prios burning glass, tormenting spirits, unnoticeable
the abilities:
Alchemy, acrobatics, berserker, dominate, leader, loremaster, medicus, recovery, witchsight.
the traits:
Regeneration.
When you activate a power, it will take in account the relevant abilities of the character and its target (leader ability, rapid reflexes, steadfast, traditions, impeding armour...). It will open a dialog window for the acting player asking a few questions:
Most roll should be left by default.
Than the roll is made, and result is announced in the chat.
Corruption is calculated taking into account the level in Theurgy, Wizardry, Witchcraft, Blessings, Sorcery.
If the result have effects on a token (damage, healing, corruption, stutus effects...) the gamemaster gets a chat entry with a button
Clicking the button will automaticaly affect the results of the power to the tokens: damage will be substracted from toughness, temporary corruption added, etc.
In order to do chain effects, you'll have to cast the power on each target, checking the \"maintained\" box after the first target.
Anathema can be used with or without a target. The target should be the opposing caster.
\nWhen using this abilities, the effects will automaticaly modify the combat values of the character (armor, defense, damage). Use the abality again to revert to normal.
\nWhen striking multiple targets, use the power several times, changing the target each time. After the first target, use the \"maintain power\" option so the casting character won't get corruption.
\nWhen using the power on 1 or 2 other characters (adept and master level), select them as targets before using the power. If successful, the Mystic and the target will automaticaly get an active \"blessed shield\" stackable armor. At the end of the duration of the power, just delete this item from their inventory.
\nIt's always the caster that should initiate the roll. After the second round, the strenght of the target will be used as a resist value, as in the rules.
\nTarget will be healed and damage will apply to the caster. If enhanced combat is used, and the level is adept or master, poison and bleeding effects will also be transfered from target to caster.
\nIf no target are selected, the spell will be cast on self. If a target is selected and level is adept or master, the power will be cast on the target.
\nWhen using leader, it will trigger the adept level effect: the target will receive a \"targeted\" status effect. When any character attacks this target, damage will receive a +1d4 bonus (or +2 if attack from a NPC). Just delete the status effect on the token to remove the effect.
\nThere are 2 options for combat:
\nAs with normal attribute rolls, combat works almost the same. The player has, based on its abilities and traits, selected which attribute is used for its initiative, defense and attack. The attack is set when you add a weapon to a character, as different weapons can use different attributes.
\nTo make an attack with a weapon, the player clicks the weilded weapon on their character sheet under the main tab.
It will then bring up the attribute test dialogue, where an attribute can be selected, or, which is more common in combat, the targets defense is selected.
Beside the normal fields in the attribute test dialogue, the player can also choose to make this attack with Advantage as well as any damage bonuses beyond those bestowed by Advantage or the wearpon, for example Backstab. The result of the attack is then displayed in the chat window which then can be applied to the token on the battlefield.
To make a defense test against an attack, the player clicks on the equipped armor, which then opens the attribute test dialogue. This dialogue has a subtle difference that it also has a checkmark if the people attacking the player have Advantage, i.e. the player is at Disadvantage.
If the defense is unsuccessful, then it will automatically roll the armor roll and display it in the chat window.
In the example above, Abesina failed her defense test and her robes protects her for 2 points of damage.
Enhance combat can be activated by selecting the option in the system settings. The purpose of EC is to accelerate combat, limit Players and GM fidgeting with character sheets, and vastly simplify NPC management.
\nThis quick video explains how to use the enhanced combat
\n
it is still a Work in Progress. Not every passive abilities have been integrated.
Armor and weapons have to be equipped by the PCs and NPCs in order to be taken in account.
It automaticaly processes the attributes, traits and abilities of the attacker and its target, rolls the dice, evaluate damage.
The attribute used for attacking has to be defined on the weapon sheet. The defense attribute has to be selected on the character sheet. PCs and NPCs armors and weapons value have to be entered as 'dice' (for example a sword damage value would be 1d8 - the system will automaticaly transform this value to a fixed 4 when a NPC attacks a PC)
If a player character attacks a NPC, the player has to select its target, then click on a weapon to do the attack. If a NPC attacks a PC, the GM select the target, then clicks on the NPC weapon.
A dialog window will appear, asking which abilities of the attacker to use (iron fist, hunter's instinct...).
Then the attack roll is made, and if it's a hit, damage is roll. Result is printed in the chat. If it's an NPC attack against a PC, then the damage is fixed and the armor is rolled, as per the rules - please note the Player don't have to initiate the defense and armor roll.
The gamemaster then gets a chat entry with a button
Clicking the button will automaticaly affect the results of the attack to the tokens: damage will be substracted from toughness, status icons like poison and bleed added, etc. We recommend using the \"Status icons counters\" in order to have the duration of those effects displayed on the token and in the combat tracker.
The \"Undead\", \"Spirit form\" and \"swarm\" traits will apply damage reduction. Remember to check the \"magical\" quality box on artefact weapons, so their damage will be evaluated as such.
The initiative used in the Symbaroum for FVTT system works the same way than stated in the rulebook, but in order to integrate in FVTT it uses the formula:
initiative = quick + vigilant x 0.01.
This simple formula produces the same order than the rulebook. So initiative 15.10 means Quick 15, Vigilant 10. It is possible to change the base attribute used for the formula in the character sheet (for characters with the Tactician ability, for example).
The term favour/disfavour used in dialog boxes refers to situation when the acting character either rolls 2 dice and keeps the best (Hunter's instinct ability, steadfast resistance, ...) or in cases where disfavour (cursed, pariah, ...) is used, it keeps the worst.
All items can have different bonuses configurable. These can be used by the GM for various purposes, ranging from giving boosts or penalties to attributes, to increasing or decreasing toughness, changing corruption values. It can also be used to reduce the experience cost of something or even give a player experience without changing their total experience earned (only their unspent). When viewing any items, it will have a bonus section where an items behaviour can be changed.
It should be noted that Powers & Abilities give bonuses as soon as they are on the character sheet. Bonuses on armor, weapons and items are only given when they are equipped. If an item gives a bonus to an attribute, then it is included in the printed \"total\" value and listed in the corresponding tooltip. For example, here is a character with ability \"Exc Attribute Vigilant\" novice, and a base Vigilant value of 15:
This guide presents the main features of the Symbaroum system for Foundry VTT.
This system is unofficial, so there are no art or text from the rulebooks included. It is assumed that the people using this system for Foundry VTT are in possession of the rulebooks.
To create a character, go to the Actor and click Create Actor. It will then prompt you for a name of the actor and what type it is, either player or monster. Once it has been selected, it shows a Character sheet where details of the character can be filled in. Items such as character name and race can be filled in, as well as the experience it has and how much of it that has been spent on re-rolls or binding to artifacts, how much has been spent on abilities and traits and finally how much is unspent.
Any field that has a blue-ish background can't be edited, this is because they are automatically calculated and the player do not need to change these fields. The portrait can be changed to a picture that the player likes.
Underneath it has a set of tabs, main, gear, bio, etc. which can be used to supply the various information required.
On the main tab, the player can fill in their details of their attributes, how much toughness they have remaining and details of their corruption. In order to modify attributes, click on the \"modify\" button under the attributes label. this will open the attributes windows.
The base attribute is for the base, unmodifed attribute of the character. The \"Modifier\" field is for temporary modifiers, like attribute damage from undead creatures. \"Bonus\" is for bonuses from items. \"Total\" will display the computed attribute.
The corruption fields contains entries for how much Temporary (scene) corruption they've taken, any long term corruption, such as happens when consuming Krusan Berries, or even Permanent corruption they have accumulated.
The combat section allows for selection of the attribute that will be used for initiative or for defense. It also contains information of any worn armor or wielded weapons. See section about combat below.
Please note that this System Module does not contain the details about these abilities, traits, boons and burdens and it is advised that the Game Master sets them up in advance.
There is a Compendium with the names of these in multiple languages that is recommended for use.
To add an ability, trait, boon or burden, the player drags them from the Item's selection to the Abilities & Powers section of the character sheet.
Once they are on the character sheet, the player can open it and see more information about it. For abilities and traits, no experience is deducted unless the player has ticked that they have learnt or aquired the ability or trait. For boons and burdens, it deducts experience as per the level, as detailed in APG.
The character sheet also shows a summary with a clickable icon, the name of the ability and what actions (Active, Passive, etc) the player can use with the ability or trait.
Pre-configured weapons and armors are available in compendiums. We recommand you use them. Just find the compendiums corresponding to your langage in the compendium tab, and select \"import\".
To create an armor or weapon, select the tab GEAR on the character sheet. There is a + at the end of the tables for armor and weapons which when clicked, will create new armor or weapon and details about can be filled in.
Weapons have a class : One-handed (default), heavy, unarmed, short, long, ranged, thrown, and shield.
Attributes: The default base attribute is \"Accurate\" but you can select another one. You usually don't have to, since abilities that modify the attribute (Iron fist, Sixth sense...) will automaticaly do it.
There are two fields for the damage :
- Base damage : contains the damage dice of the weapon (1-handed is 1d8, short is 1d6…). You don't need to add passive bonuses from abilities, they will automaticaly added later.
- Bonus damage. This field should be left empty and be used only for exceptional situations, unsupported abilities and house rules.
- A weapon with the quality deep impact, or a weapon masterfully crafted to give it this quality have +1 damage, this damage should not be entered in the bonus field, just check the checkbox « deep impact » in the quality tab and the bonus will be added. The calculated damage is printed in the boxes under the weapon name : as in Symbaroum rules, PC damage is the damage roll formula when it’s a PC that wields it, and the NPC damage is the fixed damage used when it’s a NPC.
Armors have a fixed base protection value (1d4, 1d6, or 1d8). A reinforced armor should have the \"Reinforced\" quality checkbox scheck in the \"Qualities\" tab. Other bonus to protection can be add in the \"Bonus protection\" field. The \"Impeding\" field should receive the impeding value of the armor. This value will be used in some rolls. Qualities should be checked in the qualities tab. Only those will be used by the system. Any other custom quality can be entered in the \"quality\" field.
\nStackable armors can be created, for effects like \"Blessed shield\" that stacks to normal armor. Select the \"stackable armor\" option in the base armor field, then type the added protection value in the bonus field.
\nTo add an armor or weapon to a character sheet, drag it from the Item's selection to the armor or weapon section of the gear tab of the character sheet. Monsters with the \"Natural weapon\" trait should be given the weapon « Natural weapon » of the compendium, and those with the \"Armored\" trait should be given the \"armored\" Armor.
When a PC or NPC add a weapon or an armor, to its sheet, its damage or protection value is automaticaly recalculated, taking into account the character abilities and traits (Man-at-arms, Robust…). For weapons, the attribute is also evaluated, taking into account the class of the weapon. The weapon/armor then appears on the character sheet with its final value printed. (dice value if it’s a PC sheet (ex: 1d8+1d6), fixed if it’s a monster sheet (ex: 7))
On the gear tab of the sheet, Weapons and armor have 3 states repredented bys a small icon, that you can change by clicking on it:
- stored (house icon): the item is stored out of immediate reach (in the character house, in a pack on a mule...)
- carried (briefcase icon): the item is sheated, or in a backpack
- active (shirt icon): the item is weared (armor) or in hand (weapon), and can be used for combat.
Active weapons, and the active armor, can be seen in the main tab of the character sheet. Click on them to make a roll (cf the combat section). Only one non-stackable armor will be considered active at a time. If there is no active armor, the system will generate a \"no armor\" dummy armor, equipped by the character, with passive bonuses added (robust..). When a stackable armor is activated, it will add its bonus protection to the active armor.
\n\n
To turn an item (weapon, armor or equipment) into an artifact, there is a check-box, where ticking it will turn it to an artifact. This will open a new tab for artifact Powers. There you can add any number of artifact powers that the item has.
\nSymbaroum often calls for a test to be performed against an attribute. The tests are often denoted within brackets and optionally, where it is a test versus someone else, it contain the attribute that is used as the difficulty of the roll.
\nTo perform a an attribute test, the player clicks on the attribute that is used for the test, for example, if a test for discreet is called, the player clicks on the discreet attribute
This will then bring up the attribute test dialogue, see below.
If the test is to be performed against a token on the player field, then the player making the test, selects the token as a target. To select a target, right click on it and tick the \"target icon\". The selected target will then have arrows pointing at it, to show that it is now a target for the player.
Then the player clicks the attribute that the player wants to use. This then presents the attribute test dialogue to the player, where they can select the attribute that the token uses to resist the test. This will automatically then apply any bonus or penalty as normal to the test.
The roll dialogue is dynamic and shows elements that are relevant for the test. In the majority of the attribute tests, there are three elements. The versus attribute, which is the attribute from the selected target token that is used to resist the attribute that the player is rolling. For example, a player has to make a [Persuasive←Resolute] test against a token on the field. They've selected the token as the target and clicked their Persuasive attribute. In the dialogue, the selected is seen in the title of the window, Persusasive.
The player can then select the attribute the test is against, in the example above, it is the targets Resolute that is the versus attribute. The second field is if this is a normal test, or if the test is made with favour or disfavour. See an explanation for the terms Favour and Disfavour further down in this document.
All the Abilities, Mystical Powers and Traits are available in the system compendiums. In order to add one of them to a character or monster sheet, simply drag and drop it from the compendium to the sheet. Then you can indicated the levels know by this character by checking the \"learned\" box in the Novice, adept and master tab.
You can create your own abilities but in order to use the features of the system, you'll have to use the Abilities, powers and traits included in the compendiums. This system in unofficial, so we can't include the descriptions of those abilities.
Some abilities and traits, when given to a character (PC and NPC), will have effect on her character sheet and / or on dialog windows.
\nDefense and attack attribute will be changed when the character uses relevant weapons.
\nDamage value of the weapon will be increased, and/or defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nProtection value of the armor will be increased.
\nThose traits will apply damage reduction when using Enhanced Combat (see Enhanced combat option) Damage value of the weapon will be increased, and defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nRobust will modifed damage value. Please note that is it right now a bug - robust should only apply on 1 attack per round - this bug will be corrected.
\nWhen using Enhanced Combat option, having those abilities and using the right weapon type will make specific options available in the attack window.
\nPowers can be activated by clicking on the orange dice of the item sheet.
Power activation is a WIP.
For now, only those active powers are supported:
Anathema, blessed shield, brimstone cascade, bend will, black bolt, confusion, curse, entangling vines, holy aura, inherit wound, larvae boils, lay on hands, levitate, maltransformation, Prios burning glass, tormenting spirits, unnoticeable
the abilities:
Alchemy, acrobatics, berserker, dominate, leader, loremaster, medicus, recovery, witchsight.
the traits:
Regeneration.
When you activate a power, it will take in account the relevant abilities of the character and its target (leader ability, rapid reflexes, steadfast, traditions, impeding armour...). It will open a dialog window for the acting player asking a few questions:
Most roll should be left by default.
Than the roll is made, and result is announced in the chat.
Corruption is calculated taking into account the level in Theurgy, Wizardry, Witchcraft, Blessings, Sorcery.
If the result have effects on a token (damage, healing, corruption, stutus effects...) the gamemaster gets a chat entry with a button
Clicking the button will automaticaly affect the results of the power to the tokens: damage will be substracted from toughness, temporary corruption added, etc.
In order to do chain effects, you'll have to cast the power on each target, checking the \"maintained\" box after the first target.
Anathema can be used with or without a target. The target should be the opposing caster.
\nWhen using this abilities, the effects will automaticaly modify the combat values of the character (armor, defense, damage). Use the abality again to revert to normal.
\nWhen striking multiple targets, use the power several times, changing the target each time. After the first target, use the \"maintain power\" option so the casting character won't get corruption.
\nWhen using the power on 1 or 2 other characters (adept and master level), select them as targets before using the power. If successful, the Mystic and the target will automaticaly get an active \"blessed shield\" stackable armor. At the end of the duration of the power, just delete this item from their inventory.
\nIt's always the caster that should initiate the roll. After the second round, the strenght of the target will be used as a resist value, as in the rules.
\nTarget will be healed and damage will apply to the caster. If enhanced combat is used, and the level is adept or master, poison and bleeding effects will also be transfered from target to caster.
\nIf no target are selected, the spell will be cast on self. If a target is selected and level is adept or master, the power will be cast on the target.
\nWhen using leader, it will trigger the adept level effect: the target will receive a \"targeted\" status effect. When any character attacks this target, damage will receive a +1d4 bonus (or +2 if attack from a NPC). Just delete the status effect on the token to remove the effect.
\nThere are 2 options for combat:
\nAs with normal attribute rolls, combat works almost the same. The player has, based on its abilities and traits, selected which attribute is used for its initiative, defense and attack. The attack is set when you add a weapon to a character, as different weapons can use different attributes.
\nTo make an attack with a weapon, the player clicks the weilded weapon on their character sheet under the main tab.
It will then bring up the attribute test dialogue, where an attribute can be selected, or, which is more common in combat, the targets defense is selected.
Beside the normal fields in the attribute test dialogue, the player can also choose to make this attack with Advantage as well as any damage bonuses beyond those bestowed by Advantage or the wearpon, for example Backstab. The result of the attack is then displayed in the chat window which then can be applied to the token on the battlefield.
To make a defense test against an attack, the player clicks on the equipped armor, which then opens the attribute test dialogue. This dialogue has a subtle difference that it also has a checkmark if the people attacking the player have Advantage, i.e. the player is at Disadvantage.
If the defense is unsuccessful, then it will automatically roll the armor roll and display it in the chat window.
In the example above, Abesina failed her defense test and her robes protects her for 2 points of damage.
Enhance combat can be activated by selecting the option in the system settings. The purpose of EC is to accelerate combat, limit Players and GM fidgeting with character sheets, and vastly simplify NPC management.
\nThis quick video explains how to use the enhanced combat
\n
it is still a Work in Progress. Not every passive abilities have been integrated.
Armor and weapons have to be equipped by the PCs and NPCs in order to be taken in account.
It automaticaly processes the attributes, traits and abilities of the attacker and its target, rolls the dice, evaluate damage.
The attribute used for attacking has to be defined on the weapon sheet. The defense attribute has to be selected on the character sheet. PCs and NPCs armors and weapons value have to be entered as 'dice' (for example a sword damage value would be 1d8 - the system will automaticaly transform this value to a fixed 4 when a NPC attacks a PC)
If a player character attacks a NPC, the player has to select its target, then click on a weapon to do the attack. If a NPC attacks a PC, the GM select the target, then clicks on the NPC weapon.
A dialog window will appear, asking which abilities of the attacker to use (iron fist, hunter's instinct...).
Then the attack roll is made, and if it's a hit, damage is roll. Result is printed in the chat. If it's an NPC attack against a PC, then the damage is fixed and the armor is rolled, as per the rules - please note the Player don't have to initiate the defense and armor roll.
The gamemaster then gets a chat entry with a button
Clicking the button will automaticaly affect the results of the attack to the tokens: damage will be substracted from toughness, status icons like poison and bleed added, etc. We recommend using the \"Status icons counters\" in order to have the duration of those effects displayed on the token and in the combat tracker.
The \"Undead\", \"Spirit form\" and \"swarm\" traits will apply damage reduction. Remember to check the \"magical\" quality box on artefact weapons, so their damage will be evaluated as such.
The initiative used in the Symbaroum for FVTT system works the same way than stated in the rulebook, but in order to integrate in FVTT it uses the formula:
initiative = quick + vigilant x 0.01.
This simple formula produces the same order than the rulebook. So initiative 15.10 means Quick 15, Vigilant 10. It is possible to change the base attribute used for the formula in the character sheet (for characters with the Tactician ability, for example).
The term favour/disfavour used in dialog boxes refers to situation when the acting character either rolls 2 dice and keeps the best (Hunter's instinct ability, steadfast resistance, ...) or in cases where disfavour (cursed, pariah, ...) is used, it keeps the worst.
All items can have different bonuses configurable. These can be used by the GM for various purposes, ranging from giving boosts or penalties to attributes, to increasing or decreasing toughness, changing corruption values. It can also be used to reduce the experience cost of something or even give a player experience without changing their total experience earned (only their unspent). When viewing any items, it will have a bonus section where an items behaviour can be changed.
It should be noted that Powers & Abilities give bonuses as soon as they are on the character sheet. Bonuses on armor, weapons and items are only given when they are equipped. If an item gives a bonus to an attribute, then it is included in the printed \"total\" value and listed in the corresponding tooltip. For example, here is a character with ability \"Exc Attribute Vigilant\" novice, and a base Vigilant value of 15:
This guide presents the main features of the Symbaroum system for Foundry VTT.
This system is unofficial, so there are no art or text from the rulebooks included. It is assumed that the people using this system for Foundry VTT are in possession of the rulebooks.
To create a character, go to the Actor and click Create Actor. It will then prompt you for a name of the actor and what type it is, either player or monster. Once it has been selected, it shows a Character sheet where details of the character can be filled in. Items such as character name and race can be filled in, as well as the experience it has and how much of it that has been spent on re-rolls or binding to artifacts, how much has been spent on abilities and traits and finally how much is unspent.
Any field that has a blue-ish background can't be edited, this is because they are automatically calculated and the player do not need to change these fields. The portrait can be changed to a picture that the player likes.
Underneath it has a set of tabs, main, gear, bio, etc. which can be used to supply the various information required.
On the main tab, the player can fill in their details of their attributes, how much toughness they have remaining and details of their corruption. In order to modify attributes, click on the \"modify\" button under the attributes label. this will open the attributes windows.
The base attribute is for the base, unmodifed attribute of the character. The \"Modifier\" field is for temporary modifiers, like attribute damage from undead creatures. \"Bonus\" is for bonuses from items. \"Total\" will display the computed attribute.
The corruption fields contains entries for how much Temporary (scene) corruption they've taken, any long term corruption, such as happens when consuming Krusan Berries, or even Permanent corruption they have accumulated.
The combat section allows for selection of the attribute that will be used for initiative or for defense. It also contains information of any worn armor or wielded weapons. See section about combat below.
Please note that this System Module does not contain the details about these abilities, traits, boons and burdens and it is advised that the Game Master sets them up in advance.
There is a Compendium with the names of these in multiple languages that is recommended for use.
To add an ability, trait, boon or burden, the player drags them from the Item's selection to the Abilities & Powers section of the character sheet.
Once they are on the character sheet, the player can open it and see more information about it. For abilities and traits, no experience is deducted unless the player has ticked that they have learnt or aquired the ability or trait. For boons and burdens, it deducts experience as per the level, as detailed in APG.
The character sheet also shows a summary with a clickable icon, the name of the ability and what actions (Active, Passive, etc) the player can use with the ability or trait.
Pre-configured weapons and armors are available in compendiums. We recommand you use them. Just find the compendiums corresponding to your langage in the compendium tab, and select \"import\".
To create an armor or weapon, select the tab GEAR on the character sheet. There is a + at the end of the tables for armor and weapons which when clicked, will create new armor or weapon and details about can be filled in.
Weapons have a class : One-handed (default), heavy, unarmed, short, long, ranged, thrown, and shield.
Attributes: The default base attribute is \"Accurate\" but you can select another one. You usually don't have to, since abilities that modify the attribute (Iron fist, Sixth sense...) will automaticaly do it.
There are two fields for the damage :
- Base damage : contains the damage dice of the weapon (1-handed is 1d8, short is 1d6…). You don't need to add passive bonuses from abilities, they will automaticaly added later.
- Bonus damage. This field should be left empty and be used only for exceptional situations, unsupported abilities and house rules.
- A weapon with the quality deep impact, or a weapon masterfully crafted to give it this quality have +1 damage, this damage should not be entered in the bonus field, just check the checkbox « deep impact » in the quality tab and the bonus will be added. The \"massive\" quality will also modify damage (when used by a PC), or armor rolls (when used by a NPC) The calculated damage is printed in the boxes under the weapon name : as in Symbaroum rules, PC damage is the damage roll formula when it’s a PC that wields it, and the NPC damage is the fixed damage used when it’s a NPC.
The \"Alternative damage\" field is used for weapons that do damage on attributes (usually Resolute or Strong). Normal weapons are set on \"none\". When creating a monster that do alternative damage, use the \"wraith claws\" or \"freezing touch\" weapon, and give the \"alternative damage\" ability to the creature. The damage of the weapon will automaticaly upgrade depending of its level in the ability.
Armors have a fixed base protection value (1d4, 1d6, or 1d8). A reinforced armor should have the \"Reinforced\" quality checkbox scheck in the \"Qualities\" tab. Other bonus to protection can be add in the \"Bonus protection\" field. The \"Impeding\" field should receive the impeding value of the armor. This value will be used in some rolls. Qualities should be checked in the qualities tab. Only those will be used by the system. Any other custom quality can be entered in the \"quality\" field.
\nStackable armors can be created, for effects like \"Blessed shield\" that stacks to normal armor. Select the \"stackable armor\" option in the base armor field, then type the added protection value in the bonus field.
\nTo add an armor or weapon to a character sheet, drag it from the Item's selection to the armor or weapon section of the gear tab of the character sheet. Monsters with the \"Natural weapon\" trait should be given the weapon « Natural weapon » of the compendium, and those with the \"Armored\" trait should be given the \"armored\" Armor.
When a PC or NPC add a weapon or an armor, to its sheet, its damage or protection value is automaticaly recalculated, taking into account the character abilities and traits (Man-at-arms, Robust…). For weapons, the attribute is also evaluated, taking into account the class of the weapon. The weapon/armor then appears on the character sheet with its final value printed. (dice value if it’s a PC sheet (ex: 1d8+1d6), fixed if it’s a monster sheet (ex: 7))
On the gear tab of the sheet, Weapons and armor have 3 states repredented bys a small icon, that you can change by clicking on it:
- stored (house icon): the item is stored out of immediate reach (in the character house, in a pack on a mule...)
- carried (briefcase icon): the item is sheated, or in a backpack
- active (shirt icon): the item is weared (armor) or in hand (weapon), and can be used for combat.
Active weapons, and the active armor, can be seen in the main tab of the character sheet. Click on them to make a roll (cf the combat section). Only one non-stackable armor will be considered active at a time. If there is no active armor, the system will generate a \"no armor\" dummy armor, equipped by the character, with passive bonuses added (robust..). When a stackable armor is activated, it will add its bonus protection to the active armor.
\nSymbaroum often calls for a test to be performed against an attribute. The tests are often denoted within brackets and optionally, where it is a test versus someone else, it contain the attribute that is used as the difficulty of the roll.
\nTo perform a an attribute test, the player clicks on the attribute that is used for the test, for example, if a test for discreet is called, the player clicks on the discreet attribute
This will then bring up the attribute test dialogue, see below.
If the test is to be performed against a token on the player field, then the player making the test, selects the token as a target. To select a target, right click on it and tick the \"target icon\". The selected target will then have arrows pointing at it, to show that it is now a target for the player.
Then the player clicks the attribute that the player wants to use. This then presents the attribute test dialogue to the player, where they can select the attribute that the token uses to resist the test. This will automatically then apply any bonus or penalty as normal to the test.
The roll dialogue is dynamic and shows elements that are relevant for the test. In the majority of the attribute tests, there are three elements. The versus attribute, which is the attribute from the selected target token that is used to resist the attribute that the player is rolling. For example, a player has to make a [Persuasive←Resolute] test against a token on the field. They've selected the token as the target and clicked their Persuasive attribute. In the dialogue, the selected is seen in the title of the window, Persusasive.
The player can then select the attribute the test is against, in the example above, it is the targets Resolute that is the versus attribute. The second field is if this is a normal test, or if the test is made with favour or disfavour. See an explanation for the terms Favour and Disfavour further down in this document.
All the Abilities, Mystical Powers and Traits are available in the system compendiums. In order to add one of them to a character or monster sheet, simply drag and drop it from the compendium to the sheet. Then you can indicated the levels know by this character by checking the \"learned\" box in the Novice, adept and master tab.
You can create your own abilities but in order to use the features of the system, you'll have to use the Abilities, powers and traits included in the compendiums. This system in unofficial, so we can't include the descriptions of those abilities.
Some abilities and traits, when given to a character (PC and NPC), will have effect on her character sheet and / or on dialog windows.
\nDefense and attack attribute will be changed when the character uses relevant weapons.
\nDamage value of the weapon will be increased, and/or defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nProtection value of the armor will be increased.
\nThose traits will apply damage reduction when using Enhanced Combat (see Enhanced combat option) Damage value of the weapon will be increased, and defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
\nWhen using Enhanced Combat option, having those abilities or traits and using the right weapon type will make specific options available in the attack window.
\nPowers can be activated by clicking on the orange dice of the item sheet.
Power activation is a WIP.
For now, only those active powers are supported:
Anathema, blessed shield, brimstone cascade, bend will, black bolt, confusion, curse, entangling vines, holy aura, inherit wound, larvae boils, lay on hands, levitate, maltransformation, Prios burning glass, tormenting spirits, unnoticeable
the abilities:
Alchemy, acrobatics, berserker, dominate, leader, loremaster, medicus, quickdraw, recovery, witchsight.
the traits:
Regeneration, Shapeshifter, Wisdom of the ages.
When you activate a power, it will take in account the relevant abilities of the character and its target (leader ability, rapid reflexes, steadfast, traditions, impeding armour...). It will open a dialog window for the acting player asking a few questions:
Most roll should be left by default.
Than the roll is made, and result is announced in the chat.
Corruption is calculated taking into account the level in Theurgy, Wizardry, Witchcraft, Blessings, Sorcery.
If the result have effects on a token (damage, healing, corruption, stutus effects...) the gamemaster gets a chat entry with a button
Clicking the button will automaticaly affect the results of the power to the tokens: damage will be substracted from toughness, temporary corruption added, etc.
In order to do chain effects, you'll have to cast the power on each target, checking the \"maintained\" box after the first target.
Anathema can be used with or without a target. The target should be the opposing caster.
\nWhen using this abilities, the effects will automaticaly modify the combat values of the character (armor, defense, damage). Use the abality again to revert to normal.
\nWhen striking multiple targets, use the power several times, changing the target each time. After the first target, use the \"maintain power\" option so the casting character won't get corruption.
\nWhen using the power on 1 or 2 other characters (adept and master level), select them as targets before using the power. If successful, the Mystic and the target will automaticaly get an active \"blessed shield\" stackable armor. At the end of the duration of the power, just delete this item from their inventory.
\nIt's always the caster that should initiate the roll. After the second round, the strenght of the target will be used as a resist value, as in the rules.
\nTarget will be healed and damage will apply to the caster. If enhanced combat is used, and the level is adept or master, poison and bleeding effects will also be transfered from target to caster.
\nIf no target are selected, the spell will be cast on self. If a target is selected and level is adept or master, the power will be cast on the target.
\nWhen using leader, it will trigger the adept level effect: the target will receive a \"targeted\" status effect. When any character attacks this target, damage will receive a +1d4 bonus (or +2 if attack from a NPC). Just delete the status effect on the token to remove the effect.
\nThere are 2 options for combat:
\nAs with normal attribute rolls, combat works almost the same. The player has, based on its abilities and traits, selected which attribute is used for its initiative, defense and attack. The attack is set when you add a weapon to a character, as different weapons can use different attributes.
\nTo make an attack with a weapon, the player clicks the weilded weapon on their character sheet under the main tab.
It will then bring up the attribute test dialogue, where an attribute can be selected, or, which is more common in combat, the targets defense is selected.
Beside the normal fields in the attribute test dialogue, the player can also choose to make this attack with Advantage as well as any damage bonuses beyond those bestowed by Advantage or the wearpon, for example Backstab. The result of the attack is then displayed in the chat window which then can be applied to the token on the battlefield.
To make a defense test against an attack, the player clicks on the equipped armor, which then opens the attribute test dialogue. This dialogue has a subtle difference that it also has a checkmark if the people attacking the player have Advantage, i.e. the player is at Disadvantage.
If the defense is unsuccessful, then it will automatically roll the armor roll and display it in the chat window.
In the example above, Abesina failed her defense test and her robes protects her for 2 points of damage.
Enhance combat can be activated by selecting the option in the system settings. The purpose of EC is to accelerate combat, limit Players and GM fidgeting with character sheets, and vastly simplify NPC management.
\nThis quick video explains how to use the enhanced combat
\n
it is still a Work in Progress. Not every passive abilities have been integrated.
Armor and weapons have to be equipped by the PCs and NPCs in order to be taken in account.
It automaticaly processes the attributes, traits and abilities of the attacker and its target, rolls the dice, evaluate damage.
The attribute used for attacking has to be defined on the weapon sheet. The defense attribute has to be selected on the character sheet. PCs and NPCs armors and weapons value have to be entered as 'dice' (for example a sword damage value would be 1d8 - the system will automaticaly transform this value to a fixed 4 when a NPC attacks a PC)
If a player character attacks a NPC, the player has to select its target, then click on a weapon to do the attack. If a NPC attacks a PC, the GM select the target, then clicks on the NPC weapon.
A dialog window will appear, asking which abilities of the attacker to use (iron fist, hunter's instinct...).
Then the attack roll is made, and if it's a hit, damage is roll. Result is printed in the chat. If it's an NPC attack against a PC, then the damage is fixed and the armor is rolled, as per the rules - please note the Player don't have to initiate the defense and armor roll.
The gamemaster then gets a chat entry with a button
Clicking the button will automaticaly affect the results of the attack to the tokens: damage will be substracted from toughness, status icons like poison and bleed added, etc. We recommend using the \"Status icons counters\" in order to have the duration of those effects displayed on the token and in the combat tracker.
The \"Undead\", \"Spirit form\" and \"swarm\" traits will apply damage reduction. Remember to check the \"magical\" quality box on artifact weapons, so their damage will be evaluated as such.
Alternative damage will reduce the relevant attribute (it will use the \"modifier\" field of the attribute sheet.)
The initiative used in the Symbaroum for FVTT system works the same way than stated in the rulebook, but in order to integrate in FVTT it uses the formula:
initiative = quick + vigilant x 0.01.
This simple formula produces the same order than the rulebook. So initiative 15.10 means Quick 15, Vigilant 10. It is possible to change the base attribute used for the formula in the character sheet (for characters with the Tactician ability, for example).
The term favour/disfavour used in dialog boxes refers to situation when the acting character either rolls 2 dice and keeps the best (Hunter's instinct ability, steadfast resistance, ...) or in cases where disfavour (cursed, pariah, ...) is used, it keeps the worst.
All items can have different bonuses configurable. These can be used by the GM for various purposes, ranging from giving boosts or penalties to attributes, to increasing or decreasing toughness, changing corruption values. It can also be used to reduce the experience cost of something or even give a player experience without changing their total experience earned (only their unspent). When viewing any items, it will have a bonus section where an items behaviour can be changed.
It should be noted that Powers & Abilities give bonuses as soon as they are on the character sheet. Bonuses on armor, weapons and items are only given when they are equipped. If an item gives a bonus to an attribute, then it is included in the printed \"total\" value and listed in the corresponding tooltip. For example, here is a character with ability \"Exc Attribute Vigilant\" novice, and a base Vigilant value of 15:
{{corruptionChatResult}}
+ {{corruptionTooltip}} +Protection value of the armor will be increased.
-Those traits will apply damage reduction when using Enhanced Combat (see Enhanced combat option) Damage value of the weapon will be increased, and defense value. Please note that the extra bonus of Staff fighting when using a wooden staff or a mystic staff isn't included (please add +1 defense in the bonus tab of the relevant weapons).
-- When using Enhanced Combat option, having those abilities and using the right weapon type will make specific options available in the attack window. + When using Enhanced Combat option, having those abilities or traits and using the right weapon type will make specific options available in the attack window.