Skip to content

Commit 86aa611

Browse files
committed
Holy **** Graphics????
1 parent 3c4724d commit 86aa611

File tree

4 files changed

+40
-7
lines changed

4 files changed

+40
-7
lines changed

nec_monsters.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"species": "ZOMBIE",
77
"default_faction": "zombie",
88
"symbol": "Q",
9-
"color": "dkgray",
9+
"color": "dark_gray",
1010
"size": "MEDIUM",
1111
"diff": 40,
1212
"hp": 300,
@@ -49,7 +49,7 @@
4949
{
5050
"id": "mon_nec_ZQ_chang",
5151
"type": "MONSTER",
52-
"name": "Zombie Queen chang",
52+
"name": "Zombie Queen-chan",
5353
"description": "It looks like a beautiful girl, but is really...?",
5454
"species": "ZOMBIE",
5555
"default_faction": "zombie",
@@ -126,7 +126,7 @@
126126
"description": "Has the appearance of a girl, but it is swinging a knife with obvious superhuman speed and strength. There is no doubt that it is reinforced with blaspheming techniques.",
127127
"default_faction": "zombie",
128128
"species": ["ZOMBIE"],
129-
"diff": 30,
129+
"diff": 15,
130130
"size": "MEDIUM",
131131
"hp": 200,
132132
"speed": 125,
@@ -161,7 +161,7 @@
161161
"description": "It was mostly horrible machine remodeling that kept the prototype of the human body intact. It has no legs and is floating with something like a floater.",
162162
"default_faction": "zombie",
163163
"species": ["ZOMBIE"],
164-
"diff": 35,
164+
"diff": 10,
165165
"size": "MEDIUM",
166166
"hp": 200,
167167
"speed": 105,
@@ -196,11 +196,11 @@
196196
}, {
197197
"id": "mon_nec_hiruko",
198198
"type": "MONSTER",
199-
"name": "Hiruko",
199+
"name": "Chimera",
200200
"description": "It looks like a human being, but the limbs are cut, and instead there is a monster with things like hooks attached. Seems to have high regenerative power, but as there is no eyes it has no vision",
201201
"default_faction": "zombie",
202202
"species": ["ZOMBIE"],
203-
"diff": 20,
203+
"diff": 10,
204204
"size": "MEDIUM",
205205
"hp": 200,
206206
"speed": 75,

nec_tool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"category": "weapons",
2525
"id": "nec_fiber",
2626
"name": "Monomolecular fiber",
27-
"description": "A thin, surprisingly sharp wire used to precisely cut enemies apart. Experts will break the prey with one fingertip.",
27+
"description": "A thin, surprisingly sharp wire. It is used as a very sharp garrote capable of dismembering enemies precisely.",
2828
"weight": 750,
2929
"volume": 3,
3030
"price": 70000,

tile/Nechronica.png

5.91 KB
Loading

tile/tiles_nec_mon.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"type": "mod_tileset",
3+
"compatibility": [ "MSX++DEAD_PEOPLE" ],
4+
"tile_info": [
5+
{
6+
"height": 32,
7+
"width": 32
8+
}
9+
],
10+
"tiles-new": [
11+
{
12+
"file": "tile/Nechronica.png",
13+
"tiles":
14+
[
15+
{ "id": "mon_nec_ZQ_sama", "fg": 0, "rotates": false },
16+
{ "id": "mon_nec_ZQ_chang", "fg": 1, "rotates": false },
17+
{ "id": "mon_nec_nemesis", "fg": 2, "rotates": false },
18+
{ "id": "mon_nec_banshee", "fg": 3, "rotates": false },
19+
{ "id": "mon_nec_hiruko", "fg": 4, "rotates": false },
20+
21+
{ "id": "nec_ball_chain", "fg": 5, "rotates": false },
22+
{ "id": "nec_jogiri", "fg": 6, "rotates": false },
23+
{ "id": "overlay_wielded_nec_ball_chain", "fg": 7, "rotates": false },
24+
{ "id": "overlay_wielded_nec_jogiri", "fg": 8, "rotates": false },
25+
26+
{ "id": "nec_undeadgun", "fg": 9, "rotates": false },
27+
{ "id": "overlay_wielded_nec_undeadgun", "fg": 10, "rotates": false },
28+
29+
{ "id": "overlay_mutation_NEC_ADD_ARM", "fg": 11, "rotates": false }
30+
]
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)