Change de base value of BOW_MASTERY for Ko/Et/TA + change ids.

This commit is contained in:
Thomas Andres Gomez 2025-05-08 19:41:05 +02:00
parent 9e1fc08956
commit 40816d2570
3 changed files with 58 additions and 58 deletions

View file

@ -2,6 +2,7 @@
"type": "com.pixelized.shared.lwa.model.characterSheet.CharacterSheetJsonV1",
"id": "Koryas_Tissempa",
"name": "Koryas Tissempa",
"job": "",
"portrait": "https://drive.google.com/uc?export=view&id=1K0MNEoysv0-VLbDiCuIP-Ga3qZTuJSjk",
"thumbnail": "https://drive.google.com/uc?export=view&id=1N1il-F1zLqhqi2iZ8eoGBGGvc4fs3Gsx",
"level": 3,
@ -207,7 +208,7 @@
"id": "271176af-447b-45fc-b644-ffe48babbf2e",
"label": "Maîtrise de l'arc",
"description": "Utiliser un arc pour attaquer une cible",
"base": "5",
"base": "20",
"level": 0,
"occupation": false,
"used": false
@ -235,7 +236,7 @@
],
"rolls": [
{
"id": "UNARMED",
"id": "ATK_UNARMED",
"label": "Mains nues",
"description": "Attaque à main nue.",
"canBeCritical": true,
@ -244,7 +245,7 @@
"critical": "2d3+BDC"
},
{
"id": "FIRST_AID",
"id": "ACT_FIRST_AID",
"label": "Premiers soin",
"description": "Traite les blessures légères",
"canBeCritical": true,
@ -253,7 +254,7 @@
"critical": "2d3"
},
{
"id": "ATTACK_BITE",
"id": "ATK_BITE",
"label": "Morsure",
"description": "Attaque utilisant les crocs puissant d'un loup.",
"canBeCritical": true,
@ -261,5 +262,6 @@
"special": "a1d6+1+BDC",
"critical": "2d6+2+BDC"
}
]
],
"tag": []
}