mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] [Ready] Hanner Species (#8923)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -117,7 +117,8 @@ something, make sure it's not in one of the other lists.*/
|
||||
prob(1);/obj/item/pizzavoucher,
|
||||
prob(5);/obj/item/weapon/material/fishing_net/butterfly_net,
|
||||
prob(2);/obj/item/weapon/cracker,
|
||||
prob(5);/obj/random/mega_nukies
|
||||
prob(5);/obj/random/mega_nukies,
|
||||
prob(1);/obj/random/potion_ingredient/plus
|
||||
/* VOREStation Edit End */
|
||||
)
|
||||
|
||||
|
||||
@@ -298,6 +298,41 @@
|
||||
prob(1);/obj/item/weapon/potion_material/folded_dark
|
||||
)
|
||||
|
||||
/obj/random/potion_ingredient/plus
|
||||
name = "random better potion ingredient"
|
||||
desc = "A random potion."
|
||||
icon_state = "ingredient_plus"
|
||||
spawn_nothing_percentage = 0
|
||||
|
||||
/obj/random/potion_ingredient/plus/item_to_spawn()
|
||||
return pick(prob(20);/obj/item/weapon/potion_material/blood_ruby,
|
||||
prob(4);/obj/item/weapon/potion_material/ruby_eye,
|
||||
prob(20);/obj/item/weapon/potion_material/golden_scale,
|
||||
prob(20);/obj/item/weapon/potion_material/frozen_dew,
|
||||
prob(20);/obj/item/weapon/potion_material/living_coral,
|
||||
prob(8);/obj/item/weapon/potion_material/rare_horn,
|
||||
prob(10);/obj/item/weapon/potion_material/moldy_bread,
|
||||
prob(10);/obj/item/weapon/potion_material/glowing_gem,
|
||||
prob(10);/obj/item/weapon/potion_material/giant_toe,
|
||||
prob(4);/obj/item/weapon/potion_material/flesh_of_the_stars,
|
||||
prob(4);/obj/item/weapon/potion_material/spinning_poppy,
|
||||
prob(4);/obj/item/weapon/potion_material/salt_mage,
|
||||
prob(20);/obj/item/weapon/potion_material/golden_grapes,
|
||||
prob(10);/obj/item/weapon/potion_material/fairy_house,
|
||||
prob(10);/obj/item/weapon/potion_material/thorny_bulb,
|
||||
prob(10);/obj/item/weapon/potion_material/ancient_egg,
|
||||
prob(10);/obj/item/weapon/potion_material/crown_stem,
|
||||
prob(4);/obj/item/weapon/potion_material/red_ingot,
|
||||
prob(4);/obj/item/weapon/potion_material/soft_diamond,
|
||||
prob(4);/obj/item/weapon/potion_material/solid_mist,
|
||||
prob(2);/obj/item/weapon/potion_material/spider_leg,
|
||||
prob(2);/obj/item/weapon/potion_material/folded_dark,
|
||||
prob(1);/obj/item/weapon/potion_material/glamour_transparent,
|
||||
prob(1);/obj/item/weapon/potion_material/glamour_shrinking,
|
||||
prob(1);/obj/item/weapon/potion_material/glamour_twinkling,
|
||||
prob(1);/obj/item/weapon/potion_material/glamour_shard
|
||||
)
|
||||
|
||||
/obj/random/potion_base
|
||||
name = "random potion base"
|
||||
desc = "A random potion base."
|
||||
|
||||
Reference in New Issue
Block a user