Skip to content

Commit 6ddbff6

Browse files
Ebp90GregHib
authored andcommitted
Feat: Zogre Flesh Eaters
1 parent e38d242 commit 6ddbff6

41 files changed

Lines changed: 4236 additions & 50 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/area/kandarin/feldip_hills/feldip_hills.npc-spawns.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,4 @@ spawns = [
228228
{ id = "mound_feldip_hills", x = 2465, y = 2911, members = true },
229229
{ id = "mound_feldip_hills", x = 2466, y = 2921, members = true },
230230
{ id = "wolf", x = 2470, y = 2865 },
231-
{ id = "rantz", x = 2630, y = 2981 },
232231
]

data/area/kandarin/feldip_hills/feldip_hills.npcs.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ examine = "A large and contentious lady ogre."
8080

8181
[rantz_feldip_hills_2]
8282
id = 8659
83+
dialogue = "ogre"
8384

8485
[mound_feldip_hills]
8586
id = 9466
@@ -115,11 +116,6 @@ id = 13174
115116
id = 5073
116117
examine = "This bird obviously doesn't believe in subtlety."
117118

118-
[rantz]
119-
id = 3587
120-
wander_range = 4
121-
examine = "A large dim looking humanoid."
122-
123119
[ogre_boat_feldip_hills_2]
124120
id = 3472
125121

@@ -128,6 +124,7 @@ id = 3467
128124

129125
[rantz_feldip_hills_2_2]
130126
id = 1010
127+
dialogue = "ogre"
131128

132129
[fishing_spot_big_net_harpoon_feldip_hills]
133130
id = 7044
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[zogre_blackened_area]
2+
x = [2447, 2448]
3+
y = [9459, 9467]
4+
level = 2
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[zogre_jiggig_dungeon]
2+
attack_speed = 6
3+
defend_anim = "ogre_defend"
4+
defend_sound = "zogre_hit"
5+
death_anim = "ogre_death"
6+
death_sound = "zogre_death"
7+
8+
[zogre_jiggig_dungeon.melee]
9+
range = 1
10+
anim = "ogre_attack"
11+
target_sound = "zogre_attack"
12+
target_hit = { offense = "crush", max = 50 }
13+
impact_disease = 50
14+
15+
[zogre_jiggig_dungeon_2]
16+
clone = "zogre_jiggig_dungeon"
17+
18+
[zogre_jiggig_dungeon_2.melee]
19+
clone = "zogre_jiggig_dungeon.melee"
20+
21+
[zogre_jiggig_dungeon_3]
22+
clone = "zogre_jiggig_dungeon"
23+
24+
[zogre_jiggig_dungeon_3.melee]
25+
clone = "zogre_jiggig_dungeon.melee"
26+
27+
[zogre_jiggig_dungeon_4]
28+
clone = "zogre_jiggig_dungeon"
29+
30+
[zogre_jiggig_dungeon_4.melee]
31+
clone = "zogre_jiggig_dungeon.melee"
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
[zogre_jiggig]
2+
attack_speed = 6
3+
defend_anim = "ogre_defend"
4+
defend_sound = "zogre_hit"
5+
death_anim = "ogre_death"
6+
death_sound = "zogre_death"
7+
8+
[zogre_jiggig.melee]
9+
range = 1
10+
anim = "ogre_attack"
11+
target_sound = "zogre_attack"
12+
target_hit = { offense = "crush", max = 50 }
13+
impact_disease = 50
14+
15+
[zogre_jiggig_2]
16+
clone = "zogre_jiggig"
17+
18+
[zogre_jiggig_2.melee]
19+
clone = "zogre_jiggig.melee"
20+
21+
[zogre_jiggig_3]
22+
clone = "zogre_jiggig"
23+
24+
[zogre_jiggig_3.melee]
25+
clone = "zogre_jiggig.melee"
26+
27+
[zogre_jiggig_4]
28+
clone = "zogre_jiggig"
29+
30+
[zogre_jiggig_4.melee]
31+
clone = "zogre_jiggig.melee"
32+
33+
[zogre_jiggig_5]
34+
clone = "zogre_jiggig"
35+
36+
[zogre_jiggig_5.melee]
37+
clone = "zogre_jiggig.melee"
38+
39+
[zogre_jiggig_6]
40+
clone = "zogre_jiggig"
41+
42+
[zogre_jiggig_6.melee]
43+
clone = "zogre_jiggig.melee"
44+
45+
[zogre_jiggig_7]
46+
clone = "zogre_jiggig"
47+
48+
[zogre_jiggig_7.melee]
49+
clone = "zogre_jiggig.melee"
50+
51+
[skogre_jiggig]
52+
attack_speed = 6
53+
defend_anim = "ogre_defend"
54+
defend_sound = "skelly_hit"
55+
death_anim = "ogre_death"
56+
death_sound = "zogre_death"
57+
58+
[skogre_jiggig.melee]
59+
range = 1
60+
anim = "ogre_attack"
61+
target_sound = "giant_attack"
62+
target_hit = { offense = "crush", max = 50 }
63+
impact_disease = 50
64+
65+
[skogre_jiggig_2]
66+
clone = "skogre_jiggig"
67+
68+
[skogre_jiggig_2.melee]
69+
clone = "skogre_jiggig.melee"
70+
71+
[skogre_jiggig_3]
72+
clone = "skogre_jiggig"
73+
74+
[skogre_jiggig_3.melee]
75+
clone = "skogre_jiggig.melee"

