-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.json
85 lines (85 loc) · 2.96 KB
/
game.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"Character": {
"Name": "Karsten",
"Hp": 100,
"Food": 100
},
"Inventory": {
"Coins": {
"info": "Coins are the used currency in this land.",
"amount": 0
},
"Bread": {
"info": "Bread is used to restore hunger/food with a small amount.",
"amount": 0
},
"Meat": {
"info": "Meat is used to restore hunger/food with a larger amount than bread.",
"amount": 0
},
"DriedMeat": {
"info": "Dried meat is used to restore a large portion of hunger.",
"amount": 0
},
"Water": {
"info": "Water is used to clensh thirst.",
"amount": 0
},
"Wood": {
"info": "This can be used to create fire.",
"amount": 0
},
"WinterClothes": {
"info": "WinterClothes protect u from the cold.",
"amount": 0,
"equipped": false
},
"Shoes": {
"info": "Shoes will protect your feet from getting hurt.",
"amount": 0,
"equipped": false
},
"RustySword": {
"info": "This sword is old and rusty, but it will do more damage than fighting with your bare fists.",
"amount": 0,
"equipped": false
},
"OldHelmet": {
"info": "This helmet is old and rusty, but it will protect you from small blws to the head.\n On the outside is a logo engraved that looks like a eagle holding a sword and on the inside u can see the letters: DEHSR.",
"amount": 0,
"Code": "DEHSR",
"equipped": false
},
"ClimbingPicks": {
"info": "These ClimbingPicks can be used to scale steep walls or cliffs.",
"amount": 0,
"equipped": false
},
"OldBow": {
"info": "This could be usefull from a distance",
"amount": 0,
"equipped": false
},
"Rope": {
"info": "This is a piece of rope that might come in handy.",
"amount": 0
},
"Herbs": {
"info": "These herbs can be used to automatically craft healing potions at fights.",
"amount": 0
},
"Medicine": {
"info": "This will heal any damage done to you.",
"amount": 0
},
"Encyclopedia": {
"info": "On your travels through the mountain you can find yourself facing lots of enemies and monsters.\n You should watch out for Skeletons which have between 100 and 200 HP.\n Wendigo is also a very dangerous monster that you can come across, its weakness is fire.\n At the top of the mountain you also have a boss monster with an HP of 500.\n You should also collect as much herbs as you can, because you can heal yourself wit it.",
"amount": 0
},
"Book": {
"info": "Once upon a time a person will be born smart enough to defeat the monster on the mountain and free the world.\nThe Chosen One will be the smartest person ever seen in this realm and will solve a lot of mysteries on its path.\nIt is a decendent of a long forgotten race: gamers, known for their wits and outbursts of anger.\nThis book is a prophecy that will come true one day.",
"amount": 0
}
},
"Room": 10
}