Added new magic skill 'Harpon magique' to Ethel and Koryas's character sheets and corrected description of 'Purification' in Taiomi character sheet.

This commit is contained in:
SAUVAGEOT Paul-Arthur 2025-06-16 16:57:46 +02:00
parent 888d0de416
commit 9f005ac21c
3 changed files with 39 additions and 3 deletions

View file

@ -259,6 +259,15 @@
"level": 1, "level": 1,
"occupation": false, "occupation": false,
"used": true "used": true
},
{
"id": "MAGIC_HARPOON_RITUAL",
"label": "Harpon magique",
"description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.\n\nTemps d'incantation : 2 tours\nCoût : 3 PP (Invocation) + 2 PP (Magie)\nPortée : 20m.\nDégâts : 1d8 + 2 par harpon\n\nEnrichissement : \n+ 3 PP => + 1 harpon",
"base": "100",
"level": 1,
"occupation": false,
"used": false
} }
], ],
"rolls": [ "rolls": [
@ -279,6 +288,15 @@
"roll": "1d4+1", "roll": "1d4+1",
"special": "a1d4+1", "special": "a1d4+1",
"critical": "2d4 + 2" "critical": "2d4 + 2"
},
{
"id": "SPELL_MAGIC_HARPOON",
"label": "Harpon magique (Dégâts)",
"description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.",
"canBeCritical": true,
"roll": "1d8+2",
"special": "a1d8+2",
"critical": "2d8+4"
} }
], ],
"tag": [] "tag": []

View file

@ -242,6 +242,15 @@
"level": 1, "level": 1,
"occupation": false, "occupation": false,
"used": false "used": false
},
{
"id": "MAGIC_HARPOON_RITUAL",
"label": "Harpon magique",
"description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.\n\nTemps d'incantation : 2 tours\nCoût : 3 PP (Invocation) + 2 PP (Magie)\nPortée : 20m.\nDégâts : 1d8 + 2 par harpon\n\nEnrichissement : \n+ 3 PP => + 1 harpon",
"base": "100",
"level": 1,
"occupation": false,
"used": false
} }
], ],
"rolls": [ "rolls": [
@ -271,6 +280,15 @@
"roll": "1d6+1+BDC", "roll": "1d6+1+BDC",
"special": "a1d6+1+BDC", "special": "a1d6+1+BDC",
"critical": "2d6+2+BDC" "critical": "2d6+2+BDC"
},
{
"id": "SPELL_MAGIC_HARPOON",
"label": "Harpon magique",
"description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.",
"canBeCritical": true,
"roll": "1d8+2",
"special": "a1d8+2",
"critical": "2d8+4"
} }
], ],
"tag": [] "tag": []

View file

@ -276,7 +276,7 @@
{ {
"id": "PURIFY", "id": "PURIFY",
"label": "Purification", "label": "Purification",
"description": "Permet de purifier jusqu'à 1m3 d'eau.\n\nCoût : 1PP\nPortée : 10m\nEnrichissement: +1 PP pour +1m3 de volume", "description": "Permet de purifier.\n\nCoût : 1PP\nPortée : 10m",
"base": "30", "base": "30",
"level": 1, "level": 1,
"occupation": false, "occupation": false,