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:
parent
888d0de416
commit
9f005ac21c
3 changed files with 39 additions and 3 deletions
|
|
@ -254,11 +254,20 @@
|
|||
{
|
||||
"id": "REPEAL",
|
||||
"label": "Abrogation",
|
||||
"description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût: 1 PP\nPortée: 20m.\nDurée: \n- En cas d'échec: 1 tour\n- En cas de réussite: 1d4 + 1 tours",
|
||||
"description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût : 1 PP\nPortée : 20m.\nDurée : \n- En cas d'échec: 1 tour\n- En cas de réussite: 1d4 + 1 tours",
|
||||
"base": "30",
|
||||
"level": 1,
|
||||
"occupation": false,
|
||||
"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": [
|
||||
|
|
@ -274,11 +283,20 @@
|
|||
{
|
||||
"id": "ACT_REPEAL",
|
||||
"label": "Abrogation (Durée)",
|
||||
"description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût: 1 PP\nPortée: 20m.\nDurée: \n- En cas d'échec: 1 tour\n- En cas de réussite: 1d4 + 1 tours",
|
||||
"description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût: 1 PP\nPortée: 20m.\nDurée : \n- En cas d'échec : 1 tour\n- En cas de réussite : 1d4 + 1 tours",
|
||||
"canBeCritical": true,
|
||||
"roll": "1d4+1",
|
||||
"special": "a1d4+1",
|
||||
"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": []
|
||||
|
|
|
|||
|
|
@ -242,6 +242,15 @@
|
|||
"level": 1,
|
||||
"occupation": 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": [
|
||||
|
|
@ -271,6 +280,15 @@
|
|||
"roll": "1d6+1+BDC",
|
||||
"special": "a1d6+1+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": []
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@
|
|||
{
|
||||
"id": "PURIFY",
|
||||
"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",
|
||||
"level": 1,
|
||||
"occupation": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue