Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 694ff2d

Browse files
committed
Added assets
1 parent 8f59958 commit 694ff2d

3 files changed

Lines changed: 125 additions & 0 deletions

File tree

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"level": 10,
3+
"params": {
4+
"hp": 400,
5+
"attack": 40,
6+
"defense": 40,
7+
"focus": 40
8+
},
9+
"elementModes": {
10+
"NEUTRAL": {
11+
"hp": 1,
12+
"attack": 1,
13+
"defense": 1,
14+
"focus": 1,
15+
"elemFactor": [1, 1, 1, 1]
16+
},
17+
"HEAT": {
18+
"hp": 1,
19+
"attack": 1.1,
20+
"defense": 0.9,
21+
"focus": 1,
22+
"elemFactor": [0.5, 1.5, 1, 1]
23+
},
24+
"COLD": {
25+
"hp": 1,
26+
"attack": 1,
27+
"defense": 1,
28+
"focus": 1,
29+
"elemFactor": [0.5, 1.5, 1, 1]
30+
},
31+
"SHOCK": {
32+
"hp": 1,
33+
"attack": 1,
34+
"defense": 1,
35+
"focus": 1,
36+
"elemFactor": [1, 1, 0.5, 1.5]
37+
},
38+
"WAVE": {
39+
"hp": 1,
40+
"attack": 1,
41+
"defense": 1,
42+
"focus": 1,
43+
"elemFactor": [1, 1, 1.5, 0.5]
44+
}
45+
},
46+
"credit": 0,
47+
"exp": 1000,
48+
"maxSp": 0,
49+
"enduranceScale": 1,
50+
"healDropRate": 0,
51+
"boss": false,
52+
"bossOrder": 0,
53+
"headIdx": 4,
54+
"padding": {
55+
"x": 2,
56+
"y": 2
57+
},
58+
"material": "ORGANIC",
59+
"aiGroup": "",
60+
"aiLearnType": "REGULAR",
61+
"itemDrops": [],
62+
"targetDetect": {
63+
"detectDistance": 120,
64+
"loseDistance": 320,
65+
"notifyNeighbourRadius": 100
66+
},
67+
"hpBreaks": [],
68+
"size": {
69+
"x": 16,
70+
"y": 16,
71+
"z": 24
72+
},
73+
"anims": "player",
74+
"defaultState": "DEFAULT",
75+
"walkConfigs": {
76+
"normal": {
77+
"walkAnims": "normal"
78+
}
79+
},
80+
"_wm": null,
81+
"walkAnims": "normal",
82+
"weight": 100,
83+
"maxVel": 180,
84+
"jumpingEnabled": true,
85+
"shadow": 16,
86+
"hitStable": "LIGHT",
87+
"faceToTarget": true,
88+
"stunEscapeTime": 1.5,
89+
"DOCTYPE": "ENEMY",
90+
"trackers": {
91+
"move": {
92+
"target": 5,
93+
"initRandom": 0,
94+
"resetRandom": 0.3,
95+
"noStateReset": false,
96+
"type": "TIME"
97+
}
98+
},
99+
"states": {
100+
"DEFAULT": {
101+
"choices": []
102+
}
103+
},
104+
"proxies": { },
105+
"actions": {
106+
"actions": {
107+
"Idle": [{
108+
"value": true,
109+
"type": "FACE_TO_TARGET"
110+
}]
111+
}
112+
},
113+
"reactions": { }
114+
}

assets/config/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"server": {
3+
"hostname": "localhost",
4+
"port": 1423,
5+
"type": "http"
6+
}
7+
}

assets/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "multiplayer",
3+
"main": "dist/mod.js"
4+
}

0 commit comments

Comments
 (0)