diff --git a/modules/crucible-actor-sheet.js b/modules/crucible-actor-sheet.js index 383e617..4cd8c5c 100644 --- a/modules/crucible-actor-sheet.js +++ b/modules/crucible-actor-sheet.js @@ -46,6 +46,7 @@ export class CrucibleActorSheet extends ActorSheet { race: duplicate(this.actor.getRace()), moneys: duplicate(this.actor.getMoneys()), encCapacity: this.actor.getEncumbranceCapacity(), + saveRoll: this.actor.getSaveRoll(), containersTree: this.actor.containersTree, encCurrent: this.actor.encCurrent, options: this.options, diff --git a/modules/crucible-actor.js b/modules/crucible-actor.js index c4ec8ee..eeee0bf 100644 --- a/modules/crucible-actor.js +++ b/modules/crucible-actor.js @@ -168,6 +168,23 @@ export class CrucibleActor extends Actor { return duplicate(this.data.items.filter(item => item.type == "equipment") || []) } + /* ------------------------------------------- */ + getSaveRoll(){ + return { + reflex: { + "label": "Reflex", + "value": this.data.data.abilities.agi.value + this.data.data.abilities.wit.value + }, + fortitude: { + "label": "Fortitude", + "value": this.data.data.abilities.str.value + this.data.data.abilities.con.value + }, + willpower: { + "label": "Willpower", + "value": this.data.data.abilities.int.value + this.data.data.abilities.cha.value + } + } + } /* ------------------------------------------- */ async buildContainerTree() { diff --git a/packs/armor.db b/packs/armor.db new file mode 100644 index 0000000..5f4a373 --- /dev/null +++ b/packs/armor.db @@ -0,0 +1,8 @@ +{"_id":"05TQy6UZnndCTon7","name":"Studded Leather","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/armors/Studded%20Leather.webp","data":{"armortype":"leathermedium","absorprionroll":"blue","damagedroll":"green","isproficient":false,"minstr":0,"skillpenalty":1,"equipped":false,"cost":0,"description":"
Studded Leather armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"HSE20fSJjeFfQjCm","name":"Clothes","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/icon_armour.webp","data":{"armortype":"clothes","absorprionroll":"none","damagedroll":"none","isproficient":false,"minstr":0,"skillpenalty":0,"equipped":false,"cost":0,"description":"Clothes - not armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"LeO2jJRkOnSyDMp3","name":"Scalemail","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/armors/Scale.webp","data":{"armortype":"scale","absorprionroll":"red","damagedroll":"purple","isproficient":false,"minstr":2,"skillpenalty":2,"equipped":false,"cost":0,"description":"Scalemail armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"O4DUjrkPYuziaPDE","name":"Chainmail","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/armors/Chainmail.webp","data":{"armortype":"chain","absorprionroll":"purple","damagedroll":"blue","isproficient":false,"minstr":0,"skillpenalty":2,"equipped":false,"cost":0,"description":"Chainmail armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"RBUJoPo5gdIOIjzu","name":"Leather","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/armors/Leather.webp","data":{"armortype":"leatherlight","absorprionroll":"green","damagedroll":"white","isproficient":false,"minstr":0,"skillpenalty":0,"equipped":false,"cost":0,"description":"Leather Armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"gNVYf8YjwC3rHcl5","name":"Padded Armor","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/armors/Padded.webp","data":{"armortype":"paddedlight","absorprionroll":"white","damagedroll":"none","isproficient":false,"minstr":0,"skillpenalty":0,"equipped":false,"cost":0,"description":"Padded Cloth armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"tVVGSdJxLqkhlGTj","name":"Full Plate","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/armors/Full%20Plate.webp","data":{"armortype":"platefull","absorprionroll":"blackgreen","damagedroll":"black","isproficient":false,"minstr":3,"skillpenalty":3,"equipped":false,"cost":0,"description":"Full Plate armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"y2hQX1gIMlVdWEj7","name":"Platemail","type":"armor","img":"systems/fvtt-crucible-rpg/images/icons/armors/Plate%20Mail.webp","data":{"armortype":"platemail","absorprionroll":"black","damagedroll":"red","isproficient":false,"minstr":2,"skillpenalty":3,"equipped":false,"cost":0,"description":"Platemail armor
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/packs/conditions.db b/packs/conditions.db new file mode 100644 index 0000000..e69de29 diff --git a/packs/currency.db b/packs/currency.db new file mode 100644 index 0000000..e69de29 diff --git a/packs/equipment.db b/packs/equipment.db new file mode 100644 index 0000000..e69de29 diff --git a/packs/lore-air.db b/packs/lore-air.db new file mode 100644 index 0000000..3c08161 --- /dev/null +++ b/packs/lore-air.db @@ -0,0 +1,5 @@ +{"_id":"9xygl9YP5HJteXHg","name":"Push","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_air/Push.webp","data":{"lore":"air","circle":2,"range":"Line of Sight","description":"An invisible force pushes your target.
\n\n
Roll Air Lore Spell Check vs. Target Brawn
\n\n
Result Table
\n<= -3 SPELL FAILURE (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Spell too weak to have any effect on target
\n+1 Pushed 5' directly away from caster
\n+2 Pushed 5' caster's choice
\n+3 Pushed 10' caster's choice
\n+4 1d6 damage, pushed 10' caster's choice, knocked PRONE
\n>= +5 2d6 damage, pushed 15' caster's choice, knocked PRONE
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"Jh7V0odyf6RjN7ef","name":"Lightning Bolt","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_air/Ligntning.webp","data":{"lore":"air","circle":3,"range":"Line of Sight","description":"A bolt of lightning streaks towards your target.
\n\n
Targeted Spell: Air Lore Spell Check vs. Target Roll
\n\n
Results Table
\n<= -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Spell too weak to have any effect on target
\n+1 2d6 damage
\n+2 3d6 damage, STAGGERED for 1 Action
\n+3 4d6 damage, STAGGERED for 2 Actions
\n+4 5d6 damage, STAGGERED for 2 Actions
\n>= +5 6d6 damage, STUNNED for 1 Action then STAGGERED for 1 Action
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"ZSkXvu6HahRHSNGD","name":"Vortex","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_air/Vortex.webp","data":{"lore":"air","circle":1,"range":"Line of Sight","description":"A mini-tornado engulfs your target.
\n\n
Roll Air Lore Spell Check vs. Target Brawn
\n\n
Result Table
\n< = -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Spell too weak to have any effect on target
\n+1 IMMOBILIZED for 1 Action
\n+2 IMMOBILIZED and ALL Actions at Disadvantage for 1 Action
\n+3 1d6 damage, moved 5' by caster, IMMOBILIZED for 1 Action, lose next Action
\n+4 2d6 damage, moved 5' by caster and knocked PRONE, IMMOBILIZED for 1 Action, lose next Action
\n> = +5 2d6 damage, moved 10' by caster and knocked PRONE, IMMOBILZED for 2 Actions, lose next 2 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"gwy1fD9B4Gl98TKX","name":"Air Servant","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_air/Air%20Servant.webp","data":{"lore":"air","circle":4,"range":"1 Zone","description":"You summon an Air Servant to do your bidding.
\n\n
Results table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Summon a Veteran Air Servant for 4 Actions
\n+2 Summon a Veteran Air Servant for 6 Actions
\n+3 Summon an Elite Air Servant for 4 Actions
\n+4 Summon an Elite Air Servant for 6 Actions
\n>= +5 Summon a Boss Air Servant for 10 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"pWjav70TOe8KPa1h","name":"Storm Front","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_air/Storm%20Front.webp","data":{"lore":"air","circle":5,"range":"Line of Sight","description":"You call down thunder, lightning, and wind.
\n\n
Area of Effect Spell - Choose Target Zone in Line of Sight
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 1DD to all Actions for all creatures in Target Zone
\n+2 1d6 damage, 1DD to all Actions in Target Zone
\n+3 1d6 damage, 1DD to all Actions in Target Zone and all Adjacent Zones
\n+4 2d6 damage, 1DD to all Actions in Target Zone and all Adjacent Zones
\n+5 2d6 damage, 2DD to all Actions in Target Zone and all Adjacent Zones
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/packs/lore-earth.db b/packs/lore-earth.db new file mode 100644 index 0000000..edd7d78 --- /dev/null +++ b/packs/lore-earth.db @@ -0,0 +1,5 @@ +{"_id":"Cbp5gwCx6o2NARgB","name":"Barrier","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_earth/Barrier.webp","data":{"lore":"earth","circle":2,"range":"Close","description":"The earth heaves up around you forming a chest high (4' tall) loose, rocky earthen berm.
\n[The barrier may be any 2-dimensional shape the caster desires such as a line, a circle, a semi-circle, a square, a triangle, etc.]
\nThe barrier represents an obstacle to Movement that will require a Move Action Athetics Check [1] to climb over.
\nResults Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Personal: 5' diameter circle or 15' total berm length
\n+2 10' diameter circle or 30' total berm length
\n+3 20' diameter circle or 65' total berm length
\n+4 30' diameter circle or 95' total berm length
\n>= +5 Add rock spikes to one face of the berm that increase the Athletics Check to [2] to climb over.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"H1KKI71UB5WA9WBr","name":"Quicksand","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_earth/Quicksand.webp","data":{"lore":"earth","circle":3,"range":"2 Zones","description":"The earth becomes wet, soft, and spongy...
\nThe area affected effectively becomes impassable terrain for the duration of the spell.
\nCaster can dispell as and when desired.
\n\n
Area of Effect Spell - Choose Target Space up to 2 Zones away.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 5' diameter area, 5' deep, lasts for 15 minutes (150 Action Rounds)
\n+2 15' diameter area, 5' deep, lasts for 30 minutes
\n+3 20' diameter area, 5' deep, lasts for 45 minutes
\n+4 20' diameter area, 10' deep, lasts for 1 hour
\n>= +5 25' diameter area, 15' deep, lasts for 2 hours
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"IsCvkGS3GQcFZ9vb","name":"Stone Golem","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_earth/Stone%20Golem.webp","data":{"lore":"earth","circle":4,"range":"1 Zone","description":"You summon a golem of earth and stone to do your bidding.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Summon a Veteran Stone Golem for 4 Actions
\n+2 Summon a Veteran Stone Golem for 6 Actions
\n+3 Summon an Elite Stone Golem for 4 Actions
\n+4 Summon an Elite Stone Golem for 6 Actions
\n>= +5 Summon a Boss Stone Golem for 10 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"OVLXaGfpYzvgwysP","name":"Earthquake","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_earth/Earthquake.webp","data":{"lore":"earth","circle":5,"range":"Line of Sight","description":"The earth shakes, rolls, and cracks open
\n\n
Area of Effect Spell - Choose a Target Zone within Line of Sight.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 All creatures in Target Zone fall PRONE
\n+2 1d6 damage, PRONE
\n+3 2d6 damage, PRONE, STAGGERED for 1 Action
\n+4 2d6 damage, PRONE, STAGGERED for 1 Action in Target Zone and all Adjacent Zones
\n+5 3d6 damage, PRONE, STAGGERED for 1 Action in Target Zone and all Adjacent Zones
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"UpEjqbQhZAO2Kh08","name":"Stone Skin","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_earth/Stone%20Skin.webp","data":{"lore":"earth","circle":1,"range":"Same Zone","description":"Your target's skin thickens into stony scales that last for 10 Action Rounds or until the Hit Point Absorption is used.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Absorbs 3 Hit Points of damage
\n+2 Absorbs 4 Hit Points of damage
\n+3 Absorbs 6 Hit Points of damage
\n+4 Absorbs 8 Hit Points of damage
\n>= +5 Absorbs 10 Hit Points of damage
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/packs/lore-fire.db b/packs/lore-fire.db new file mode 100644 index 0000000..0d8cd72 --- /dev/null +++ b/packs/lore-fire.db @@ -0,0 +1,5 @@ +{"_id":"BhBuAZjW6fFGU66P","name":"Fire Ball","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_fire/Fire%20Ball.webp","data":{"lore":"fire","circle":3,"range":"Line of Sight","description":"A ball of flames issues from your outstretched hand and hurtles across the battlefield and explodes in a fiery inferno.
\n\n
Targeted Spell: Fire Lore Spell Check vs. Target Roll
\n\n
Results Table
\n<= -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 1d6 damage to target / No splash damage to adjacent creatures
\n+1 2d6 damage to target / 1d6 damage within 5' radius
\n+2 3d6 damage to target, ON FIRE / 1d6 damage within 5' radius
\n+3 4d6 damage to target, ON FIRE, STAGGERED / 2d6 damage within 5' radius
\n+4 5d6 damage to target, ON FIRE, STAGGERED / 3d6 damage within 5' radius, ON FIRE / 1d6 damage within 10' radius
\n+5 6d6 damage to target, ON FIRE, STAGGERED / 3d6 damage within 5' radius, ON FIRE / 2d6 damage within 10' radius
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"DrBWhw1XnfIKgdYc","name":"Fire Storm","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_fire/Fire%20Storm.webp","data":{"lore":"fire","circle":5,"range":"Line of Sight","description":"You open the skies and call down a hellish inferno of fire and brimstone.
\n\n
Area of Effect Spell - Choose a Target Zone within Line of Sight.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 2d6 damage to all creatures in Target Zone
\n+2 3d6 damage to all creatures in Target Zone, ON FIRE
\n+3 3d6 damage to all creatures in Target Zone, ON FIRE / 2d6 damage in all Adjacent Zones
\n+4 4d6 damage to all creatures in Target Zone, ON FIRE, STAGGERED / 2d6 damage in all Adjacent Zones
\n+5 5d6 damage to all creatures in Target Zone, ON FIRE, STAGGERED / 3d6 damage in all Adjacent Zones
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"f1YNI4RAvOFhpBIf","name":"Fire Bolt","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_fire/Fire%20Bolt.webp","data":{"lore":"fire","circle":1,"range":"Line of Sight","description":"A small fiery missle shoots from your extended hand and streaks towards your target.
\n\n
Targeted Spell: Fire Lore Spell Check vs. Target Roll
\n\n
Results Table
\n<= -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Spell too weak to have any effect on Target
\n+1 1d6 damage
\n+2 2d6 damage
\n+3 3d6 damage, ON FIRE, STAGGERED for 1 Action
\n+4 3d6 damage, PRONE, ON FIRE, STAGGERED for 1 Action
\n+5 4d6 damage, PRONE, ON FIRE, STAGGERED for 1 Action
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"gKU8IwYA21ipd8SO","name":"Flame Serpent","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_fire/Flame%20Serpent.webp","data":{"lore":"fire","circle":4,"range":"1 Zone","description":"You summon a Flame Serpent to attack your enemies.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Summon a Veteran Flame Serpent for 4 Actions
\n+2 Summon a Veteran Flame Serpent for 6 Actions
\n+3 Summon an Elite Flame Serpent for 4 Actions
\n+4 Summon an Elite Flame Serpent for 6 Actions
\n>= +5 Summon a Boss Flame Serpent for 10 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"tLTj25k3936eJujM","name":"Fiery Weapon","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_fire/Flaming%20Weapon.webp","data":{"lore":"fire","circle":2,"range":"Same Zone","description":"The target weapon is sheathed in dancing flames.
\n\n
Attacks with the weapon this Action Round that cause damage will do additional fire damage.
\nThe flames will fade whether or not an attack is made.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 1d6 Fire damage; flames are doused
\n+2 2d6 Fire damage; flames are doused
\n+3 2d6 Fire damage; then 1d6 Fire damage next attack or Action Round, flames are doused
\n+4 2d6 Fire damage; then 2d6 Fire damage next attack or Action Round, flames are doused
\n>= +5 3d6 Fire damage; then 2d6 Fire damage next attack or Action Round, then 1d6 Fire damage next attack or Action Round, flames are doused.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/packs/lore-shadow.db b/packs/lore-shadow.db new file mode 100644 index 0000000..f0626fd --- /dev/null +++ b/packs/lore-shadow.db @@ -0,0 +1,5 @@ +{"_id":"92HoxIHB3VUIa2PB","name":"Terror","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_shadow/Terror.webp","data":{"lore":"shadow","circle":2,"range":"2 Zones","description":"A curling, swirling black mist completely engulfs your target.
\n\n
Roll Shadow Lore Spell Check vs. Target Will Save
\n\n
Results Table
\n<= -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Target shakes head to clear it
\n+1 STAGGERED & 1DD for 1 Action
\n+2 STAGGERED, 1DD & Flee for 1 Action
\n+3 STAGGERED, 1DD & Flee for 1 Action, STAGGERED & 1DD for 1 Action
\n+4 STAGGERED, 1DD & Flee for 2 Actions, STAGGERED & 1DD for 1 Action
\n+5 STAGGERED, 1DD & Flee for 2 Actions, STAGGERED & 1DD for 2 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"UD2oLWWlYxAv8iRe","name":"Whisper","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_shadow/Whisper.webp","data":{"lore":"shadow","circle":5,"range":"2 Zones","description":"A curling, swirling black mists enters every orifice of your target.
\n\n
Roll Shadow Lore Spell Check vs. Target Will Save
\n\n
Results Table
\n<= -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Target coughs and shakes head to clear it
\n+1 STAGGERED & 1DD for 2 Actions
\n+2 Caster has control of target for 1 Action, STAGGERED & 1DD for 1 Action
\n+3 Caster has control of target for 2 Actions, STAGGERED & 1DD for 1 Action
\n+4 Caster has control of target for 2 Actions, STAGGERED & 1DD for 2 Actions
\n+5 Caster has control of target for 3 Actions, STAGGERED & 1DD for 2 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"YRhaIrYj230FO5sS","name":"Grim Reaper","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_shadow/Grim%20Reaper.webp","data":{"lore":"shadow","circle":4,"range":"1 Zone","description":"You summon a shadowy ally to do your bidding.
\n\n
Results table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Summon a Veteran Reaper for 4 Actions
\n+2 Summon a Veteran Reaper for 6 Actions
\n+3 Summon an Elite Reaper for 4 Actions
\n+4 Summon an Elite Reaper for 6 Actions
\n>= +5 Summon a Boss Reaper for 10 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"kdilEdK0Isll2T4g","name":"Shadow Meld","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_shadow/Shadow%20Meld.webp","data":{"lore":"shadow","circle":3,"range":"Close","description":"You become an INCORPOREAL shadow.
\n\n
Gain the Shadow Touch attack at your Shadow Lore Skill Level.
\nBeing INCORPOREAL makes you immune to Physical Damage.
\n+4d6 to Stealth Rolls
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Spell lasts for 2 Actions
\n+2 Spell lasts for 4 Actions
\n+3 Spell lasts for 6 Actions
\n+4 Spell lasts for 8 Actions
\n>= +5 Spell lasts for 10 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"tfbWGOUKM4sZkzHQ","name":"Confusion","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_shadow/Confusion.webp","data":{"lore":"shadow","circle":1,"range":"2 Zones","description":"A curling, swirling black mist engulfs your target's head.
\n\n
Roll Shadow Lore Spell Check vs. Target Will Save
\n\n
Results Table
\n<= -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Target shakes head to clear it
\n+1 STAGGERED for 1 Action
\n+2 STAGGERED & 1DD for 1 Action
\n+3 STAGGERED & 1DD for 1 Action, STAGGERED for 1 Action
\n+4 STUNNED for 1 Action, STAGGERED & 1DD for 1 Action, STAGGERED for 1 Action
\n+5 STUNNED for 1 Actions, STAGGERED & 1DD for 2 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/packs/lore-water.db b/packs/lore-water.db new file mode 100644 index 0000000..f8086f3 --- /dev/null +++ b/packs/lore-water.db @@ -0,0 +1,5 @@ +{"_id":"5uDoivPNJW4cIule","name":"Jet","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_water/Jet.webp","data":{"lore":"water","circle":3,"range":"1 Zone","description":"A high velocity water jet shoots from your hands across the battlefield.
\n\n
Targeted Spell: Water Lore Spell Check vs. Target Roll
\n\n
Results Table
\n<= -3 SPELL FAILURE! (FUMBLE)
\n-1 to -2 Spell Fizzles
\n0 Target gets a refreshing shower
\n+1 Target STAGGERED for 1 Action
\n+2 Target pushed 5' away from Caster, STAGGERED for 1 Action
\n+3 1d6 damage, Target pushed 10' away from Caster, STAGGERED for 1 Action
\n+4 2d6 damage, Target pushed 10' away from Caster, PRONE, STAGGERED for 1 Action
\n+5 3d6 damage, Target pushed 10' away from Caster, PRONE STAGGERED for 2 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"D8nvAbtVEduSoNpC","name":"Water Elemental","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_water/Water%20Elemental.webp","data":{"lore":"water","circle":4,"range":"1 Zone","description":"You summon a Water Elemental to sweep you enemies before you.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Summon a Veteran Water Elemental for 4 Actions
\n+2 Summon a Veteran Water Elemental for 6 Actions
\n+3 Summon an Elite Water Elemental for 4 Actions
\n+4 Summon an Elite Water Elemental for 6 Actions
\n>= +5 Summon a Boss Water Elemental for 10 Actions
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"Gl1dYziKfZNo6HEx","name":"Fog","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_water/Fog.webp","data":{"lore":"water","circle":5,"range":"Line of Sight","description":"A thick, swirling fog appears in the Target Zone.
\n\n
The Fog blocks Line of Sight into and out of all affected Zones and causes Disadvantage to all ranged attacks made within any affected Zone.
\nAll Moves require +1 Successes.
\n\n
Area of Effect Spell - Choose Target Zone in Line of Sight
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Fog fills the Target Zone for 3 Action Rounds
\n+2 Fog fills the Target Zone for 5 Action Rounds
\n+3 Fog fills the Target Zone and all Adjacent Zones for 5 Action Rounds
\n+4 Fog fills the Target Zone and all Adjacent Zones for 8 Action Rounds
\n+5 Fog fills the Target Zone and all Adjacent Zones for 10 Action Rounds
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"Uekx1LKGG6Hzfur4","name":"Restore","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_water/Restore.webp","data":{"lore":"water","circle":1,"range":"Same Zone","description":"A cool, refreshing blue glow issues from your hands.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Restore 1 Effort
\n+2 Restore 1d3 Effort
\n+3 Restore 1d6 Effort
\n+4 Restore 1d8 Effort, remove 1 random CONDITION
\n+5 Restore 1d10 Effort, remove 1 random CONDITION
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"jiGRn6KPXJgkwPU4","name":"Abolish","type":"spell","img":"systems/fvtt-crucible-rpg/images/icons/lore_water/Abolish.webp","data":{"lore":"water","circle":2,"range":"Same Zone","description":"Green energy rushes from your hands and envelops your target.
\n\n
Results Table
\n<= 0 SPELL FAILURE! (FUMBLE)
\n+1 Remove 1 random CONDITION
\n+2 Remove 1 CONDITION of caster's choice
\n+3 Remove 2 CONDITIONS of caster's choice
\n+4 Remove 2 CONDITIONS of caster's choice and restore 1d3 Effort
\n+5 Remove all CONDITIONS and restore 1d6 Effort
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/packs/lore.db b/packs/lore.db new file mode 100644 index 0000000..e69de29 diff --git a/packs/shields.db b/packs/shields.db new file mode 100644 index 0000000..e69de29 diff --git a/packs/skills.db b/packs/skills.db new file mode 100644 index 0000000..6055411 --- /dev/null +++ b/packs/skills.db @@ -0,0 +1,22 @@ +{"_id":"0EsFFhDpU4U1qfbr","name":"First Aid","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/First%20Aid.webp","data":{"ability":"int","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Stop the bleeding; save a life.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"4UYwQiRMi6b9Voif","name":"Ride Mount","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Ride%20Mount.webp","data":{"ability":"str","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Help me back up. I know I can tame him.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"6C4CHsYkDBY05f4W","name":"Stealth","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Stealth.webp","data":{"ability":"agi","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Stay on your toes and don't breath so loud.....
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"6b9cpqdptAKFwy16","name":"Locks & Pockets","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Locks%20and%20Pockets.webp","data":{"ability":"dex","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"...and every lock that ain't locked when no one's around.....
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"6jzbwKOKvNUbXYxN","name":"Perception","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Perception.webp","data":{"ability":"wit","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"I think I heard a noise. Would you go check?
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"BKRHCd3kMfmQ7tcI","name":"Water Lore","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Water%20Lore.webp","data":{"ability":"int","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"You can cast Water Lore spells.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"KR9JDNO8QkeNPa8W","name":"Haggle","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Haggle.webp","data":{"ability":"wit","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"I'll give you half of your asking price and make you like it.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"SyaqDmAk6PEG2wZI","name":"Air Lore","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Air%20Lore.webp","data":{"ability":"int","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"You can cast Air Lore Spells.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"T4YzMBGXyDrzEaBA","name":"Earth Lore","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Earth%20Lore.webp","data":{"ability":"int","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"You can cast Earth Lore spells.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"XenGlvxetLv0A92F","name":"Acrobatics","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Acrobatics.webp","data":{"ability":"agi","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Handy for swinging from Chandaliers, sliding down stair rails, rolling between the legs of a Giant, and other feats of astonishing balance and agility.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"XurQCYDVwEA0yxcv","name":"Fire Lore","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Fire%20Lore.webp","data":{"ability":"int","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"You can cast Fire Lore spells.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"Y4o571K5DQseDaGT","name":"Swim","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Swim.webp","data":{"ability":"str","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Kick you feet and don't forget to breathe!
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"ZfIwXZwaBKaVoYbG","name":"Athletics","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Athletics.webp","data":{"ability":"agi","armorpenalty":true,"bonusdice":"none","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Your ability to run, jump, and climb; a measure of your physical coordination.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"cc74gHSQK4hRR8Vj","name":"Brawn","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Brawn.webp","data":{"ability":"str","armorpenalty":false,"bonusdice":"none","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"A combination of your Size and Strength.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"fegRI4Vsyr0Us1Ga","name":"Research","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Research.webp","data":{"ability":"int","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Give me a moment to look that up....
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"i8eeE2I9vv2kHwdJ","name":"Shadow Lore","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Shadow%20Lore.webp","data":{"ability":"int","armorpenalty":true,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"You can cast Shadow Lore spells.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"lfB80K2lFSzQH442","name":"Intuition","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Intuition.webp","data":{"ability":"wit","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"I see what you did there. I think you're up to something....
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"mVIFRdqNRfAItR8f","name":"Persuade","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Persuade.webp","data":{"ability":"int","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"I'm sure you'll see it my way....
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"obASqfQt8xUsbTmB","name":"Intimidate","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Intimidate.webp","data":{"ability":"cha","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Because I said so; that's why!
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"s2AAQviLttcHul3X","name":"Charm","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Charm.webp","data":{"ability":"cha","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Getting someone to do what you want because they want to do it.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"xlYUHAUSfQrsjQoi","name":"Survival","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Survival.webp","data":{"ability":"wit","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Help me set this snare and we'll eat like kings in the morning.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"yAhtkgqf7pKyjJTA","name":"Poison Use","type":"skill","img":"systems/fvtt-crucible-rpg/images/icons/skills/Poison%20Use.webp","data":{"ability":"dex","armorpenalty":false,"bonusdice":"","level":0,"background":0,"basic":0,"class":0,"exp":0,"description":"Let me apply this to my blade.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/packs/weapons.db b/packs/weapons.db new file mode 100644 index 0000000..c96c136 --- /dev/null +++ b/packs/weapons.db @@ -0,0 +1,32 @@ +{"_id":"3QGyPwA2H8RwtFBr","name":"Hand Axe (Thrown)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Hand%20Axe.webp","data":{"ability":"dex","isproficient":false,"qualities":"","flaws":"Light","damage":"Slashing","range":"Same Zone","maxrange":"1 Zone","minstr":0,"cost":0,"equipped":false,"description":"Hand Axe
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"3VT9Bgs1lpFRqgWt","name":"2-H Pick","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/2-H%20Pick.webp","data":{"ability":"str","isproficient":false,"qualities":"Heavy,Penetrating","flaws":"","damage":"Piercing","range":"Melee","maxrange":"","minstr":2,"cost":0,"equipped":false,"description":"2-H Pick
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"6B8kMi1FHv5njtbD","name":"2-H Flail","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/2-H%20Flail.webp","data":{"ability":"agi","isproficient":false,"qualities":"Heavy,Reach,Entangle","flaws":"Dangerous","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":2,"cost":0,"equipped":false,"description":"2-H Flail
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"A4O9ISnyCqtckanV","name":"Dagger (Melee)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Dagger.webp","data":{"ability":"agi","isproficient":false,"qualities":"","flaws":"Light","damage":"Piercing","range":"Close","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Dagger
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"Czf55rIkPBsaLLfN","name":"Hammer (Thrown)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Hammer.webp","data":{"ability":"dex","isproficient":false,"qualities":"","flaws":"","damage":"Bludgeoning","range":"Same Zone","maxrange":"1 Zone","minstr":0,"cost":0,"equipped":false,"description":"Hammer
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"GrjekQXKaFnFODXK","name":"Unarmed","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Unarmed.webp","data":{"ability":"agi","isproficient":false,"qualities":"","flaws":"Undamaging","damage":"Bludgeoning","range":"Close","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Unarmed
\n\n
As an UNDAMAGING attack the maximum Result is +2.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"JXK1qP9uqlxvcnxB","name":"2-H Club","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/2-H%20Club.webp","data":{"ability":"str","isproficient":false,"qualities":"","flaws":"","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"2-H Club
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"LATr6R7cNOtYJgaO","name":"Hammer (Melee)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Hammer.webp","data":{"ability":"str","isproficient":false,"qualities":"","flaws":"","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Hammer
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"MpzJvauaq7UKdyi5","name":"Sling","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Sling.webp","data":{"ability":"dex","isproficient":false,"qualities":"","flaws":"","damage":"Bludgeoning","range":"2 Zones","maxrange":"4 Zones","minstr":0,"cost":0,"equipped":false,"description":"Sling
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"PDXDPlqck6VURcGB","name":"2-H Axe","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/2-H%20Axe.webp","data":{"ability":"str","isproficient":false,"qualities":"Heavy,Hack","flaws":"","damage":"Slashing","range":"","maxrange":"","minstr":2,"cost":0,"equipped":false,"description":"2-H Axe
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"Q4tpJZV4HAsyVAWT","name":"2-H Mace","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/2-H%20Mace.webp","data":{"ability":"str","isproficient":false,"qualities":"Heavy","flaws":"","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":2,"cost":0,"equipped":false,"description":"2-H Mace
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"QzJZr6guDrUjsuTU","name":"Spear (1-H)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Spear.webp","data":{"ability":"agi","isproficient":false,"qualities":"Reach","flaws":"","damage":"Piercing","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Spear
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"Sm3Pze2LY6BnoTBq","name":"Mace","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Mace.webp","data":{"ability":"str","isproficient":false,"qualities":"","flaws":"","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Mace
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"VOg1kpjhJ7h3XsSk","name":"Club","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Club.webp","data":{"ability":"str","isproficient":false,"qualities":"","flaws":"Light","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Club
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"WvqALDHVEVt6TskF","name":"Javelin","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Javelin.webp","data":{"ability":"agi","isproficient":false,"qualities":"Penetrating","flaws":"","damage":"Piercing","range":"3 Zones","maxrange":"6 Zones","minstr":0,"cost":0,"equipped":false,"description":"Javelin
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"XTfw2cefPXucQgMG","name":"Crossbow","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Crossbow.webp","data":{"ability":"dex","isproficient":false,"qualities":"Penetrating","flaws":"Reload","damage":"Piercing","range":"4 Zones","maxrange":"8 Zones","minstr":0,"cost":0,"equipped":false,"description":"Crossbow
\nRequires 1 Action to reload after shooting - So you can only shoot every other Action Round.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"XUAMSiOmPHi1LEHs","name":"2-H Hammer","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/2-H%20Hammer.webp","data":{"ability":"str","isproficient":false,"qualities":"Heavy","flaws":"","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":2,"cost":0,"equipped":false,"description":"2-H Hammer
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"ZfBqMaYjg5z8Kh97","name":"Hand Axe (Melee)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Hand%20Axe.webp","data":{"ability":"str","isproficient":false,"qualities":"Hack","flaws":"Light","damage":"Slashing","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Hand Axe
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"ZoooviRlvZIQR6d2","name":"Sting","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/icon_weapon.webp","data":{"ability":"agi","isproficient":false,"qualities":"","flaws":"","damage":"Piercing","range":"Close","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Sting - natural weapon
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"cC3xXzzZ8UpDGONs","name":"2-H Sword","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/2-H%20Sword.webp","data":{"ability":"str","isproficient":false,"qualities":"Heavy,Reach,Hack","flaws":"","damage":"Slashing","range":"Melee","maxrange":"","minstr":2,"cost":0,"equipped":false,"description":"2-Handed Sword
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"cMMWV7HusxfUfL4E","name":"Flail","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Flail.webp","data":{"ability":"agi","isproficient":false,"qualities":"Entangle","flaws":"Dangerous","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Flail
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"ce4yvgCTTxWocuPJ","name":"Bite","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/icon_weapon.webp","data":{"ability":"agi","isproficient":false,"qualities":"","flaws":"","damage":"Piercing","range":"Close","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Bite - natural weapon
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"fE5cUHjc5GYGRdty","name":"Spear (Thrown)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Spear.webp","data":{"ability":"agi","isproficient":false,"qualities":"Penetrating","flaws":"","damage":"Piercing","range":"2 Zones","maxrange":"4 Zones","minstr":0,"cost":0,"equipped":false,"description":"Spear
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"hR0EtMiIy5ybcS84","name":"Staff (2-H)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Staff.webp","data":{"ability":"str","isproficient":false,"qualities":"Reach","flaws":"","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Staff - always used 2-handed.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"ivLgdf33xEk9IWAW","name":"Pick","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Pick.webp","data":{"ability":"str","isproficient":false,"qualities":"Penetrating","flaws":"","damage":"Piercing","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Pick
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"lH54F6LNWMYg5dNt","name":"Claw","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/icon_weapon.webp","data":{"ability":"agi","isproficient":false,"qualities":"","flaws":"","damage":"Slashing","range":"Close","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Claw - natural weapon
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"mMCl8JZboWUYZgvB","name":"Dagger (Thrown)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Dagger.webp","data":{"ability":"dex","isproficient":false,"qualities":"","flaws":"Light","damage":"Piercing","range":"1 Zone","maxrange":"2 Zones","minstr":0,"cost":0,"equipped":false,"description":"Dagger
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"oSBtSHos9aQvbhfm","name":"Improvised (Thrown)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Improvised.webp","data":{"ability":"dex","isproficient":false,"qualities":"","flaws":"Light","damage":"Bludgeoning","range":"Same Zone","maxrange":"1 Zone","minstr":0,"cost":0,"equipped":false,"description":"An Improvised ranged weapon such as a bottle or a rock.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"qz2f2DO4HOZFrv2k","name":"Spear (2-H)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Spear.webp","data":{"ability":"agi","isproficient":false,"qualities":"Heavy,Reach,Penetrating","flaws":"","damage":"Piercing","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Spear, used with both hands.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"u4vvzNFSNluNdyn0","name":"Bow","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Bow.webp","data":{"ability":"dex","isproficient":false,"qualities":"Penetrating","flaws":"","damage":"Piercing","range":"5 Zones","maxrange":"10 Zones","minstr":0,"cost":0,"equipped":false,"description":"Bow with arrows
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"uJs7IdVvomKVXlV9","name":"Improvised (Melee)","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Improvised.webp","data":{"ability":"agi","isproficient":false,"qualities":"","flaws":"Light","damage":"Bludgeoning","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"An Improvised melee weapon such as a broken bottle, a chair leg, or a stick.
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} +{"_id":"x6wkZiE2G2QP41S2","name":"Sword","type":"weapon","img":"systems/fvtt-crucible-rpg/images/icons/weapons/Sword.webp","data":{"ability":"agi","isproficient":false,"qualities":"Deadly","flaws":"","damage":"Slashing","range":"Melee","maxrange":"","minstr":0,"cost":0,"equipped":false,"description":"Sword
"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"Up3b6rNa3VKAFQC3":3},"flags":{}} diff --git a/template.json b/template.json index 2ae6527..ea99d86 100644 --- a/template.json +++ b/template.json @@ -75,6 +75,16 @@ "value": 0, "max": 0 } + }, + "social": { + "fame": { + "label": "Fame", + "value": 0 + }, + "reputation": { + "label": "Reputation", + "value": 0 + } } }, "npccore": { diff --git a/templates/item-shield-sheet.html b/templates/item-shield-sheet.html new file mode 100644 index 0000000..fb1cc97 --- /dev/null +++ b/templates/item-shield-sheet.html @@ -0,0 +1,44 @@ + diff --git a/templates/partial-actor-ability-block.html b/templates/partial-actor-ability-block.html new file mode 100644 index 0000000..9525ac6 --- /dev/null +++ b/templates/partial-actor-ability-block.html @@ -0,0 +1,19 @@ +