forked from Areso/1255-burgomaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
artifacts.js
122 lines (122 loc) · 2.86 KB
/
artifacts.js
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
var artefacts = {
artid00: {
id: "artid00",
name: localeStrings[286],
desc: localeStrings[287],
attr: [],
change: [],
priceBuy: 5000,
chance: 1,
type: "scrolls",
},
artid01: {
id: "artid01",
name: localeStrings[288],
desc: localeStrings[289],
attr: ["luck","superstition"],
change: [1,1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid02: {
id: "artid02",
name: localeStrings[290],
desc: localeStrings[291],
attr: ["moral"],
change: [1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid03: {
id: "artid03",
name: localeStrings[292],
desc: localeStrings[293],
attr: ["moral"],
change: [1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid04: {
id: "artid04",
name: localeStrings[294],
desc: localeStrings[295],
attr: ["moral"],
change: [1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid05: {
id: "artid05",
name: localeStrings[296],
desc: localeStrings[297],
attr: ["moral"],
change: [1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid06: {
id: "artid06",
name: localeStrings[298],
desc: localeStrings[299],
attr: ["luck","superstition"],
change: [1,1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid07: {
id: "artid07",
name: localeStrings[300],
desc: localeStrings[301],
attr: ["luck","superstition"],
change: [1,1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid08: {
id: "artid08",
name: localeStrings[302],
desc: localeStrings[303],
attr: ["luck","superstition"],
change: [1,1],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid09: {
id: "artid09",
name: localeStrings[304],
desc: localeStrings[305],
attr: ["luck","superstition"],
change: [0,0],
priceBuy: 1500000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
artid10: {
id: "artid10",
name: localeStrings[306],
desc: localeStrings[307],
attr: [],
change: [],
priceBuy: 5000000,
chance: 1,
type: "artefactsWorn",
artefactsWorn: 1,
},
};