diff --git a/README.md b/README.md index 5dcc48667..f950f8136 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,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) +![](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. diff --git a/docimg/sayabean.png b/docimg/sayabean.png new file mode 100644 index 000000000..2f940c397 Binary files /dev/null and b/docimg/sayabean.png differ diff --git a/language.version b/language.version index c64053775..5db500c13 100644 --- a/language.version +++ b/language.version @@ -1,2 +1,2 @@ [default] -SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r700 \cu(Tue 22 Dec 16:13:54 CET 2020)"; +SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r701 \cu(Tue 22 Dec 20:42:59 CET 2020)"; diff --git a/modeldef.funstuff b/modeldef.funstuff index 1952a96c2..7e41f2ae7 100644 --- a/modeldef.funstuff +++ b/modeldef.funstuff @@ -92,13 +92,13 @@ Model "DemoPlush" } Model "SayaBean" { - Path "models/extra" + Path "models" - Model 0 "BaseCube_d.3d" - Skin 0 "CHIPTILE" - Scale 0.04 0.04 0.04 + Model 0 "SayaBean_d.3d" + Skin 0 "SayaBean.png" + Scale 0.012 0.012 0.012 ZOffset 16 - PitchOffset 30 + RollOffset 30 ROTATING FrameIndex XZW1 A 0 0 diff --git a/models/SayaBean.blend b/models/SayaBean.blend new file mode 100644 index 000000000..e585eb7a9 Binary files /dev/null and b/models/SayaBean.blend differ diff --git a/models/SayaBean.png b/models/SayaBean.png new file mode 100644 index 000000000..8c95c335e Binary files /dev/null and b/models/SayaBean.png differ diff --git a/models/SayaBean_a.3d b/models/SayaBean_a.3d new file mode 100644 index 000000000..d1d351051 Binary files /dev/null and b/models/SayaBean_a.3d differ diff --git a/models/SayaBean_d.3d b/models/SayaBean_d.3d new file mode 100644 index 000000000..0ec30b299 Binary files /dev/null and b/models/SayaBean_d.3d differ diff --git a/models/modelnotes.txt b/models/modelnotes.txt index 9d5bcfd3d..6f8968d0c 100644 --- a/models/modelnotes.txt +++ b/models/modelnotes.txt @@ -5,7 +5,7 @@ Collectible models: x Nutatco Bar x Frispy Corn x Demo Plush - - Saya Bean + x Saya Bean x Peach Juice x Milk Breads x Kirin Manga diff --git a/zscript/swwm_funstuff.zsc b/zscript/swwm_funstuff.zsc index 74645c4eb..a44135127 100644 --- a/zscript/swwm_funstuff.zsc +++ b/zscript/swwm_funstuff.zsc @@ -323,6 +323,8 @@ Class SayaBean : SWWMCollectible Inventory.PickupMessage "$T_SAYABEAN"; SWWMCollectible.Availability AVAIL_Heretic; Stamina 5000; + Radius 3; + Height 20; } } // Hexen