From fb54f7f6676203ceb2d27c834a8abbb691c5d0cd Mon Sep 17 00:00:00 2001 From: Hazel Aranda Date: Thu, 25 Mar 2021 15:32:32 -0400 Subject: [PATCH 1/6] Draft indicator --- templates/section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/section.html b/templates/section.html index ae1655f..ebe44d5 100644 --- a/templates/section.html +++ b/templates/section.html @@ -8,7 +8,7 @@ {% for page in section.pages | sort(attribute="date") | reverse %}
  • - {{ page.title }} + {{ page.title }}{% if page.draft %} [DRAFT]{% endif %} {% if page.date %}
    -
    -Starting Equipment - -- 3 Vials each of 3 Chemicals -- 9x Syringes each of 3 Chemicals -- Chemistry Set -- Labcoat -- Goggles -
    - -{% table() %} -| d3 | Starting Skills | -| --: | --- | -| 1 | Drugs | -| 2 | Chemicals | -| 3 | Explosives | -{% end %} - -
    - -{% table() %} -| | Abilites | -| --- | --- | -| A | Portable Chemistry | -| A | Chemical Warfare | -| B | Chemical Analysis | -| C | Explosive Delivery | -| D | Oozes | -{% end %} - -## Portable Chemistry - -## Chemical Warfare - -You can utilize a chemical as a regular attack in one of three ways. - -A single syringe loaded with a chemical can be injected into a target as a melee attack. -The target get a modifier of `-2` to any save they can make against the effects of the chemical. - -The chemical inside a single vial may be splashed out in a conical area with a range of `10'`, emptying it. -Make an attack roll against all in the targeted area. -Those hit get a modifier of `+2` to any save they can make against the effects of the chemical. - -A single vial filled with a chemical may be thrown at a single target as a ranged attack with a range of `20'`. -The target takes `1d4` damage in addition to the effects of the chemical. -The vial is destroyed regardless of if it hits or misses the target. - -## Chemical Analysis - -## Explosive Delivery - -You can throw vials in a manner that they will explode on impact, -inflicting `1d6` damage to the target directly hit with the vial, -inflicting `1d4` damage to any within a `5'` radius, -and inflicting the effects of the chemical on any within a `10'` radius. - -Those not directly hit with the vial get a modifier of `+2` to any save they can make against the effects of the chemical. - -## Oozes - -You can use vials of chemicals in order to create a living ooze with the properties of all chemicals used. -The total number of vials used determines the total health, roll `1d8` for each vial used. -Its attacks inflict the effect of all chemicals used on the target. -It will follow two-word commands only from you. From ce8e670d9e2844582257637769ef820404b453fa Mon Sep 17 00:00:00 2001 From: Hazel Aranda Date: Fri, 26 Mar 2021 23:10:57 -0400 Subject: [PATCH 3/6] Change some html stuff --- templates/header.html | 2 +- templates/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/header.html b/templates/header.html index 67d6510..3c506d5 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,5 +1,5 @@
    -

    {{ config.title }}

    +

    {{ config.title }}