data/area/kandarin/feldip_hills/jiggig/jiggig.npc-spawns.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spawns = [
33
{ id = "uglug_nar", x = 2442, y = 3049, members = true },
44
{ id = "pilg", x = 2443, y = 3046, members = true },
55
{ id = "grug", x = 2446, y = 3049, members = true },
6-
{ id = "ogre_guard_jiggig", x = 2454, y = 3047, members = true },
6+
{ id = "zogre_ogre_guard", x = 2454, y = 3047, members = true },
77
{ id = "ogre_guard_jiggig_2", x = 2443, y = 3038, members = true },
88
{ id = "ogre_guard_jiggig_2", x = 2452, y = 3030, members = true },
99
{ id = "zogre_jiggig", x = 2486, y = 3048, members = true },

data/area/kandarin/feldip_hills/jiggig/jiggig.npcs.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ examine = "They're done for!"
1414
id = 2041
1515
examine = "They're done for!"
1616

17-
[ogre_guard_jiggig]
17+
[zogre_ogre_guard]
1818
id = 2042
1919

2020
[ogre_guard_jiggig_2]
@@ -58,6 +58,7 @@ examine = "An undead skeletal ogre."
5858

5959
[skogre_jiggig_2]
6060
id = 2056
61+
retaliates = false
6162
clone = "skogre_jiggig"
6263

6364
[skogre_jiggig_3]
@@ -66,20 +67,24 @@ clone = "skogre_jiggig"
6667

6768
[zogre_jiggig_3]
6869
id = 2051
70+
clone = "zogre_jiggig"
6971

7072
[zogre_jiggig_4]
7173
id = 2052
74+
clone = "zogre_jiggig"
7275

7376
[zogre_jiggig_5]
7477
id = 2053
78+
clone = "zogre_jiggig"
7579

7680
[zogre_jiggig_6]
7781
id = 2054
82+
clone = "zogre_jiggig"
7883

7984
[zogre_jiggig_7]
8085
id = 2055
81-
categories = ["ogres"]
82-
examine = "A partially decomposing zombie ogre."
86+
retaliates = false
87+
clone = "zogre_jiggig"
8388

8489
[ogre_cook_jiggig]
8590
id = 791

data/area/kandarin/yanille/yanille.objs.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
id = 9302
33
examine = "A rather strategically placed hole, which appears to be in the ground."
44

5+
[zogre_outdoor_bell]
6+
id = 6847
7+
examine = "A bell to attract the attention of the secretary."
8+
59
[yanille_underwall_tunnel_castle_wall]
610
id = 9301
711
examine = "A well constructed castle wall."

data/entity/npc/humanoid/jogre/jogre.combat.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ death_sound = "giant_death"
1010
chance = 75
1111
range = 1
1212
anim = "ogre_attack"
13-
target_sound = "giant_attack"
13+
target_sound = "moss_giant_attack"
1414
target_hit = { offense = "crush", max = 80 }

data/entity/player/human.anims.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ id = 422
2222
[unarmed_kick]
2323
id = 423
2424

25+
[human_dancing]
26+
id = 818
27+
2528
[unarmed_block]
2629
id = 422
2730

0 commit comments

Comments
 (0)