End of session 13

This commit is contained in:
Thomas Andres Gomez 2025-04-09 00:21:54 +02:00
parent a4e4ba40b5
commit 72c7ae6a4b
7 changed files with 38 additions and 12 deletions

View file

@ -6,12 +6,14 @@
"Taiomi_Waaka", "Taiomi_Waaka",
"Ethel_Wagrim" "Ethel_Wagrim"
], ],
"npcs": [], "npcs": [
"Dhal_Marivene"
],
"scene": { "scene": {
"name": "Session 12 : 30 Motannes, 432 PU." "name": "Session 13 : 30 Motannes, 432 PU."
}, },
"options": { "options": {
"showPlayer": true, "showPlayer": true,
"showNpcs": false "showNpcs": true
} }
} }

View file

@ -14,7 +14,7 @@
"power": 14, "power": 14,
"charisma": 14, "charisma": 14,
"damage": 0, "damage": 0,
"fatigue": 0, "fatigue": 10,
"diminished": 0, "diminished": 0,
"alterations": [ "alterations": [
"TATOO_STALAK", "TATOO_STALAK",

View file

@ -14,7 +14,7 @@
"power": 9, "power": 9,
"charisma": 16, "charisma": 16,
"damage": 0, "damage": 0,
"fatigue": 0, "fatigue": 1,
"diminished": 0, "diminished": 0,
"alterations": [ "alterations": [
"TATOO_MET_KHAFU" "TATOO_MET_KHAFU"
@ -82,7 +82,7 @@
"bonus": "30", "bonus": "30",
"level": 1, "level": 1,
"occupation": false, "occupation": false,
"used": false "used": true
}, },
{ {
"id": "SEARCH", "id": "SEARCH",
@ -148,7 +148,7 @@
"bonus": "20", "bonus": "20",
"level": 1, "level": 1,
"occupation": true, "occupation": true,
"used": false "used": true
}, },
{ {
"id": "SLEIGHT_OF_HAND", "id": "SLEIGHT_OF_HAND",
@ -238,7 +238,7 @@
"base": "30", "base": "30",
"level": 1, "level": 1,
"occupation": false, "occupation": false,
"used": false "used": true
} }
], ],
"rolls": [ "rolls": [

View file

@ -14,7 +14,7 @@
"power": 15, "power": 15,
"charisma": 15, "charisma": 15,
"damage": 0, "damage": 0,
"fatigue": 0, "fatigue": 2,
"diminished": 0, "diminished": 0,
"alterations": [ "alterations": [
"TATOO_HANNA" "TATOO_HANNA"
@ -83,7 +83,7 @@
"bonus": "20", "bonus": "20",
"level": 1, "level": 1,
"occupation": true, "occupation": true,
"used": false "used": true
}, },
{ {
"id": "SEARCH", "id": "SEARCH",
@ -152,7 +152,7 @@
"bonus": "30", "bonus": "30",
"level": 2, "level": 2,
"occupation": true, "occupation": true,
"used": false "used": true
}, },
{ {
"id": "SLEIGHT_OF_HAND", "id": "SLEIGHT_OF_HAND",

View file

@ -84,7 +84,7 @@
"bonus": "25", "bonus": "25",
"level": 1, "level": 1,
"occupation": false, "occupation": false,
"used": false "used": true
}, },
{ {
"id": "SEARCH", "id": "SEARCH",

View file

@ -0,0 +1,19 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "SOFT_PAWS_COLLAR",
"metadata": {
"name": "Colier pour chien",
"description": "Collier marron avec un médaillon en letton frappé d'une patoune de chien et du sobriquet \"Patte douce\".",
"thumbnail": "",
"image": ""
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"EQUIPMENT"
],
"alterations": []
}

View file

@ -8,5 +8,10 @@
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1", "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "NPC", "id": "NPC",
"label": "Npc" "label": "Npc"
},
{
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "TEMPLATE",
"label": "Template"
} }
] ]