diff --git a/statblock-examples/Agent (template).md b/statblock-examples/Agent (template).md index a9f977f..aafa0be 100644 --- a/statblock-examples/Agent (template).md +++ b/statblock-examples/Agent (template).md @@ -9,8 +9,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets-en.js")) ## ```statblock -columnWidth: 680 -column: 1 layout: WoD v20 Agent en dice: true diff --git a/statblock-examples/Mage (template).md b/statblock-examples/Mage (template).md new file mode 100644 index 0000000..cb08419 --- /dev/null +++ b/statblock-examples/Mage (template).md @@ -0,0 +1,267 @@ +--- +cssclasses: +tags: + - npc/маг +--- +```dataviewjs +dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets-en.js")) +``` + +## +```statblock +layout: MtA m20 Mage en + + #### GENERAL INFO #### + +name: Nicole Beladonna Scott +desc: impatient girl from the streets of London +nature: Survivalist +demeanor: Survivalist +concept: Annoyed by past-life +essence: Pattern +affiliation: Orphans +sect: Traditions + +img: [[Анна Уиллер.png]] +img_title: +img_alt: +img_alt_title: + + #### ATTRIBUTES #### + +Attributes: ATTRIBUTES + +Physical: PHYSICAL +Strength: 3 +Dexterity: 3 +Stamina: 2 + +Social: SOCIAL +Charisma: 2 +Manipulation: 2 +Appearance: 2 + +Mental: MENTAL +Perception: 3 +Intelligence: 3 +Wits: 4 + + #### ABILITIES #### + +Abilities: ABILITIES + +Talents: TALENTS +alertness: 2 +art: 0 +athletics: 3 +awareness: 0 +brawl: 2 +empathy: 1 +expression: 1 +intimidation: 2 +leadership: 0 +streetwise: 2 +subterfuge: 1 +new_talent: +new_talent_value: + +Skills: SKILLS +crafts: 4 +drive: 3 +etiquette: 2 +firearms: 1 +martialarts: 0 +meditation: 0 +melee: 1 +research: 2 +stealth: 3 +survival: 4 +technology: 5 +new_skill: +new_skill_value: + +Knowledges: KNOWLEDGES +academics: 1 +computer: 1 +cosmology: 2 +enigmas: 3 +esoterica: 3 +investigation: 2 +law: 3 +medicine: 3 +occult: 4 +politics: 4 +science: 5 +new_knowledge: +new_knowledge_value: + + #### SPHERES #### + +Spheres: SPHERES + +correspondence: 2 +entroty: +forces: +life: +matter: 2 +mind: 2 +prime: 1 +spirit: +time: + + #### FOCUS #### + +Focus: FOCUS + +Paradigm: PARADIGM +paradigm_text: Tech Holds All The Answers + +Practices: PRACTICES +practice1_name: Alchemy +practice1_value: 1 +practice2_name: High Ritual Magick +practice2_value: 2 +practice3_name: +practice3_value: + +Instruments: INSTRUMENTS +instrument1: Books and tomes +instrument2: Brews and potions +instrument3: Circles and designs +instrument4: Labs and gear +instrument5: Languages +instrument6: Wands and staves +instrument7: Writings, inscriptions, and runes + + #### BACKGROUNDS / OTHER TRAITS #### + +Backgrounds: BACKGROUNDS +background1_name: Herd +background1_value: 1 +background2_name: Fame +background2_value: 2 +background3_name: Status +background3_value: 3 +background4_name: Resources +background4_value: 4 +background5_name: +background5_value: +background6_name: +background6_value: + +Othertraits: OTHER TRAITS +othertrait1_name: Acrobatics +othertrait1_value: 2 +othertrait2_name: Area Knowledge +othertrait2_value: 1 +othertrait3_name: Pharmacopeia +othertrait3_value: 1 +othertrait4_name: +othertrait4_value: +othertrait5_name: +othertrait5_value: +othertrait6_name: +othertrait6_value: + + #### MERITS / FLAWS #### + +Merits: MERITS +merit1_name: Natural Leader +merit1_value: -1 +merit2_name: Old Pal +merit2_value: -2 +merit3_name: Friend of the Underground +merit3_value: -3 +merit4_name: +merit4_value: +merit5_name: +merit5_value: +merit6_name: +merit6_value: +merit7_name: +merit7_value: + +Flaws: FLAWS +flaw1_name: Deep Sleeper +flaw1_value: +1 +flaw2_name: Vulnerability to Silver +flaw2_value: +2 +flaw3_name: Repelled by Crosses +flaw3_value: +3 +flaw4_name: +flaw4_value: +flaw5_name: +flaw5_value: +flaw6_name: +flaw6_value: +flaw7_name: +flaw7_value: + + #### ARETE / WILLPOWER / PARADOX #### + +Arete: ARETE +arete_value: 3 + +Willpower: WILLPOWER +willpower_main: 8 +willpower_current: 7 + +Quintessence: QUINTESSENCE +quintessence_value: 8 +Paradox: PARADOX +paradox_value: 3 + +Health: HEALTH +aggravated: 1 +lethal: 1 +bashing: 1 + + #### SPECIALTIES #### + +Specialties: SPECIALTIES +specialty1_origin: Strength +specialty1_name: Powerful Arms +specialty2_origin: Stamina +specialty2_name: Tough as Nails +specialty3_origin: Expression +specialty3_name: Impromptu +specialty4_origin: Larceny +specialty4_name: Pickpocketing +specialty5_origin: Strength +specialty5_name: Powerful Arms +specialty6_origin: Stamina +specialty6_name: Tough as Nails + + #### WEAPON #### + +Weapon: WEAPON + +weapon1_name: SIG-Sauer P226 9mm +damage1: 4 +range1: 20 +firerate1: 4 +capacity1: 15 +conceal1: P + +weapon2_name: Springfield HS 2000 .45 +damage2: 5 +range2: 25 +firerate2: 3 +capacity2: 13+1 +conceal2: J + +weapon3_name: +damage3: +range3: +firerate3: +capacity3: +conceal3: + +weapon4_name: +damage4: +range4: +firerate4: +capacity4: +conceal4: + +``` diff --git a/statblock-examples/Mortal (template).md b/statblock-examples/Mortal (template).md index 660f893..5d458bb 100644 --- a/statblock-examples/Mortal (template).md +++ b/statblock-examples/Mortal (template).md @@ -9,8 +9,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets-en.js")) ## ```statblock -columnWidth: 680 -column: 1 layout: WoD v20 Mortal en dice: true diff --git a/statblock-examples/Technocrat (template).md b/statblock-examples/Technocrat (template).md index af10b90..39eba04 100644 --- a/statblock-examples/Technocrat (template).md +++ b/statblock-examples/Technocrat (template).md @@ -9,8 +9,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets-en.js")) ## ```statblock -columnWidth: 680 -column: 1 layout: MtA m20 Technocrat en dice: true diff --git a/statblock-examples/Vampire (Dark Ages) (template).md b/statblock-examples/Vampire (Dark Ages) (template).md index eafed82..a1d5433 100644 --- a/statblock-examples/Vampire (Dark Ages) (template).md +++ b/statblock-examples/Vampire (Dark Ages) (template).md @@ -9,7 +9,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets-en.js")) ## ```statblock -columnWidth: 680 layout: VtM v20 Vampire Dark Ages en dice: true diff --git a/statblock-examples/Vampire (template).md b/statblock-examples/Vampire (template).md index ccb574b..292fea6 100644 --- a/statblock-examples/Vampire (template).md +++ b/statblock-examples/Vampire (template).md @@ -9,7 +9,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets-en.js")) ## ```statblock -columnWidth: 680 layout: VtM v20 Vampire en dice: true diff --git a/statblock-examples/Werewolf (template).md b/statblock-examples/Werewolf (template).md index b5173d2..4e838e3 100644 --- a/statblock-examples/Werewolf (template).md +++ b/statblock-examples/Werewolf (template).md @@ -9,8 +9,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets-en.js")) ## ```statblock -columnWidth: 680 -column: 1 layout: WtA w20 Werewolf en dice: true diff --git "a/statblock-examples/\320\220\320\263\320\265\320\275\321\202 (template).md" "b/statblock-examples/\320\220\320\263\320\265\320\275\321\202 (template).md" index 5036d38..35ba807 100644 --- "a/statblock-examples/\320\220\320\263\320\265\320\275\321\202 (template).md" +++ "b/statblock-examples/\320\220\320\263\320\265\320\275\321\202 (template).md" @@ -8,8 +8,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets.js")) ## ```statblock -columnWidth: 680 -column: 1 layout: WoD v20 Agent dice: true diff --git "a/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (template).md" "b/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (template).md" index 3bd63d8..f92f062 100644 --- "a/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (template).md" +++ "b/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (template).md" @@ -8,7 +8,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets.js")) ## ```statblock -columnWidth: 680 layout: VtM v20 Vampire dice: true diff --git "a/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (\320\242\320\265\320\274\320\275\321\213\320\265 \320\262\320\265\320\272\320\260) (template).md" "b/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (\320\242\320\265\320\274\320\275\321\213\320\265 \320\262\320\265\320\272\320\260) (template).md" index de68d38..6349239 100644 --- "a/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (\320\242\320\265\320\274\320\275\321\213\320\265 \320\262\320\265\320\272\320\260) (template).md" +++ "b/statblock-examples/\320\222\320\260\320\274\320\277\320\270\321\200 (\320\242\320\265\320\274\320\275\321\213\320\265 \320\262\320\265\320\272\320\260) (template).md" @@ -8,7 +8,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets.js")) ## ```statblock -columnWidth: 680 layout: VtM v20 Vampire Dark Ages dice: true diff --git "a/statblock-examples/\320\236\320\261\320\276\321\200\320\276\321\202\320\265\320\275\321\214 (template).md" "b/statblock-examples/\320\236\320\261\320\276\321\200\320\276\321\202\320\265\320\275\321\214 (template).md" index 9573816..d3b7866 100644 --- "a/statblock-examples/\320\236\320\261\320\276\321\200\320\276\321\202\320\265\320\275\321\214 (template).md" +++ "b/statblock-examples/\320\236\320\261\320\276\321\200\320\276\321\202\320\265\320\275\321\214 (template).md" @@ -8,8 +8,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets.js")) ## ```statblock -columnWidth: 680 -column: 1 layout: WtA w20 Werewolf dice: true diff --git "a/statblock-examples/\320\241\320\274\320\265\321\200\321\202\320\275\321\213\320\271 (template).md" "b/statblock-examples/\320\241\320\274\320\265\321\200\321\202\320\275\321\213\320\271 (template).md" index ba77a8c..1546cc0 100644 --- "a/statblock-examples/\320\241\320\274\320\265\321\200\321\202\320\275\321\213\320\271 (template).md" +++ "b/statblock-examples/\320\241\320\274\320\265\321\200\321\202\320\275\321\213\320\271 (template).md" @@ -8,8 +8,6 @@ dv.executeJs(await dv.io.load("/z_Z manuals/WoDCharsheets.js")) ## ```statblock -columnWidth: 680 -column: 1 layout: WoD v20 Mortal dice: true