Raptor Rework - Ranching and Companionship (#93564)

This commit is contained in:
SmArtKar
2025-11-01 22:13:29 +11:00
committed by GitHub
parent 30151ccc20
commit 1c6c506936
58 changed files with 2608 additions and 1621 deletions
+14 -1
View File
@@ -230,6 +230,10 @@
wine_power = 50
foodtypes = FRUIT
/obj/item/food/grown/ash_flora/cactus_fruit/Initialize(mapload)
. = ..()
AddElement(/datum/element/raptor_food, growth_modifier = 0.1, ability_modifier = -0.05)
/obj/item/food/grown/ash_flora/seraka
name = "seraka cap"
desc = "Small, deeply flavourful mushrooms originally native to Tizira."
@@ -237,6 +241,10 @@
seed = /obj/item/seeds/lavaland/seraka
wine_power = 40
/obj/item/food/grown/ash_flora/seraka/Initialize(mapload)
. = ..()
AddElement(/datum/element/raptor_food, ability_modifier = 0.1)
/obj/item/food/grown/ash_flora/fireblossom
name = "fire blossom"
desc = "A flower from a fire blossom."
@@ -245,7 +253,12 @@
seed = /obj/item/seeds/lavaland/fireblossom
wine_power = 40
//SEEDS
/obj/item/food/grown/ash_flora/fireblossom/Initialize(mapload)
. = ..()
// Fire flowers make fireproof raptors
AddElement(/datum/element/raptor_food, color_chances = string_list(list(/datum/raptor_color/blue = 5)))
// SEEDS
/obj/item/seeds/lavaland
name = "lavaland seeds"
+4
View File
@@ -215,6 +215,10 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
scan_state = "rock_diamond"
merge_type = /obj/item/stack/ore/diamond
/obj/item/stack/ore/diamond/Initialize(mapload)
. = ..()
AddElement(/datum/element/raptor_food, speed_modifier = 0.05, health_modifier = -1, color_chances = string_list(list(/datum/raptor_color/yellow = 3)))
/obj/item/stack/ore/diamond/five
amount = 5