mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
move the internal preview to canvas (#18930)
* move the internal preview to canvas * use a helper * basic readme prep * . * . * transform better * byond can't handle icon states of large files... * move fully to the rust version * fix typing * just wtf. NO * fix the legacy path * keep it all centralized * tiny oversight * unit test rewrite * rename * fix bad layering * fixes a bunch of layering issues * artifact * move crash to log_runtime * missing overlay warning * why not
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
B.digest_brute = 0.5
|
||||
B.digest_burn = 0.5
|
||||
B.escapechance = 20
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
B.belly_fullscreen_color = "#660021"
|
||||
B.belly_fullscreen_color2 = "#660021"
|
||||
B.fancy_vore = 1
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "The hot churning stomach of a turkey girl! The doughy flesh presses inward to form to your figure, thick slime coating everything, and very shortly that includes you as well! There isn't any escaping that constant full body motion, as her body works to ball yours up into a tight little package. Gurgling and glubbing with every shifting movement, while her pulse throbs through the flesh all around you with every beat of her heart. All in all, one thing is for certain! You've become turkey stuffing! Oh no..."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY | DM_FLAG_NUMBING
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
B.digest_brute = 1
|
||||
B.digest_burn = 6
|
||||
B.digestchance = 0
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
B.name = "tail"
|
||||
B.desc = "The small critter seems to suddenly panic, lunging at you with its massive fluffy tail, using it like a weapon. Despite the appearance of the tail, it seems to be much larger on the inside, suddenly engulfing you completely in a world of endless softness. Inside, you are bound up nice and tight in an oddly comfortable prison of hair, it ripples over your body tickling every bit of exposed body on offer."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 1
|
||||
B.digest_burn = 1
|
||||
B.digest_oxy = 0
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "The giant bat has managed to swallow you alive, which is particularly impressive given that it's still a rather small creature. It's belly bulges out as you're squeezed into the oppressively tight stomach, and it lands to manage the weight, wings curling over your form beneath. The body groans under your strain, burbling and growling as it gets to work on it's feed. However, at least for now, it seems to do you no physical harm. Instead, the damp walls that squelch across your body try to leech out your energy through some less direct means."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 2
|
||||
B.digest_burn = 2
|
||||
B.digest_oxy = 1
|
||||
|
||||
@@ -660,7 +660,7 @@ I think I covered everything.
|
||||
mode_flags = DM_FLAG_NUMBING
|
||||
struggle_messages_inside = list(
|
||||
"Deciding that you've stayed long enough, you wriggle and writhe, stretching yourself out in the chamber, trying to thrust your hands and face up the way you entered. The beast stirs, and this churny pocket of flesh providing you safety clenches hard, aiding your entry back up into the lowermost depths of it's gullet. rhythmic clenches continue to invite you back down, however, should you reconsider.")
|
||||
belly_fullscreen = "anim_belly"
|
||||
belly_fullscreen = "VBOanim_belly1"
|
||||
|
||||
///
|
||||
/// AI handling stuff
|
||||
|
||||
@@ -380,7 +380,7 @@
|
||||
B.release_sound = "Pred Escape"
|
||||
B.fancy_vore = 1
|
||||
B.belly_fullscreen_color = "#380000"
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
B.name = "fuel processor"
|
||||
B.desc = "Uttering distorted growls and fragmented voice clips all the while, the corrupted hound gulps the rest of your squirming figure past its jaws... which snap shut with an audible click of metal on metal. Your trip down its slickly lubricated, rubbery gullet is a tight and efficient one... and once you spill out into the machine's fuel processor, your weight making it sag slightly, hot-and-thick slime begins oozing all over your form. Only time will tell if you're destined to become fuel for its next bout of rampaging... be it days, hours, or just mere minutes..."
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
B.release_sound = "Pred Escape"
|
||||
B.fancy_vore = TRUE
|
||||
B.belly_fullscreen_color = "#c47cb4"
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
|
||||
/datum/say_list/fennec
|
||||
speak = list("SKREEEE!","Chrp?","Ararrrararr.")
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
B.contamination_color = "grey"
|
||||
B.contamination_flavor = "Wet"
|
||||
B.belly_fullscreen_color = "#c47cb4"
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
|
||||
B.emote_lists[DM_HOLD] = list(
|
||||
"The wolf's idle wandering helps its stomach gently churn around you, slimily squelching against your figure.",
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
B.contamination_color = "grey"
|
||||
B.contamination_flavor = "Wet"
|
||||
B.belly_fullscreen_color = "#c47cb4"
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
B.emote_lists[DM_HEAL] = list(
|
||||
"The drake's idle movement helps its stomach gently churn around you, slimily squelching against your figure.",
|
||||
"The draconic predator takes a moment to intentionally clench its gut around you, encapsulating you in a strange, fleshy hug.",
|
||||
@@ -192,7 +192,7 @@
|
||||
B.contamination_flavor = "Wet"
|
||||
B.belly_fullscreen_color = "#df3dbc"
|
||||
B.belly_fullscreen_alpha = 240
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
B.emote_lists[DM_HEAL] = list(
|
||||
"The drake's idle movement helps its stomach gently churn around you, slimily squelching against your figure.",
|
||||
"The draconic predator takes a moment to intentionally clench its gut around you, encapsulating you in a strange, fleshy hug.",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "The strange critter suddenly takes advantage of you being alone to pounce atop you and quickly engulf your head within its maw! Before you even have a chance to react, the world goes dark with the inside of the meowls mouth covering your face, a rough tounge lapping smearing wet hot slobber over you. The rest of the process is pretty quick as the cat-owl begins to gulp your head down through a surprisingly stretchy throat and along the tight, flexing tunnel of its gullet. Before long you are pushing face first into the creature's stomach, the wrinkled walls quickly beginning grind slick flesh across it like any other piece of food. The rest of your body soon follows into the increasingly tight space, forced to curl up over yourself as the stomach lining bears down on you from every angle. At first, the stomach itself seems rather inactive, happily just squeezing and massaging you as the meowl settles down to slowly enjoy their snack. Though, struggling might risk setting off the gut one way or another..."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 1
|
||||
B.digest_burn = 1
|
||||
B.digest_oxy = 1
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "You've somehow managed to get yourself eaten by one of the local peasants. After jamming you down into their stomach, you find yourself cramped up tight in a space that clearly shouldn't be able to accept you. They let out a relieved sigh as they heft around their new found weight, giving it a hearty pat, clearly content to get a good meal for once. The world around you groans and grumbles, but the gut is far from harmful to you right now, even as the walls clench down on your body."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 1
|
||||
B.digest_burn = 1
|
||||
B.digest_oxy = 0
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
B.release_sound = "Pred Escape"
|
||||
B.fancy_vore = TRUE
|
||||
B.belly_fullscreen_color = "#b15aac"
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
|
||||
/datum/say_list/rabbit
|
||||
speak = list("chrrrs.")
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
B.release_sound = "Pred Escape"
|
||||
B.fancy_vore = TRUE
|
||||
B.belly_fullscreen_color = "#c47cb4"
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
|
||||
B.emote_lists[DM_HOLD] = list(
|
||||
"As time passes, the massive rat's stomach slowly churns and squeezes down around you, packing you into an easier to carry bundle amidst that oddly soothing massage.",
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
B.vore_sound = "Tauric Swallow"
|
||||
B.release_sound = "Pred Escape"
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "a_anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
B.fancy_vore = 1
|
||||
B.selective_preference = DM_SELECT
|
||||
B.vore_verb = "devour"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "Despite the small size of the scrubble, it seems to have a lot of energy behind it. The critter dives atop you in a panic, its maw quickly engulfing your head as its paws flail scrabble against you, hot slobber slathering across your tightly trapped face. It takes a little repositioning to get itself in the right position, but soon the creature is gulping its way down your entire body. Somehow it manages to squeeze you completely into a gut that should rightly be far too small for anything but a mouse, bundling up your body into a tight ball as the walls around you clench in tightly to keep you nice and compact. The sounds of burbling and glorping echo through the intensely tight space as the stomach lining grinds in thick oozes against your skin, pressure so high that you can barely move a muscle."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 1
|
||||
B.digest_burn = 1
|
||||
B.digest_oxy = 0
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "The creature's huge maw drops down over your body, the long neck preventing it from barely having to shift its torso at all. The jaws quickly travel down you, slathering you in a drool as you're quickly stuffed through the flexible muscle of the throat. In a matter of seconds you are effortlessly lifted from the ground, your entire figure now reduced to a bulge within the neck of the beast, your feet soon vanishing into its mouth with a visceral gulp. The journey down is a long and slow one, the gullet squeezing you steadily along with heavy rippling contractions, the sonadile is quite content that you're heading in the right direction. With every inch, the world around you grows louder with the sound of a heartbeat and the gutteral grumbles of your upcoming destination. Before long you are squeezed down through a tight fleshy valve and deposited in the stomach of the reptile, walls immediately bearing down on you from every direction to ensure that you're tightly confined with little room to move. Hot, humid and slick with all manner of thick and thin liquids, this place isn't treating you any different from whatever else this animal likes to eat."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 2
|
||||
B.digest_burn = 2
|
||||
B.digest_oxy = 1
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "The lithe creature spends only minimal time with you pinned beneath it, before it's jaws stretch wide ahead of your face. The slightly blue hued interior squelches tightly over your head as the stalker's teeth prod against you, threatening to become much more of a danger if you put up too much of a fight. However, the process is quick, your body is efficiently squeezed through that tight gullet, contractions dragging you effortlessly towards the creature's gut. The stomach swells and hangs beneath the animal, swaying like a hammock under the newfound weight. The walls wrap incredibly tightly around you, compressing you tightly into a small ball as it grinds caustic juices over you."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 2
|
||||
B.digest_burn = 2
|
||||
B.digest_oxy = 1
|
||||
|
||||
@@ -78,7 +78,7 @@ GLOBAL_LIST_INIT(succubus_safewords, list(
|
||||
B.name = "stomach"
|
||||
B.desc = "You find yourself tightly compressed into the stomach of the succubus, with immense pressure squeezing down on you from every direction. The wrinkled walls of the gut knead over you, like a swelteringly hot, wet massage. You can feel movement from the outside, as though the demoness is running her hands over your form with delight. The world around you groans and gurgles, but the fluids that ooze into this place don't seem harmful, yet. Instead, you feel your very energy being steadily depleted, much to the joy of the woman who's claiming it all for herself."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 2
|
||||
B.digest_burn = 2
|
||||
B.digest_oxy = 1
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
B.name = "stomach"
|
||||
B.desc = "Having been rapidly gulped up by the vampire, you find yourself tightly contained with a set of groaning, wrinkled walls. It seems that the beast has decided against draining your lifeforce through you blood, and instead taking a more direct approach as it saps your strength from all around you. Your attacker seems content to just take that essence for now, but it is a gut afterall and struggling may set it off."
|
||||
B.mode_flags = DM_FLAG_THICKBELLY
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.digest_brute = 3
|
||||
B.digest_burn = 0
|
||||
B.digest_oxy = 1
|
||||
|
||||
@@ -308,7 +308,7 @@
|
||||
B.name = "interior"
|
||||
B.desc = "An incredibly thick oozing slime surrounds you, filling in all the space around your form! It's hard to catch a breath here as the jiggling gel that makes up the body of the creature swiftly fills in the hole you made in its surface by entering. The gel is semi-transparent, and you can see your surroundings though its surface, and similarly you can be seen floating in the gel from the outside. When the cube moves, your whole body is wobbled along with it. There are clouds of still processing material floating all around you as the corrosive substance works on breaking everything down."
|
||||
B.mode_flags = DM_FLAG_NUMBING
|
||||
B.belly_fullscreen = "yet_another_tumby"
|
||||
B.belly_fullscreen = "VBO_fleshs"
|
||||
B.colorization_enabled = TRUE
|
||||
B.belly_fullscreen_color = color
|
||||
B.digest_brute = 2
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
B.release_sound = "Pred Escape"
|
||||
B.fancy_vore = 1
|
||||
B.belly_fullscreen_color = "#c47cb4"
|
||||
B.belly_fullscreen = "anim_belly"
|
||||
B.belly_fullscreen = "VBOanim_belly1"
|
||||
|
||||
// Space edition, stronger and bitier
|
||||
/mob/living/simple_mob/vore/wolf/space
|
||||
|
||||
Reference in New Issue
Block a user