Saya Bean moved to Doom collectibles (there's nothing that would make it exclusive to latter IWADs)

Increase the bean size.
Come up with more collectibles for the future.
This commit is contained in:
Mari the Deer 2020-12-22 21:54:01 +01:00
commit bd0067a804
7 changed files with 23 additions and 21 deletions

View file

@ -22,7 +22,10 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after
- **[Hexen]** Lord Vilkreath - Fundaments of Puzzle Design *("What the hell is this crap?")*
- **[Hexen]** Obelisk of the Golden Vale *("I puked out my guts when I touched that fucking thing")*
* **Even more collectibles:**
- Dr. Locke's Super Happy Fun Ball *("I'd suggest not to drop it")*
- AA-12 *("Ibuki's favorite shotgun. It's just a collectible model, so it doesn't actually shoot")*
- Cube *("It's a cube")*
- Manarock *("A delicacy for gods, but instantly deadly for mortals")*
- Rubber Duck *("Is this some kind of convoluted joke from those two?")*
* ***(Maybe)* Fake livestream chat overlay, with dynamic reactions to all sorts of stuff**
* **Visible legs in first person**
* **Leaning**

View file

@ -424,7 +424,7 @@ Debut album of Maidbot Miyamoto. Very cute and romantic J-Pop. Yes, it's a CD, a
A plush doll of Saya's favorite moth girl, handcrafted by Nukritas 2xx herself. Appears to be cursed, potentially putting you in the sights of a very real moth girl.
### Haunted Saya Bean Plush (Heretic)
### Haunted Saya Bean Plush
![](docimg/sayabean.png)
Eats your snacks and calls you a horny. Emits a giggle when you squeeze it. Yet another of Nukritas 2xx's little handcrafted dolls. May or may not be really haunted.

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r702 \cu(Tue 22 Dec 21:03:17 CET 2020)";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r703 \cu(Tue 22 Dec 21:54:01 CET 2020)";

View file

@ -96,7 +96,7 @@ Model "SayaBean"
Model 0 "SayaBean_d.3d"
Skin 0 "SayaBean.png"
Scale 0.012 0.012 0.012
Scale 0.025 0.025 0.025
ZOffset 16
RollOffset 30
ROTATING

View file

@ -141,9 +141,9 @@ DoomEdNums
4206902 = LoveSignalsCD
4206903 = NutatcoBar
4206904 = FrispyCorn
4206905 = SayaBean
// Heretic
4206905 = DemoPlush
4206906 = SayaBean
4206906 = DemoPlush
// Hexen
4206907 = KirinCummies
4206908 = MilkBreads

View file

@ -7,7 +7,7 @@ Class SWWMLevelCompatibility : LevelPostProcessor
{
protected void Apply( Name checksum, String mapname )
{
int numcol = 5;
int numcol = 6;
switch ( checksum )
{
case 'none':

View file

@ -302,6 +302,19 @@ Class FrispyCorn : SWWMCollectible
Height 23;
}
}
Class SayaBean : SWWMCollectible
{
bool callout; // already called the player a perv for loading h-doom
Default
{
Tag "$T_SAYABEAN";
Inventory.PickupMessage "$T_SAYABEAN";
Stamina 5000;
Radius 6;
Height 23;
}
}
// Heretic
Class DemoPlush : SWWMCollectible
{
@ -315,20 +328,6 @@ Class DemoPlush : SWWMCollectible
Height 36;
}
}
Class SayaBean : SWWMCollectible
{
bool callout; // already called the player a perv for loading h-doom
Default
{
Tag "$T_SAYABEAN";
Inventory.PickupMessage "$T_SAYABEAN";
SWWMCollectible.Availability AVAIL_Heretic;
Stamina 5000;
Radius 3;
Height 20;
}
}
// Hexen
Class KirinCummies : SWWMCollectible
{