-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinitializationen.json
71 lines (71 loc) · 3.05 KB
/
initializationen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"actors": "dsa5-introduction.introductionenbiests",
"scenes": "dsa5-introduction.introductionenmaps",
"journal": "dsa5-introduction.introductionenjournal",
"initialScene": "Track in the forest",
"items": [{
"name": "Healing Potion QL3",
"type": "consumable",
"system": {
"description": {
"value": "<p>The healing potion is a hero’s best friend. The bases of most healing potions are curative herbs, like singleberry or wirsel leaf. A healing potion can bring a person back from the brink of death (see page 340), just like the spell Balsam or a Blessing of Healing.</p>"
},
"gmdescription": {
"value": ""
},
"price": {
"value": 60
},
"quantity": {
"value": 1
},
"weight": {
"value": 0.3
},
"effect": {
"value": ""
},
"equipmentType": {
"value": "healing"
},
"QLList": "Heals 1D3 LP at ingestion.\nHeals 1D6 LP at ingestion.\nHeals 1D6+2 LP at ingestion.\nHeals 1D6+4 LP at ingestion.\nHeals 1D6+6 LP at ingestion.\nHeals 1D6+8 LP at ingestion.",
"QL": 3,
"charges": 1,
"maxCharges": 1
},
"img": "systems/dsa5/icons/categories/Equipment.webp"
},
{
"name": "Weapon Balm QL3",
"type": "consumable",
"system": {
"description": {
"value": "<p>It is easier to hurt creatures like demons and elementals by using magical weapons instead of those of simple steel. Enchanted weapons are rare and very expensive, so weapon balm is popular among travelers. Applied to a weapon, weapon balm imbues it with magical energy for a short time. Applying weapon balm takes 5 CR.</p>"
},
"gmdescription": {
"value": ""
},
"price": {
"value": 110
},
"quantity": {
"value": 1
},
"weight": {
"value": 0.3
},
"effect": {
"value": ""
},
"equipmentType": {
"value": "alchemy"
},
"QLList": "The weapon is magical for 5 minutes.\nThe weapon is magical for 15 minutes.\nThe weapon is magical for 2 hours and inflicts +1 DP.\nThe weapon is magical for 8 hours and inflicts +1 DP.\nThe weapon is magical and unbreakable for a day, and inflicts +1 DP.\nThe weapon is magical and unbreakable for a week, and inflicts +1 DP.",
"QL": 3,
"charges": 1,
"maxCharges": 1
},
"img": "systems/dsa5/icons/categories/Equipment.webp"
}
]
}