mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 23:28:10 +01:00
Refluff space bats and space bears (#8953)
* Refluff space bats and space bears * put code in the right place actually * typo in catalogue description * Nisp air lore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/mob/living/simple_mob/animal/space/bats
|
||||
name = "space bat swarm"
|
||||
desc = "A swarm of cute little blood sucking bats that looks pretty upset."
|
||||
name = "razor bats"
|
||||
desc = "A swarm of cute little blood sucking bats that look pretty upset."
|
||||
tt_desc = "N Bestia gregaria" //Nispean swarm bats, because of course Nisp has swarm bats
|
||||
icon = 'icons/mob/bats.dmi'
|
||||
icon_state = "bat"
|
||||
@@ -57,3 +57,20 @@
|
||||
maxHealth = 60
|
||||
health = 60
|
||||
melee_damage_upper = 10
|
||||
|
||||
/datum/category_item/catalogue/fauna/razor_bat
|
||||
name = "Nispean Fauna - Razor Bat"
|
||||
desc = "These sharp-toothed flying mammalian animals are adapted to the nitrous-oxide rich \
|
||||
and hostile jungles of Nisp, and as a result are frighteningly capable of surviving in harsh, \
|
||||
even near-airless environments. In high oxygen environments, these bats can reach the size \
|
||||
of a human head, though they struggle to thrive in low temperatures without proper shelter.\
|
||||
<br><br>\
|
||||
The Razor Bat is exclusively carnivorous, feeding on the blood of prey of all sizes by inflicting\
|
||||
cuts with its eponymous razor-sharp fangs, an act which often proves fatal to smaller targets.\
|
||||
Remarkably, the bat can survive up to a week without feeding, though underfed specimens are \
|
||||
notoriously aggressive.\
|
||||
<br><br>\
|
||||
With the human colonisation of Kess-Gendar, the Razor Bat gained a bad habit of stowing \
|
||||
away undetected in the maintenance spaces of ships departing Nisp, and have become a minor\
|
||||
invasive pest on several human worlds."
|
||||
value = CATALOGUER_REWARD_EASY
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
/mob/living/simple_mob/animal/space/bear
|
||||
name = "space bear"
|
||||
desc = "A product of Space Russia?"
|
||||
tt_desc = "U Ursinae aetherius" //...bearspace? Maybe.
|
||||
name = "shimmer bear"
|
||||
desc = "Its fur glimmers in even the slightest light."
|
||||
tt_desc = "N Ursinae fulgeo" //bear glisten...
|
||||
icon_state = "bear"
|
||||
icon_living = "bear"
|
||||
icon_dead = "bear_dead"
|
||||
icon_gib = "bear_gib"
|
||||
|
||||
faction = "russian"
|
||||
faction = "bear"
|
||||
|
||||
maxHealth = 125
|
||||
health = 125
|
||||
@@ -43,4 +43,4 @@
|
||||
set desc = "Enrage and become vastly stronger for a period of time, however you will be weaker afterwards."
|
||||
set category = "Abilities"
|
||||
|
||||
add_modifier(/datum/modifier/berserk, 30 SECONDS)
|
||||
add_modifier(/datum/modifier/berserk, 30 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user