mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
* Aaaaa it works * Add updatepaths * Add unsaved files * MATTTTT * Fixes casino * Fix --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
28 lines
903 B
Plaintext
28 lines
903 B
Plaintext
/mob/living/simple_animal/hostile/killertomato
|
|
name = "Killer Tomato"
|
|
desc = "It's a horrifyingly enormous beef tomato, and it's packing extra beef!"
|
|
icon_state = "tomato"
|
|
icon_living = "tomato"
|
|
icon_dead = "tomato_dead"
|
|
mob_biotypes = MOB_ORGANIC | MOB_PLANT
|
|
speak_chance = 0
|
|
turns_per_move = 5
|
|
maxHealth = 30
|
|
health = 30
|
|
see_in_dark = 3
|
|
butcher_results = list(/obj/item/food/meat/tomatomeat = 2)
|
|
response_help = "prods"
|
|
response_disarm = "pushes aside"
|
|
response_harm = "smacks"
|
|
melee_damage_lower = 8
|
|
melee_damage_upper = 12
|
|
attacktext = "slams"
|
|
attack_sound = 'sound/weapons/punch1.ogg'
|
|
ventcrawler = VENTCRAWLER_ALWAYS
|
|
faction = list("plants", "jungle")
|
|
|
|
atmos_requirements = list("min_oxy" = 5, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
|
|
minbodytemp = 150
|
|
maxbodytemp = 500
|
|
gold_core_spawnable = HOSTILE_SPAWN
|