Skip to content

Commit

Permalink
Creates shrimps.dm in ordeals folder and adds shrimp rifleman (vlggms…
Browse files Browse the repository at this point in the history
  • Loading branch information
Moribox authored and vampirebat74 committed May 10, 2024
1 parent 2a88510 commit c385680
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions code/modules/mob/living/simple_animal/hostile/ordeal/shrimps.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
mob/living/simple_animal/hostile/shrimp_rifleman
name = "wellcheers corp Rifleman"
desc = "Best shot this side of the fishing net."
icon = 'ModularTegustation/Teguicons/32x32.dmi'
icon_state = "wellcheers_bad"
icon_living = "wellcheers_bad"
faction = list("shrimp")
health = 500 //They're here to help
maxHealth = 500
melee_damage_type = RED_DAMAGE
damage_coeff = list(RED_DAMAGE = 0.6, WHITE_DAMAGE = 0.7, BLACK_DAMAGE = 1.2, PALE_DAMAGE = 2)
melee_damage_lower = 14
melee_damage_upper = 18
robust_searching = TRUE
stat_attack = HARD_CRIT
del_on_death = TRUE
attack_verb_continuous = "punches"
attack_verb_simple = "punches"
attack_sound = 'sound/weapons/bite.ogg'
speak_emote = list("burbles")
ranged = 1
retreat_distance = 2
minimum_distance = 3
casingtype = /obj/item/ammo_casing/caseless/ego_shrimprifle
projectilesound = 'sound/weapons/gun/pistol/shot_alt.ogg'

0 comments on commit c385680

Please sign in to comment.