End of session 13
This commit is contained in:
parent
a4e4ba40b5
commit
72c7ae6a4b
7 changed files with 38 additions and 12 deletions
|
|
@ -6,12 +6,14 @@
|
|||
"Taiomi_Waaka",
|
||||
"Ethel_Wagrim"
|
||||
],
|
||||
"npcs": [],
|
||||
"npcs": [
|
||||
"Dhal_Marivene"
|
||||
],
|
||||
"scene": {
|
||||
"name": "Session 12 : 30 Motannes, 432 PU."
|
||||
"name": "Session 13 : 30 Motannes, 432 PU."
|
||||
},
|
||||
"options": {
|
||||
"showPlayer": true,
|
||||
"showNpcs": false
|
||||
"showNpcs": true
|
||||
}
|
||||
}
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"power": 14,
|
||||
"charisma": 14,
|
||||
"damage": 0,
|
||||
"fatigue": 0,
|
||||
"fatigue": 10,
|
||||
"diminished": 0,
|
||||
"alterations": [
|
||||
"TATOO_STALAK",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"power": 9,
|
||||
"charisma": 16,
|
||||
"damage": 0,
|
||||
"fatigue": 0,
|
||||
"fatigue": 1,
|
||||
"diminished": 0,
|
||||
"alterations": [
|
||||
"TATOO_MET_KHAFU"
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"bonus": "30",
|
||||
"level": 1,
|
||||
"occupation": false,
|
||||
"used": false
|
||||
"used": true
|
||||
},
|
||||
{
|
||||
"id": "SEARCH",
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
"bonus": "20",
|
||||
"level": 1,
|
||||
"occupation": true,
|
||||
"used": false
|
||||
"used": true
|
||||
},
|
||||
{
|
||||
"id": "SLEIGHT_OF_HAND",
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
"base": "30",
|
||||
"level": 1,
|
||||
"occupation": false,
|
||||
"used": false
|
||||
"used": true
|
||||
}
|
||||
],
|
||||
"rolls": [
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"power": 15,
|
||||
"charisma": 15,
|
||||
"damage": 0,
|
||||
"fatigue": 0,
|
||||
"fatigue": 2,
|
||||
"diminished": 0,
|
||||
"alterations": [
|
||||
"TATOO_HANNA"
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
"bonus": "20",
|
||||
"level": 1,
|
||||
"occupation": true,
|
||||
"used": false
|
||||
"used": true
|
||||
},
|
||||
{
|
||||
"id": "SEARCH",
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
"bonus": "30",
|
||||
"level": 2,
|
||||
"occupation": true,
|
||||
"used": false
|
||||
"used": true
|
||||
},
|
||||
{
|
||||
"id": "SLEIGHT_OF_HAND",
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
"bonus": "25",
|
||||
"level": 1,
|
||||
"occupation": false,
|
||||
"used": false
|
||||
"used": true
|
||||
},
|
||||
{
|
||||
"id": "SEARCH",
|
||||
|
|
|
|||
19
items/SOFT_PAWS_COLLAR.json
Normal file
19
items/SOFT_PAWS_COLLAR.json
Normal 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": []
|
||||
}
|
||||
|
|
@ -8,5 +8,10 @@
|
|||
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
|
||||
"id": "NPC",
|
||||
"label": "Npc"
|
||||
},
|
||||
{
|
||||
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
|
||||
"id": "TEMPLATE",
|
||||
"label": "Template"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue