Merge pull request #13684 from Verkister/patch-122

Fixes scaling offsets for bigdragons/woofs/manders
This commit is contained in:
Casey
2022-09-10 16:36:36 -04:00
committed by CHOMPStation2
parent c05c3ea8d9
commit 0e33a8669f
3 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ Scour its code if you dare.
Here's a summary, however.
This is a 128x64px mob with sprites drawn by Przyjaciel (thanks mate) and some codersprites.
This is a 128x92px mob with sprites drawn by Przyjaciel (thanks mate) and some codersprites.
The bigdragon is an 800 health hostile boss mob with three special attacks.
The first (disarm intent) is a charge attack that activates when the target is >5 tiles away and requires line of sight.
@@ -62,6 +62,7 @@ I think I covered everything.
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
old_x = -48
old_y = 0
vis_height = 92
melee_damage_lower = 35
melee_damage_upper = 25
melee_miss_chance = 0

View File

@@ -14,6 +14,7 @@
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
old_x = -48
old_y = 0
vis_height = 92
melee_damage_lower = 20
melee_damage_upper = 15
friendly = list("nudges", "sniffs on", "rumbles softly at", "slobberlicks")

View File

@@ -18,6 +18,7 @@
default_pixel_x = -48
pixel_x = -48
pixel_y = 0
vis_height = 92
response_help = "pats"
response_disarm = "shoves"
response_harm = "bops"