mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
04ba5c1cc9
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
/mob/living/simple_animal/hostile/creature
|
|
name = "creature"
|
|
desc = "A sanity-destroying otherthing."
|
|
speak_emote = list("gibbers")
|
|
icon_state = "otherthing"
|
|
icon_living = "otherthing"
|
|
icon_dead = "otherthing-dead"
|
|
health = 80
|
|
maxHealth = 80
|
|
obj_damage = 100
|
|
melee_damage_lower = 25
|
|
melee_damage_upper = 50
|
|
attacktext = "chomps"
|
|
attack_sound = 'sound/weapons/bite.ogg'
|
|
faction = list("creature")
|
|
gold_core_spawnable = HOSTILE_SPAWN
|
|
|