From faf818bd6d6e786eeee7ecbc0cb6c9a11407321c Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Fri, 23 Aug 2024 15:17:47 -0500 Subject: [PATCH 01/46] Adding some furniture --- .../Floof/Entities/Objects/Lewd/eggs.yml | 49 +++++ .../Structures/Furniture/stripper_pole.yml | 120 +++++++++++ .../Construction/Graphs/furniture/lewds.yml | 46 ++++ .../Floof/Recipes/Construction/furniture.yml | 84 ++++++++ .../Construction/Graphs/furniture/seats.yml | 96 +++++++++ .../Construction/Graphs/furniture/tables.yml | 2 +- .../Prototypes/SimpleStation14/benches.yml | 9 +- .../Fun/Lewd/egg.rsi/egg_ashwalker.png | Bin 0 -> 1906 bytes .../Fun/Lewd/egg.rsi/egg_badrecipe.png | Bin 0 -> 971 bytes .../Objects/Fun/Lewd/egg.rsi/egg_blue.png | Bin 0 -> 457 bytes .../Fun/Lewd/egg.rsi/egg_bugcocoon.png | Bin 0 -> 968 bytes .../Floof/Objects/Fun/Lewd/egg.rsi/egg_cd.png | Bin 0 -> 656 bytes .../Objects/Fun/Lewd/egg.rsi/egg_chicken.png | Bin 0 -> 470 bytes .../Fun/Lewd/egg.rsi/egg_chocolate.png | Bin 0 -> 431 bytes .../Objects/Fun/Lewd/egg.rsi/egg_cocoon.png | Bin 0 -> 1231 bytes .../Fun/Lewd/egg.rsi/egg_corrupteddemon.png | Bin 0 -> 1537 bytes .../Objects/Fun/Lewd/egg.rsi/egg_dragon.png | Bin 0 -> 2103 bytes .../Fun/Lewd/egg.rsi/egg_escapepod.png | Bin 0 -> 553 bytes .../Objects/Fun/Lewd/egg.rsi/egg_file.png | Bin 0 -> 521 bytes .../Objects/Fun/Lewd/egg.rsi/egg_fish.png | Bin 0 -> 565 bytes .../Objects/Fun/Lewd/egg.rsi/egg_floppy.png | Bin 0 -> 574 bytes .../Objects/Fun/Lewd/egg.rsi/egg_green.png | Bin 0 -> 456 bytes .../Objects/Fun/Lewd/egg.rsi/egg_holy.png | Bin 0 -> 1394 bytes .../Fun/Lewd/egg.rsi/egg_honeycomb.png | Bin 0 -> 969 bytes .../Objects/Fun/Lewd/egg.rsi/egg_hybrid.png | Bin 0 -> 402 bytes .../Fun/Lewd/egg.rsi/egg_insectoid.png | Bin 0 -> 533 bytes .../Objects/Fun/Lewd/egg.rsi/egg_orange.png | Bin 0 -> 467 bytes .../Objects/Fun/Lewd/egg.rsi/egg_pellet.png | Bin 0 -> 431 bytes .../Fun/Lewd/egg.rsi/egg_pinkspots.png | Bin 0 -> 546 bytes .../Fun/Lewd/egg.rsi/egg_polychrome.png | Bin 0 -> 373 bytes .../Objects/Fun/Lewd/egg.rsi/egg_purple.png | Bin 0 -> 469 bytes .../Objects/Fun/Lewd/egg.rsi/egg_rainbow.png | Bin 0 -> 689 bytes .../Objects/Fun/Lewd/egg.rsi/egg_ratvar.png | Bin 0 -> 1034 bytes .../Objects/Fun/Lewd/egg.rsi/egg_red.png | Bin 0 -> 458 bytes .../Objects/Fun/Lewd/egg.rsi/egg_rock.png | Bin 0 -> 389 bytes .../Fun/Lewd/egg.rsi/egg_slimeglob.png | Bin 0 -> 634 bytes .../Fun/Lewd/egg.rsi/egg_spidercluster.png | Bin 0 -> 3009 bytes .../Fun/Lewd/egg.rsi/egg_synthetic.png | Bin 0 -> 680 bytes .../Objects/Fun/Lewd/egg.rsi/egg_void.png | Bin 0 -> 1528 bytes .../Fun/Lewd/egg.rsi/egg_xenomorph.png | Bin 0 -> 1894 bytes .../Objects/Fun/Lewd/egg.rsi/egg_yellow.png | Bin 0 -> 454 bytes .../Floof/Objects/Fun/Lewd/egg.rsi/meta.json | 197 ++++++++++++++++++ .../Floof/Structures/pole.rsi/meta.json | 17 ++ .../Floof/Structures/pole.rsi/pole.png | Bin 0 -> 669 bytes .../Floof/Structures/pole.rsi/pole_base.png | Bin 0 -> 854 bytes 45 files changed, 616 insertions(+), 4 deletions(-) create mode 100644 Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml create mode 100644 Resources/Prototypes/Floof/Entities/Structures/Furniture/stripper_pole.yml create mode 100644 Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml create mode 100644 Resources/Prototypes/Floof/Recipes/Construction/furniture.yml create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_ashwalker.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_badrecipe.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_blue.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_bugcocoon.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_cd.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_chicken.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_chocolate.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_cocoon.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_corrupteddemon.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_dragon.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_escapepod.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_file.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_fish.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_floppy.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_green.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_holy.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_honeycomb.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_hybrid.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_insectoid.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_orange.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_pellet.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_pinkspots.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_polychrome.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_purple.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_rainbow.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_ratvar.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_red.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_rock.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_slimeglob.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_spidercluster.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_synthetic.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_void.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_xenomorph.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_yellow.png create mode 100644 Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/meta.json create mode 100644 Resources/Textures/Floof/Structures/pole.rsi/meta.json create mode 100644 Resources/Textures/Floof/Structures/pole.rsi/pole.png create mode 100644 Resources/Textures/Floof/Structures/pole.rsi/pole_base.png diff --git a/Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml b/Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml new file mode 100644 index 00000000000..575a379a016 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml @@ -0,0 +1,49 @@ +- type: entity + parent: BaseItem + id: BasicEgg + name: basic egg + description: A large and shiny egg, couldn't have been laid by a chicken! + components: + - type: Sprite + sprite: Floof\Objects\Fun\Lewd\egg.rsi + state: egg_chicken + +- type: entity + parent: BaseItem + id: DragonEgg + name: dragon egg + description: A warm and shimmering egg, power could be felt from within... + components: + - type: Sprite + sprite: Floof\Objects\Fun\Lewd\egg.rsi + state: egg_dragon + +- type: entity + parent: BaseItem + id: VoidEgg + name: void egg + description: A void egg. This has to be dangerous, right? + components: + - type: Sprite + sprite: Floof\Objects\Fun\Lewd\egg.rsi + state: egg_void + +- type: entity + parent: BaseItem + id: SlimeEgg + name: slime egg + description: A globby and squishy egg, feels nasty. + components: + - type: Sprite + sprite: Floof\Objects\Fun\Lewd\egg.rsi + state: egg_slimeglob + +- type: entity + parent: BaseItem + id: HoneyEgg + name: honeycomb egg + description: An egg covered in a sticky and sweet honey. + components: + - type: Sprite + sprite: Floof\Objects\Fun\Lewd\egg.rsi + state: egg_honeycomb diff --git a/Resources/Prototypes/Floof/Entities/Structures/Furniture/stripper_pole.yml b/Resources/Prototypes/Floof/Entities/Structures/Furniture/stripper_pole.yml new file mode 100644 index 00000000000..a82330ec641 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Structures/Furniture/stripper_pole.yml @@ -0,0 +1,120 @@ +- type: entity + id: StripperPole + parent: BaseStructure + name: stripper pole + description: A long pole on a pedestal used for showing off your great 'assets'. + components: + - type: Transform + anchored: true + - type: Construction + graph: Lewd + node: FurnStripPole + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 120 + hard: "false" + mask: + - TabletopMachineMask + layer: + - TabletopMachineLayer + - type: Sprite + sprite: Floof/Structures/pole.rsi + state: pole + drawdepth: SmallObjects + - type: Icon + sprite: Floof/Structures/pole.rsi + state: pole + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Metallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 125 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 25 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + params: + volume: -6 + - !type:SpawnEntitiesBehavior + spawn: + SheetSteel1: + min: 1 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + +- type: entity + id: StripperPoleInit + parent: BaseStructure + noSpawn: true + name: stripper pole base + description: The base of a stripper pole. + placement: + mode: SnapgridCenter + components: + - type: Clickable + - type: InteractionOutline + - type: Transform + anchored: true + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 60 + mask: + - TabletopMachineMask + layer: + - TabletopMachineLayer + - type: Sprite + sprite: Floof/Structures/pole.rsi + state: pole_base + drawdepth: SmallObjects + - type: Icon + sprite: Floof/Structures/pole.rsi + state: pole_base + - type: Construction + graph: Lewd + node: FurnStripPoleInit + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Metallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 125 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 25 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + params: + volume: -6 + - !type:SpawnEntitiesBehavior + spawn: + SheetSteel1: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: [ "Destruction" ] + diff --git a/Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml b/Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml new file mode 100644 index 00000000000..3f9881ea9ff --- /dev/null +++ b/Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml @@ -0,0 +1,46 @@ +- type: constructionGraph + id: Lewd + start: start + graph: + - node: start + actions: + - !type:DeleteEntity {} + edges: + - to: FurnStripPoleInit + steps: + - material: Steel + amount: 3 + doafter: 1 + + - node: FurnStripPoleInit + entity: StripperPoleInit + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 3 + steps: + - tool: Screwing + doafter: 1 + - to: FurnStripPole + steps: + - material: MetalRod + amount: 2 + doAfter: 2 + + + - node: FurnStripPole + entity: StripperPole + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 3 + - !type:SpawnPrototype + prototype: PartRodMetal + amount: 2 + steps: + - tool: Screwing + doAfter: 4 diff --git a/Resources/Prototypes/Floof/Recipes/Construction/furniture.yml b/Resources/Prototypes/Floof/Recipes/Construction/furniture.yml new file mode 100644 index 00000000000..aa25d9e7a2a --- /dev/null +++ b/Resources/Prototypes/Floof/Recipes/Construction/furniture.yml @@ -0,0 +1,84 @@ +- type: construction + name: Comfy Sofa + id: ChairSofaBench + graph: Seat + startNode: start + targetNode: chairSofaBench + category: construction-category-furniture + description: A comfy sofa of standard design. + icon: + sprite: SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi + state: middle + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: Comfy Sofa Left End + id: ChairSofaBenchLeft + graph: Seat + startNode: start + targetNode: chairSofaBenchLeft + category: construction-category-furniture + description: A comfy sofa of standard design. The left end! + icon: + sprite: SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi + state: left + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: Comfy Sofa Right End + id: ChairSofaBenchRight + graph: Seat + startNode: start + targetNode: chairSofaBenchRight + category: construction-category-furniture + description: A comfy sofa of standard design. The right end! + icon: + sprite: SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi + state: right + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: Comfy Sofa Corner + id: ChairSofaBenchCorner + graph: Seat + startNode: start + targetNode: chairSofaBenchCorner + category: construction-category-furniture + description: A comfy sofa of standard design. The corner piece! + icon: + sprite: SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi + state: corner + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: Stripper Pole + id: FurnStripPole + graph: Lewd + startNode: start + targetNode: FurnStripPole + category: construction-category-furniture + description: A long pole on a pedestal used for showing off your great 'assets'. + icon: + sprite: Floof/Structures/pole.rsi + state: pole + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml index c587e47efb8..b04e95aa7c3 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml @@ -87,6 +87,34 @@ doAfter: 1 - material: Cloth amount: 1 + - to: chairSofaBench # Floof + steps: + - material: Steel + amount: 4 + doAfter: 1 + - material: Cloth + amount: 2 + - to: chairSofaBenchLeft # Floof + steps: + - material: Steel + amount: 4 + doAfter: 1 + - material: Cloth + amount: 2 + - to: chairSofaBenchRight # Floof + steps: + - material: Steel + amount: 4 + doAfter: 1 + - material: Cloth + amount: 2 + - to: chairSofaBenchCorner # Floof + steps: + - material: Steel + amount: 4 + doAfter: 1 + - material: Cloth + amount: 2 - node: chair entity: Chair @@ -276,3 +304,71 @@ doAfter: 1 - tool: Screwing doAfter: 1 + + - node: chairSofaBench # Floof + entity: BenchSofaCorpMiddle + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 4 + - !type:SpawnPrototype + prototype: MaterialCloth1 + amount: 2 + steps: + - tool: Cutting + doAfter: 1 + - tool: Screwing + doAfter: 1 + + - node: chairSofaBenchLeft # Floof + entity: BenchSofaCorpLeft + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 4 + - !type:SpawnPrototype + prototype: MaterialCloth1 + amount: 2 + steps: + - tool: Cutting + doAfter: 1 + - tool: Screwing + doAfter: 1 + + - node: chairSofaBenchRight # Floof + entity: BenchSofaCorpRight + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 4 + - !type:SpawnPrototype + prototype: MaterialCloth1 + amount: 2 + steps: + - tool: Cutting + doAfter: 1 + - tool: Screwing + doAfter: 1 + + - node: chairSofaBenchCorner # Floof + entity: BenchSofaCorpCorner + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 4 + - !type:SpawnPrototype + prototype: MaterialCloth1 + amount: 2 + steps: + - tool: Cutting + doAfter: 1 + - tool: Screwing + doAfter: 1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/tables.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/tables.yml index bdfcaae6e96..27c174862cf 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/tables.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/tables.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: Table start: start graph: diff --git a/Resources/Prototypes/SimpleStation14/benches.yml b/Resources/Prototypes/SimpleStation14/benches.yml index a7021bf26d0..23048872d0f 100644 --- a/Resources/Prototypes/SimpleStation14/benches.yml +++ b/Resources/Prototypes/SimpleStation14/benches.yml @@ -201,10 +201,15 @@ - type: entity name: grey sofa id: BenchSofaCorpMiddle + placement: # Floof + mode: SnapgridCenter # Floof parent: BenchBaseMiddle components: - type: Sprite sprite: SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi + - type: Construction # Floof + graph: Seat + node: chairSofaBench - type: entity id: BenchSofaCorpLeft @@ -226,9 +231,7 @@ name: grey sofa id: BenchSofaCorpCorner suffix: Corner -# parent: BenchSofaCorpMiddle - placement: - mode: SnapgridCenter + parent: BenchSofaCorpMiddle # Floof components: - type: Transform anchored: true diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_ashwalker.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_ashwalker.png new file mode 100644 index 0000000000000000000000000000000000000000..f7a2f497a36fbcdadc743b1b559c3da32ebcbc09 GIT binary patch literal 1906 zcmV-&2aWiNP)Kmc1fi1R@effW!qQh=ZezxFF@gnK$6X zW&H%45Kq7p*muMWaLxgV3-T&HB@q%>0)!7BBFx{~0+#+}w}zUU?w;zOapLUMWp;bE z`>XHk>Ytfvd&8``4FZ@;X!H4a;wm4H=d;+hk_C9}>Cu9J|L)Jl$XtLC`8QrTJLKhG z|FU%p_hLmz5IZLMUdoO_$eYp3Bbt%^xfAN z)s@PA`1QOO5nSYb_^~3W1t9WIU0Fsy2gm0he?PPLjQRJUQBe^jc@2Jy2r2txxN@WIX|DB+uigo^6~1Ra zdG*cO5xSC7rL8Y~^(ug{3vEKU!I{YyA!jSMyvd>`(!_wV0rIE{KaTVZTqu#w5Z&)NzUIE}ZedZ#3aC~H5+}Lb|9s$Ei0_SaM zMUdo6;Dpsd8PWtFI_huee=LcKE`~nyFo;X;KFy2cVX~h&=Np~t?M3*NjL!m_-AkJ;^X4I zqa$ZsD(ezPhOO_O3x9Uo91^~(*ImN21km;z<^-}Y-@aLs{d{+~E`R5%yHQcF>X|5f z^r+qV)MPon-3;B5lb(DqE0P(CC0g1*G_~%fOpS3%Nr!Q}^aAACAb?qO8w5zHWS5?) ztK3dV2j&9I;_rL#_hQ?M7J$gx-B`m3y9?XHy}m^t@)p0*2^RkV_hLne62M2E%K8?; zN1n=3L{JML$$Rqiy@?>nd+?)0Pzm57AIQ%a7r{k7fFC77rvQ??GCyBT1W8_ruNEOF zfQx)Yem+|S7x@T$l?a-|NaaLge!ddHWEhc8#IHmMweJ;xuk{7;^U+bj*ZKnZ-YDqG z4OUKM=I4{6fOf?FLlJF* zZQW@B{HewFJ`}YCkmO+n^7CpDB>6)4UJ;xTz{$hlJgyiH%KZGEY==ZJ3ghHg_y;Te zsS^J{wnHLFtl%6#4wLgVCv@cJ8+D`*F-8uP^E4-P;5X_>A%X(M2`TxsRwTajt*6D0e*R85A5f9EyRpWpPP+@6;a=Y& z5PA8!3-AAMFII%u^8rrsRMxi$KJrwSB0|jhfChO_e!e#mBzX^hv3fz14T_9~ExAH?vT52&`m zJKM`8Ff%_tIXR7cD57n!t!oP4Be&??4!h0=G|0mWh+4I)wm4}Och3xf{>*ZF{n>$Cjs$c#75Vv@Y_sEhfO_M=@E3d+DDYct_H{lW>$O(_ s{N%bN&IepbIxK*nwcQ+&qh`(RKZ)%nVKfnD@c;k-07*qoM6N<$f(H4Wod5s; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_badrecipe.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_badrecipe.png new file mode 100644 index 0000000000000000000000000000000000000000..6343e5f8e2d308d2643d2adc25c957541cba61ea GIT binary patch literal 971 zcmV;+12p`JP)Y#>NdSRTmzG-HRZqQN)!VJ} zFUKvwEx;|nUk14UN>D}PA?%^ctHlDJeOK20F@U$Xb(PC3qO>Gyn*s2A_Ev-Hm%2AI z#LNKi?j_aA$`ZD%GcKq38e2O>tiH+0nxnq@xjhraOaPyJcu(~QHdj~RdkQV0k%+`a z0GIoBN*q-yymQY~-~KwB8e(dI2RjL6nKnU9Lj@JO0(Yb^l!;Y_H(p<6-YXCqg!m}j zQ4b$oOa(DDK)>hF44T~C%`@l?*_eZxG&-^szTB@!_m({41QZtnI&Dk^@SucB$205} z@_4a0Jt^?~%qJ95EK7!#9EZ_!C}jg=ci!Z%oFp;VRA2tsoT$Q70MT%WSTaHW&K8Zv zsZ2er7E+v_o0PjgdK?^I=jA|Q)$1%REz&nFd9yh&_e6kFUQ^*v4Erj?{?j9RU7Ore zg!PSe^x!e4-T-7CcK5cZRO%R}iHwPC$%v2NE2>YwKKN4=CIWQ&as-<(+I}Bh*YJHs zSgr?$6*Be^Jq&}sMzvPqtm#Pi8fT3@=}VjMAJ?w0z*ZqFLVBcAQ7$cmg@px*+v9G_ z*y4oB7$M`qrRfq12V^B9RF9ivQbU3fNnl(PU}Z5)I-4V(ou^T6P_LCSO@q~y6dlu{ zckYu+iXnwHcDCn#Qy>lN=5>Xt(He+JwZ2 zE)5@Z>^o9NbFT<=EnLUp#S0VLVPZ@K`244~_WoO0)ou-FcTJ27m+WE;#~IO6zZEtdXQbnmtDe5sV5Ls8z6-Dx^ zQ4WtTNW_A2{@%pgQvv+Yu(c0Fg=(!sHl3pN`%5e>Mqw?3>oVQ!Pj5>g92Uvxk`;W{&w%Ul1ZVmuhuB*PJ|*79YM4MoMJBg z*Vp7>;N@mU5r6vPC!7X3jEj?*frI_R|9wjgh;jr;A@J?{UknEzI|8PL6hM>%41JFN zmz88k33^-rq~^!Zf8Y=!CKQMc0S_gcuu6 zhmc}9(GIwO_acL$vOb1G2@1kaA6}c|<74yn^%aBf@9)P1 z&^H>5ViIiML=n3Rip648yzk1A^C7#m`v9i_9Hd>>guYE3AOa}-nE^b9eZV{@GFziH6n)0Y`qMVz-c-sc#rp3KT-*}rB*A#rAR}}wd|N2L;=WrplMZ>sj#pc>Q1)~ zXmI8PNI(%jYb9U|$x;PKf>*EwYYnc=O-Q#wCgnsbfn_@yCI%QRZ8bo8w4onrxZo~1 z8r4oc5mAM^yE`+POyc&WLPT-^0}1xwStqduCZ@M)PuJj5uncPiEG;SNHO3P>EfEu! zp{oM!4-XHGE>KC}FnG*9Det3kjO-UByc4Ww@ATQA*a)+C3FLSt2ktTiICfrsYphKmi3qDCmmEoORp2UPn%L^+C$EqR zxiJAvglgzbOP6ktkh5c3j(+&k!U;RtS^<{?t|UTGnB7mT#(oRtEszCV70 zTKN$wS{1UKhE`xOH7>qH&wU1H^kE9v%?H8|u`=Li4p1p+P?R)EIR>i?lnJ1xlDHm; z?*$!ri!GXjLOz86cr@?Y-(YMTkkcuuKSfQ#MXQ0nV?)pUz|d@9Z@|S>gdsyXod{(? zI0IZ*ziIXeh^}4ySVNQ@**RZ`e4fI6QM z3`I}%znn&UJj8jR!1qI3k?_!&z#dIe6YwhxV3KG>kGegdW%$&vfW{JMU%s=gz{PCt zV=x@yn#S0jtzbk<2!PkIb<$E9> zJp~fEio_Q*o8kVs2G8d;2QF6P6WokF1mO~KOc;Pi!~b$6%Y%Mythzm*Ztqjd2g5Pk z>5RHR5*Lj=7C;2CFY%+5&B?1Y51cVI9k02EC1bJ0V*^AGO=*4cq_R2Gck(p;+>hh$ qR=448uilLTY|;{d1Rw#pbAVs&zy%XJr~iWh0000VQ!Pj5>g92kcm1@E@7)5jcU7ZVmuhE-9tK zz$YjK=6`zs4lG8FBS>}ty5%4sC9MUQBh?WkIRKmGJX{hCT!NYmQb=k@aRkv0*t4bL zzoe)-&@yfm@h{(Az-f@fSQzxdYF&Ifh;jr;A@G~=7m(z}5QjMep@w)slmk{R&ic>8 zE6czyAV^RxNX?J$e~1nRqC#ojp17zp$_vQND)(QbK{C175xS z%Al(!%JBZpO9nv^aiSf;#`=%p{{4pp)e#l0e}26HVhEcUM}Qpr?dvOIj3zA?fD8p; zE^aZL4k5*Iq8)Ji)@cS+HB$_S5YqGNB^%`qsBYQB*jnTFUsa8PB=GDx8(1&J4uApl zP#~lhm<)+hOOyj(p}@d^a0D-(ESUcM=`n`o#QL6S2cSE`$Rr3Z4s!?yoIA6QB+E&1 z0E#1k7NJK6sXiym0mzPc_WUB64C$7WZliS60mH@t0I>$MRCY|hD*ylh M07*qoM6N<$g3>6zfB*mh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_chocolate.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_chocolate.png new file mode 100644 index 0000000000000000000000000000000000000000..d815afd97ffdcb815660b4d6488595dedc001c6a GIT binary patch literal 431 zcmV;g0Z{&lP)i`Ram4IoEdQVdM(Q7i;kk3g1P}5U|wbT^I3DiyBR7*|43NX69 zU`?-tJ=lBy_}Z8PDFM#(dQSqmwT=YvvMS^;4gro!JIo>|Ahmnb0hI8hsd(x&fpE;p z09lzs6ofxOY(1?2;3kqAF$R{FS=IY%03|a8TP;;20F?qn6~xhD0Nt>f~Hst|4 Zz!qcdq*<6wMF0Q*002ovPDHLkV1jPFyMX`z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_cocoon.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_cocoon.png new file mode 100644 index 0000000000000000000000000000000000000000..7dab686e28f536602036606b530ae2fd8541fb51 GIT binary patch literal 1231 zcmV;=1Tg!FP)(O{?YwI`2C^|bkJHH{sv-BLE_=z zArN3h$^!xfxCk8_9AxdgJo|D40D=Hlc$))^i2(@jv)tnyM7FoL-OS9)@AdU{|1Ct) z>LHOp1eDV~;DFk9_V)II5IE@V?R70JE$-#z#a|(jU~XY^5*bg8=abZ#>q$SjVanZ*B#@pA|SN|T@+1Z(YHZ?U>sG4?ZiwFSp^z;-gEG$fm zNF=%dP{NN_n1sg|eZ&SZ1~7dh6gjdsKR@sLDrB)DjM6S^MaavnJ>dnMWjH@S_e+7P z>ahe|0E;L^2xA#Tfopz& zq=Ewxk+eBarf3;t0v1l}W+W}xaH^VF5TXGA!10hi&uAq?Oqqi-)PDintvXf%yh!?? zW_gN7c+Q0V{r!G&h!AFhk$SYFqoe*izESoV2a7D002)9%OaKW1;~8Trvn+}7o@fDz za8(I05zz6hlt|KU=<7d1L{RL0OoZAYq&%1B5JdS9<6hvrcX4syHIZ~SEFxgV!3P@~ z8##_ztTo`;Vg)P@br4Z`rX^Zjd;_thBU+pY3w=cc5izE1SYg-l(8o(iB3h*+)E z{oqRk?2m`tP{@=}BSke{X9(*t%NTbON==}2FJ~hAb7KDwBi$5zui}>UtM*R<`bhtR tT%2l3!AsvyJN~J^V-caXf64!2e*s|Dsp_Q8H1hxe002ovPDHLkV1iS$Bi8@` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_corrupteddemon.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_corrupteddemon.png new file mode 100644 index 0000000000000000000000000000000000000000..697f89bec4e71033e4e367be5b8d9848d0f70e0f GIT binary patch literal 1537 zcmYL}c~p{V6vjVrL2%7nQY$ni(8{H3GXpgj&@f!eeQnBZrmQTjAt94ovfMLsK^x1Q z3>(ua8w({Z%`q$+w@M;S%rcm8;gfB?rqk(<``mNh`@HA<T1#Lw2Rw>P6C zT20KMM<@8r#S2g7DcOqlRD{xR3_aYMy4y%3eJ>OVqu%5{-^3~wQE3~N#5&32Nam5M zOo22Yt|B6uCr6^~2nhbWO=pJug2#BM4jM(Gi)$=p6NA-6g3S4Qrd z=JYs)uIuU{1ZS1f>VQ2R6KR@duQ1ci%O>?x4%x0a1+OktW(vGJlVf3_9l!3&7$r+l z-Wjz|8j+7?3bw2a=rR+SU=5E zk+Uvuy~|S}QD4_qZZ-X>WE~NFV4>unr%j^vjQRM##E>U2RZ42hfJ_7Hkimun6@{1|4TX6-Z#pZzOcML{*4%t-PZ zUY;!(tu`OI%rjQa$waK&0Pxd4ycjpXXTV+xbIE17bL=>FJ<1c>>1Cn0QT^~S{`h&` zfLf|ia4xS(t;M|9t#3W0wPEnq!8>kHkoeC<+It9>q`|FJAKCa@nqjpCZ{$c1G_ z9?uPJK)Husuc3dZSKotugT@jpi_+6{1@GDlq%e{K-LS%40d+p%7U?AmssoUDFW<7+ z!!IcjI@69ix%2jQ&ohLCrOZ0GbAv-9=gOBxQJv>w=H}CGL-0oL_zljYiW15iYG#9- zxwXZb^d|}pWdJ#ee};BdmBGVMGus?8ynALfHvy#uuLRqN|1qub*@j^IY|~sVhP7!w z7%lG$kYiJdzMn58$Gzvv5z8Cy z_)Mvce<*kPi2IZ$hQ%?Ic^v$dN?!a0D?#}n@Gw~@hTXjZnepY{5qUxFa4^(7N}Lmr6DU#^k4|8!x4pd}6@UK52U-k+ zZi30e?!zMkRF^H9feV70cU&;+YPB1cdy7yP^oCM1v(Uc`SJ7B~FATGYcwo?dv^C%2*Q2f3hxFlE20cC zqjof-pzRoE@;LSAm}cOnK7LD}7ADQql7#u$PofbNva(dKQz{Nyj_15F9=Tdz{rYsO Z1TBiKMv~Y;Q_!CdkUV_dS#Hr8{{j58>X`rl literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_dragon.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_dragon.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1b47f496b83d1974461b1f79f54303da1f1c1e GIT binary patch literal 2103 zcmbW3dpwle8pmf0!!T%5>Xb2q7)eyFX?u-poC?+CuunF*j7l0Mm#vv`n-Ikm#STqm zYbuwt(;y)^k`UX_^s@UiSzP^vzIs2Q zL1?7ieWY9nlgY05QRNdb^O{-UZ{QPc;^SVgS|>%E@*Np#T>dN zD}SXJf({Z@j|_#b#AailDSRU@kXjXE8TDaT3)7%=G=CymTXm@r2@NaaQmsgOVq~@g zx8E`;C3WR?NaC~Bp80qe-M7|i6K5R>;GS<_cPm7qIWC&Flx&QOr_a^V%s?}r^jp_x z3x6Y0X99b>M?O7$^2wt|217wJ$y(f}r}-0P$_oDodx;+s&};_BlV}k-KH-TZhPm2q zw2!t$OW0W1CwV=-?a5R&P?YQvPOd-D@vdzPi(1UOcgdE(E@BZg(#W8zR6m{}SCVIr z?$rcd1yYYmU1w2X@rRoJUHK&*ah3QCDlYRpUz!Znmt+*7^k@r<6R)xYDMdjrBcymyT3xs}PafXoA<)T1|^WPdP(2^0s?l%vfO}W_xi` zP4+eHzD`l;eH196=(aY~BT}1zFH3chm)BdyNwTB|P4HX2jFX%lOM&J~>J5V%?^LN| zo*+xgkOk*DS9Zj)?HzJYivQ@G#L7gU?(Sxn7>>{SMHeE3JU*pmQpn8`E608fnX_u` z&n6KwIp(xJ1QT!nm>tkq*9E%Vmy}uBX^H|zyZ|sUbI$`WS|l2w8)y+2I2n%ACCfXn z2=EORvFk>!#FY>B(ej(c80P@UEBE0LrWfRAq+Q_JXGE=wE#jB$c-=eD&NC^HP$@&vpkt@v#{+lls$KR_7a$zzG+HaaXQjFCsKR3 zI(_8}ef;0}{jIABbySeZn6C-tA>t1!c~|r*HqIYa3eq_EJh8~1!o}%M%^Ma$FBDzG z?Jsgo@OG0Q3s4$E+FI9m9zJYjG6|RTC|Ao+zk=V zY1}>_x;i{UgtQ#PoiR<(A|pl*oDwN=8uIkBK{8)w>i3`7oj~!{eVrqAyJ6gATqa8+ zCVB$C$flk8leP{LoW##Qdog_z+RMgZ?f@_BBU#l*Y+;HmI_=s;Jpt{1CpUsB^S~RZ z`;?1q3qC7_6X&-(Ym}WzyBBHFnM{7QvsS%h<2S}!^`;}t{buSOf11lc;q$Z39~)YR zc(F=Q-LY~(UsZeDPnV_+<9qqbiyE}&vx~)vRYhB;Z%2a%oa>MUJh=(#6}eDNcv81{*aF?5)Zn zLiNAHf^k#n-5+=s`=vrH5Hua9PJkUo><2N!kjZ!msL6@6Mpm4Zy9@h=V52x#+<0H4;-b``{xxO>azN zTb3w-d%kyy4MaEsZ)2c+3)ITYThsiBkPV}1+K1((#6(}8Cu>su?ZfBRzFSqt2z3I#Yx%H5mCPi~QDv6( zA}It<2e2x&0FZfO01@+X+wTBCN&cCKRe1&grWSn&$*d+Eq#!GckPQ*5>x6lqYMZ57TTo{WJa*qjp}8xgn|&!$&=}XE@tW4bor4(-bQ1{;|xBP zdgEmSL61c9ooxUB^vJ=UX69tleg9-Qt#|e4M_*U$dAn6jM_PHRDb2PP{s|yF-Mn0@ IoP$#S0_hnbu>b%7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_escapepod.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_escapepod.png new file mode 100644 index 0000000000000000000000000000000000000000..b6770e82d36282513e8387a261056754af45a606 GIT binary patch literal 553 zcmV+^0@nSBP)N!z~wQBnGZdm{-=nq=ib@R_V>`o3RY-ph8qU)DcBAwZ>4 zNw+abl4NHq0BAhEWn;a*&&It*BX`}~ddA2!H}o7w7~)bb(0+6apaK z!{JqCT=#4R;4lom$>ciK-388Vn4P)sEZ2molmOU$zkjYYkKM`E$fv9zw{tH6x09_WGYk)V0g2Sp) z947!uJE?Qh^ju{H&~A5Fijiuh9HO0HHmmF%*8CWN@B0D-FEYoP(gARx;4%t=Bf*dt z%)8xF;hWL`cnF9$BDt6=0njdJ8|7+K3VdNcWHMEJL^C&z53c!QtWNK^-UHYzWRlPpp00000NkvXXu0mjf&js!f literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_file.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_file.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdd13014cc3c7068f9ee3af3ab5ca2b1ad379b7 GIT binary patch literal 521 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 A$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_honeycomb.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_honeycomb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee93f4cfeacdd8282ddbbf5ed9e622bbd656b7a GIT binary patch literal 969 zcmV;)12+7LP) zh_33c%dRZNO_#2;;KGPIp%`&fghIhhqGT!7P02=xKM2~|2^llKbKhrPI>}^op$NS& z^Jd=foO|wlcP2sq*!BtR6Zn4#G^fe8-zV0{`6~o8aHf)?#FKW=Prm;rL}C%Jy*)M~ z_xHq=TRhCq^`#xt4NwYQ$9{RtPjW003To(~$#nE;rR_aa$oOomV85;*%IiKzkno zzx17`oDvfRcvek5C*IeH$4cvChD4ljL@Iy{5M?d9>{Npd)fQ8-g$g8|*NNwXL~Yg^ zN}?|Tc+UxEftPc_^Fm63!0=oZDpXvxO7@rUcDS!pALF&PEicN)XazXiZJQv=Tf8eW z6^n>g#Ih(Ah9;r$eno7&>`Kr%H#~7g0WZrjtcjyShydi*vBz2O*}Q=(08d`eaoc`Y zm!z^pt*RW$6vVBrKt#nHbSnBPfCVP&XN30)qO&E(T20xG-_A*3MTDOl3S5N>YfG!a zsTiuj-Ve-P12{I1Q znNPuS)W#~j4j0e` zKhy*MWi_(2^b*i{ph@V($O}y(|1wP{4ide%xNU%8S6`*YeOD69Ae5VQ!Pj5>g92kcm1@Sjg23e5iWVi|)+-~>jx zIRIq&f`Atcc_$!z_rPypF>)M1vIAh2qkyzoKu4sJ@d zL_1*5mWuy#ydPkQA5T2RU^&fF5oE$)u16D20!s>fm zz}e>=(V;N-%YoUGBmb|9c}KFr#D)Sv2WXoVGH9Q`ujcsi6s+Q0V6p?RUV;wTzqN&- zs-+IfGe)!cG?=!^F~!t)_AD^;dI=d%Y8p6;)gjm{Cl-*I2+=ISVd1NnUnzG$b;~A3 zh8l+dh-e@VwAM61^it{oS_7gSKx!xu>wBUdK#C(sv796a5aS3^EhpIl$c_N99f1s( w#c(+i0a=L!u$OWSg7}gE|01Z5is%VIQ;Q#;t07*qoM6N<$f{AOLWB>pF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_insectoid.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_insectoid.png new file mode 100644 index 0000000000000000000000000000000000000000..e9eca9b21c1877193266c30151ca7683348c8026 GIT binary patch literal 533 zcmV+w0_y#VP)6;Rv*O{kOi045jVtEYn8`5m9rd2Hyk8jp3fc>&S1kH>JKN z#7iCdqL%Wy2YhIaNS61e4{%bMiP8i7oe<4P+i;HAdO$WgKEB%r@PEnxl9rXAWy$RW zmh+`yGPJc%!2%!0s)*`#OxZvWq(FV(#eD8ZZ$vn2t{RO9zo`%C#9X*FUR3}QZq3NE zVF|FDuP-MPpsl$kLJla;RxB69d2W3`D%8xPH4sUz&D0vJFrnpotA4d~O1E2`Rc7D| Xd?)Yq%~B~`00000NkvXXu0mjfg1Y5t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_orange.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..5b669482aefbbc9ea01370bc55d34a46ee154568 GIT binary patch literal 467 zcmV;^0WAKBP)uVf1QTwPmYj22bjb%L&CN;9@19WTDEsFm zfCP{Lqye{wn_N6Eom?w_27u<{xmBj6XT5W`_0m~mTn0e~gquUmrPA*;I)Vh~)m)#> zvaxJlsG%XyfV-m|KCxJ2YRc?dcV3@@Bf!)`s#9z5wc`sEf;53I_dNm-5q=FND8SYJ zI@hiFuF>}k)O@?PH!;i<&=VNZ3~VW>HWqNUx5CY-3~Kj&C{u_9)Y}eQp0t?Ld}R8} z92%i0Dy!8Sv300d@bT6RzGD!8bz9GvN7H@<@KE?@=}cb;r8ycRb;%c!$0sJY52*XcG$4%F*xC-(eF)^H zd`W6f0*DA`6n-7lol5~kM7dJ!d5!u!seeQ=jfM&sW)eUG_yJVKx91MJf$0DM002ov JPDHLkV1j8`$>;z8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_pellet.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_pellet.png new file mode 100644 index 0000000000000000000000000000000000000000..cb602077a988d6922b69da2b37cb0391737dbe17 GIT binary patch literal 431 zcmV;g0Z{&lP)YM z;Pu9R+L?eY!4lZEa)1$nlaPso)h3*$;6e%n+%`J}u=>;7$p*YXep=Ocweng5p^l&v z+%6b*06>7L)`dhkVGCg81l$Ie=QuWhaC~eFQU~RxE0_^0A4JXmem0SWC@)N zuDjjQvKq0TW&L09`t~WRm7177PqY#=XKw)y;6?(n1Zq`;_QpZK2V@BXs$-_lvpR;hpI^=dT*eD{ ZfnQPZun+3A97+HH002ovPDHLkV1lcSu~h&7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_pinkspots.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_pinkspots.png new file mode 100644 index 0000000000000000000000000000000000000000..dcdc3e96f588fac33c60e8c34ef61d821e444e84 GIT binary patch literal 546 zcmV+-0^R+IP)m9E_S85Q2fqdEd1?iY@l8X>{qIp-1oI{=e^kN7@+t zvm$^9AOZ*sK#EP`{H|OrDSrmQ%-5y?a&hxUV*mu2BnX5w0Gi((>5xjLAb&n@-Ylm9 zD(yfJQUFeKRDI_S@*i1%jTy5b0E93A*`l#;Cb>D+b#HXVEt#DH5~C28Vi0m$@IGX* zW9KNo1vZ3LBO@UIvi?9IpWug%8(SI!!kRuYw?ZHV@dOgyYuV=Zm_a1O&!H~>$=(yl z#93#q=qE`c1^)zIzW_2ZxG6q@N2JH@ox)%m; zLF}cWP+5e#@-qX$F|5#{lQuKQTG4f-o&_8Njc5{ugE?zvz&n>Qmj)PvxafM$$*vdZ kjVOpwr~qLq0*C;<0iAQyltcLeF8}}l07*qoM6N<$f^co+-2eap literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_polychrome.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_polychrome.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1b4e119928811908e2a2248318f7843439a90e GIT binary patch literal 373 zcmV-*0gC>KP)RCt{2)jtY@Fcb#x2wmMpCkGGU1-yV~5YHx_!O6{QI5_!d zaB~$bFYrWzt?#9wmEyMqQ|^P3~H2{>4<0$I7md8O5 z$T=MZ8=#g$=6Mz{r-NVtj>>)C7oO*dwr#Z#WWZ55q-mPni04ufMxKIgIX5K0tJNO` z&!O(Z_1^=W)nhoja0)2PQiNeBpLGrbuRROt7F1Ow$0&+O2*AQMwr!gMa3EMt4GAz! z({45I3i`g6BW3j@K$0X@p63f7xPfaw24K`(Fm)~ofV~c0>i%?%OI^|jbL1rj{BuG; z2nYeffXr5rxzCTU($b#+c=Ls|VbG_e)_Lu*2^lCd5d<0FZO)TOYd`k{5F|jS=A*L; z%p_yKHADm&kli)dQfdTZn%s8%rD8fq4pW9?$f^cAI$uX2NE0yMK79Z;!mgnN1vuQe zWE1mB+vvN6*R&d6*2FMVKu=&$jbKYjwSj>B)iX90*HF8+LzzM#;MKebeQE`s?@Sn< zQ_zTrEJ5X|99V~X1@&sn`Hn$wZ0(_mS(^4M;EVE)9*=f~P@1CwH|1+sPNaO0pl9Ac z>b(O_O9#?k@`M2~yg7fiXMi2=6oP88K>_S3xDk_!s&%a1Hhj&oyGH}Oi0z$C=eiBy zxyThr%}D?^f;aNM4(iT@0B(d)%6Gg+T~FvAkw~My0{WQ{5CXmd-Bq`{8*~(L00000 LNkvXXu0mjf!yC!* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_rainbow.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_rainbow.png new file mode 100644 index 0000000000000000000000000000000000000000..aba3019c631d4023fea522c1b6fdb808bd76bdaa GIT binary patch literal 689 zcmV;i0#5yjP)7g3IKPM}AC=^kGl%*wtVzAUyMW}5Fq1FC*&g`bd zf_7))S}*%9-@chQ^M3Poc4t=MKbs9;1K0os1E?p7e)Yo-8Cx*`k=&&KPQUKYqUAd=VY>Oi{U8vKqZ(zA`&dOC^s_Z85Z2(jK?QxK*AC=wxrIsl&!enho4|K22^ zC>jJFg|rwm5YhnD&_JlG1KjSV9f?F^FlvLDmuTyXI{y}#>M(`7mY-gmjkzp02E3n!`t<1z4 zhCXR#G_nKOS6T}-IEe5EV;$ZDY<~fCMHw|UE?)&hfB`3PzzaOZAS$^pl0ZWHgM2%@ zhM`Fn>&v9BKZ=1$pK<)>G2j~?Ggo8*z+JxYZY}_A2Z8qIKywXnM+F`nI)Y2dKHOH8 z>RH8w7B!3OJiaMq0l*x8gI7uc2Vc$A!+P5V@iC0|;n{}YX;zDyeF@y!VgbO!8DeGk z7{R1bRv-J<0Kz6yqbPH2M)mgvjO;H$RsZt(H8zFy8`nvJN&!&oCN^>7BPB{Q*v*p& zJ37R*oIm9Js+@}Cn4Xeay)?ig1QQUW!1-|gJP4KNW4hIhmR!Wj&TH;8%t6d|yYcoI zaQq$rQEk(;)tN#4D>veC&%Zm47a?X&5e4Gn5&{HNUF#u|ufT;wSRsil1+da=02|;Z XSfTWm&#tvm00000NkvXXu0mjfeabG* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_ratvar.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_ratvar.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec370c6ba3728ddb5994d999e3569d537e979ea GIT binary patch literal 1034 zcmV+l1oiugP)3&sj< z0Aq;Isf|&Oc#Q?!HD_W+0u2><1yK@9J7Qr&r{cPAm${qWot=5R?Ax6Q_a$U*_h#q+ z_r14sOWr7)bA|x`2l4$WUv=K|zIb`pDinY+4VY+eeeP?`-<|fdw1uy{9*hCtHbCL$ zkA1jw2k%}jkmkRA3I5{J1Cj?)05}bpz^cPB9sJGUZ$U9e zEH2U3HwJ*)00njB2~F8c{2EFnk}81H07d(7y$6leNr;d8(S(nI?(Ak^55@p+8=xRG z5#gbqfLW0Q+T)poQ~{g@bco6m+Kq|8$3ag@z~IqSCu!1{1Z@DSFhD`9huY$J5b%Zm zxs7LcVD83tFt%W2jkb2K3NRV?y0Z=4KP~vT(}eNWn@|>6!A;J=n;$<8bc6A5eK|Ep z1t|bj19ttz*?=bTtW2ZjWXxiiopcuf+AMP!OnP|*(;4H|G zpDvJcQcxE{{bsBJbdO+6>ye)K;D35P5FBDn%zWcGsKAR&z)GNKjp9Lag7`A80nGf$RFH|?s1j7dSz0PY z1;r}upr@RJpg#Ttb~E%OvgGz1<2?60jSGB);#2--RpnOLZ^+_%j>C7{t8rS zAY~{KAWR6Zb78)9sz+Prq}^1mm(r`-fQe5B0JkOv>j@twU2&}m<9h(N0SaOrosXir zq!%Gh119EPM-|k4wO8 z3h5qASkoP@3#+=rbzn_*xGt>h4p)hF-QlXS zzB|l~6Ww7>tnUtU<4kv$3+KASWi#v!!#QUd066FT2S_YfWGy4fF#rGn07*qoM6N<$ Ef+fb}3;+NC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_red.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_red.png new file mode 100644 index 0000000000000000000000000000000000000000..51ac82e88fcb45186483a88444cc508b2cd0bd9f GIT binary patch literal 458 zcmV;*0X6=KP)RCt{2*56CQP!tF7GZ$|C*z1(iqF~^IH4`f6CF!AmroX4Z zqxT-dh=N|k-U=ZpOmg+qLv32!xQngprtF-n)XTmgbKBWHpL>Sj4E%FaKnh3!(tyU^ zE)&nIXP3&K0eJKI@;YSAoPXYTde8u1G6*st+MLIzRDbSCAV`2w&9%iPn6<3m8X^J> zXddjdg$)~2!x*~mbsxhchpAh0(A0ERIXOikNE7&ce~SS`L{LKs3UIN#$+Ti|X!PU4 zYrb69pBQEe=m}(W9a~DOO#~dsRE{%6p#YG0krM6L2}BQQ~&?~07*qoM6N<$g7AyW AApigX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_rock.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_rock.png new file mode 100644 index 0000000000000000000000000000000000000000..501c5b843b5958301df39ee7b38a5915e78cd74d GIT binary patch literal 389 zcmV;00eb$4P)3qW2<#d4P#1zM| zaSUNp1PM@ZJ~5WSFbtq0r0nNSynxr=t24qGfaO_se;?}zEMN8%gcCq7*AaO4>rfDz z09(0UXgY`2{yiQa5xZZ*vMjA*ec!`YHUUa0Xqp;Kvmk^3TktxUIM0BNIHH^cSP-1^ z!^+8kGeQOwMKM2$%s589doo}tsHzI`Jl|bT0_X*6gm1YMpsMRjcDorDAVkV#(;B3@_x=1DFyLe}7o8%Hj5&A86xxRbf@7_z&BwKx#c z072%e+DDf46bnKcptzBzh1Ehwb4?p^XSV_Zv9gi^&~@GEWDdcUn?r~}EN$c+(=95Z2NKpo*lG^rzbQPp3fE#O6&$7f}5QyP>WE2X}KcG|n@xq;D zg@GRgH-{Rp7i=$)`8|O8qe-dpWxBpTqT%6bUx;RN#A1(SRcT^!(K$WY@ohsO05)SZ zFV9IINwq=%m!Af6n;jh303W7m9MKHhVyMedp=@}P~80Z=k`qcbzR&JyAjs0Nea4ZTV7 z){M_NMnKwDLmVRLW(;is#LLKA0--XzEj6RYM#Mb7^t8lOD_a!wF7O3F*=*bECr^gN zFwjTFM1Mt9TmcX#=ECn`kD@OCsQU-1>?!b0stOqNIWy%|2S8k3%?}UO=v!|>ejijT z-Zh?WB*s4;dJIEUgM)DhlpQDkkw2s6B&Z0I%k42qMv=aVg5GFx^?yIhy8u6>cj($r UOWT|slK=n!07*qoM6N<$f(fz`_5c6? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_spidercluster.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_spidercluster.png new file mode 100644 index 0000000000000000000000000000000000000000..812eef93396563200f61ea0be0f9395cdd0625f3 GIT binary patch literal 3009 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 g?;PS=(Si#_=t|8G;^g!Be{#Uu!rr{1M9~ooSLG zw$7b2=w{Ac~h3}290gB;5 zV*b)KpIL-2Ndert!Fcj8(7U9RYL_=!xb*c;zefc=)&qCP7C3Kj@a%#VKu=2ntx7pW z{JKLceRm7_&tGJg_6A6Fb@9yRZFumDg6gbNSTT4dzl(gzR547)4y4n6?SdyjCVUX* zZtF-R0Tt&w|{K_ z`pj|k!$d4>0zVefIqrb0b}7!hRdByydH;8>Jx@-m0~a5KaOJ3JcR|QLyRhR8@|`IA zdGgtX5Mn<^pidq_a;*T#Yn+9L`x+5Fd0x2IH&G zBNr^lN(x{i#Ta`?uis}*fRMIcLoN}4v1F8jZP7mYb_M(xukE8)ELeol4wPR;0;DKo zlweFqhx-C>L)bz4DmD_B-*DdmZU~I5yv^@=Recdv6I4@xS}Fht0Dc4i&Q O0000@&4zk~7U3n>ZmRP#`_Kou75v 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_yellow.png b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/egg_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..9c36ffe89e80dac1270e0086ec90e406c4797876 GIT binary patch literal 454 zcmV;%0XhDOP)QMLZM~lxRf?p2XJ?pGJHO z!8Z`GC=^lbxrZS5@2v+(Qrk5X+^|hrb|x))$v{c7ne2Q!n?PpRKSu#500kg7;Qn@B zsOR;)8{^LaP<*bk#Vl(vJ`cn9XpD(G2r?jD9D?)u?=?Dt1Q=D^wwKs!xu)dM5NN=| z-Jz&(mzgFX8V`c!pmaeCczF%j`o==E&ri`4zl=s0hRHndLz{=% zf?n@4`Hw*WHVoe|Q`6o8m=u1NRUHeV6h{NvZI8L`S_Y!Kr`!FW9B_2pF-}ivf)N9X z!@Uy&WTd;G%f$u?AiJO<9A`B?`u=04ICk}DKpN3#93izrW_sRE`M1)u=@0I1TpYC(U<&tiaSW-L z^LEyK@7nWo&-&HIQ~IzDpbH67DjuP?0qcsutIqm8^Ll#=tOL+<0c4TC0ShfT%%;0fWMh zg~#K$!Who4I&#}nQO%`;>x7uyz6XUaPClIi(Ja!hXDOSxurHUIIH=-v#|Se?`fn@AGE+nU<<2z8cP0R$3vk{W9w_R{sX$ ze#h{3(KEhwN0~3%|qpH>n1fQz1d{_wPs)ZVaMY7S9Oa8 zs=0pD`DU$%5!}tnH|uxAy7deUR&(Wp4)Y0mPP6*m@Igv|b+TCEq7NJ!%~xIB>h^5s zo|yQ9IhBg{{@wd!bupq}Z2pnAm;Ze{acFipjzw&Ion!>j|{`UCSF_*_R*>yd) z_x`I)+aL0=VM9a5l8z+}yC;Y!L{_w1e1CU!c5i@FL+2soqTdf08Rps68(#eV`*(SM d@##`l$^G*ddf(Y{5t!Z>JYD@<);T3K0RWsHCaVAd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Structures/pole.rsi/pole_base.png b/Resources/Textures/Floof/Structures/pole.rsi/pole_base.png new file mode 100644 index 0000000000000000000000000000000000000000..50e9b8f53278fbf573ceb6c0b398a268f66da2e4 GIT binary patch literal 854 zcmV-c1F8IpP)Px&5J^NqRCt{2n9WZUK^TXBJKOCSpwNJFGQ5DxJV?UHm~bH>p8SKn zc`@< z1VIo4K@bE%5ClOG1VIo4K@bE%5ClOG1VIo4K@bG-Kcf8Y0KD>W`absac>utEA&-~u z-%6SHk0l^6GU{u5Y9WcKYqxm6|J->5HO%oN-!G5i#M-?;|d7R&;qA0Qvxup zs^#V0FbgP?BV%^g0)U;bUobg7fy~w>g3+i2NyU?%09)KCY+6-xgnFO`&9?W~Dh#D^ z&N{0wer3g->wUH~ z;4a=M9qH@m?fMph$~2{B8b~c9h2j@p0h$_yQ9Epsx4Axg6#y`wTs&49Xf1A|22FIJ z2c>e(($uhU0fiI56t(T)W{XGaeYXScIB6$#5~{VziQ~2rPC!5nx?YbI3wZwMF(U9+ z?RMM7>v#J>JOQSGD${u1&wX8vPt-jm#$( z0RZuMyy-Kid@Rv{!I1zSuMGL$CX|IU5t0%hUEJo>-Utor350?g7*n7H_*v`eg$U|#8PzIG g(?YpoNEf&H2|$@X literal 0 HcmV?d00001 From 952bda7405750551a7f8a934af0b2017a030dbc6 Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Fri, 23 Aug 2024 15:28:22 -0500 Subject: [PATCH 02/46] RSI Validation --- Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/meta.json | 4 ++-- Resources/Textures/Floof/Structures/pole.rsi/meta.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/meta.json index ee80ab55ba2..fc06862b449 100644 --- a/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/meta.json +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/egg.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": null, - "copyright": null, + "license": "CC-BY-SA-3.0", + "copyright": "Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Structures/pole.rsi/meta.json b/Resources/Textures/Floof/Structures/pole.rsi/meta.json index 0ea0654a4b9..38d00f68455 100644 --- a/Resources/Textures/Floof/Structures/pole.rsi/meta.json +++ b/Resources/Textures/Floof/Structures/pole.rsi/meta.json @@ -14,4 +14,4 @@ "name": "pole_base" } ] -} +} \ No newline at end of file From 5ea8be5edb398b2f738d7a6f7faec5ddcb1dfb3d Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Fri, 23 Aug 2024 15:42:35 -0500 Subject: [PATCH 03/46] Corrected wrong path --- .../Prototypes/Floof/Entities/Objects/Lewd/eggs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml b/Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml index 575a379a016..8d1c005f8a2 100644 --- a/Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml +++ b/Resources/Prototypes/Floof/Entities/Objects/Lewd/eggs.yml @@ -5,7 +5,7 @@ description: A large and shiny egg, couldn't have been laid by a chicken! components: - type: Sprite - sprite: Floof\Objects\Fun\Lewd\egg.rsi + sprite: Floof/Objects/Fun/Lewd/egg.rsi state: egg_chicken - type: entity @@ -15,7 +15,7 @@ description: A warm and shimmering egg, power could be felt from within... components: - type: Sprite - sprite: Floof\Objects\Fun\Lewd\egg.rsi + sprite: Floof/Objects/Fun/Lewd/egg.rsi state: egg_dragon - type: entity @@ -25,7 +25,7 @@ description: A void egg. This has to be dangerous, right? components: - type: Sprite - sprite: Floof\Objects\Fun\Lewd\egg.rsi + sprite: Floof/Objects/Fun/Lewd/egg.rsi state: egg_void - type: entity @@ -35,7 +35,7 @@ description: A globby and squishy egg, feels nasty. components: - type: Sprite - sprite: Floof\Objects\Fun\Lewd\egg.rsi + sprite: Floof/Objects/Fun/Lewd/egg.rsi state: egg_slimeglob - type: entity @@ -45,5 +45,5 @@ description: An egg covered in a sticky and sweet honey. components: - type: Sprite - sprite: Floof\Objects\Fun\Lewd\egg.rsi + sprite: Floof/Objects/Fun/Lewd/egg.rsi state: egg_honeycomb From d59f698c2a0bb446b35e6c5791d39c8992981589 Mon Sep 17 00:00:00 2001 From: cynical Date: Fri, 23 Aug 2024 16:48:06 -0400 Subject: [PATCH 04/46] added leashanchor to bell collar --- Resources/Prototypes/Entities/Clothing/Neck/misc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml index 11921b9a50d..2581f06bb8f 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml @@ -93,3 +93,4 @@ - type: EmitsSoundOnMove soundCollection: collection: FootstepJester + - type: LeashAnchor # Floofstation, silly bell collar can be leashed :3 From 30da369384e7e3575c0246d2452fdb45c9ba4226 Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Fri, 23 Aug 2024 16:00:44 -0500 Subject: [PATCH 05/46] THE A WAS NOT CAPITALIZED --- .../Floof/Recipes/Construction/Graphs/furniture/lewds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml b/Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml index 3f9881ea9ff..345dc31ce5c 100644 --- a/Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml +++ b/Resources/Prototypes/Floof/Recipes/Construction/Graphs/furniture/lewds.yml @@ -10,7 +10,7 @@ steps: - material: Steel amount: 3 - doafter: 1 + doAfter: 1 - node: FurnStripPoleInit entity: StripperPoleInit @@ -22,7 +22,7 @@ amount: 3 steps: - tool: Screwing - doafter: 1 + doAfter: 1 - to: FurnStripPole steps: - material: MetalRod From df8c9785881fc3784e42585d458f3281a5e48a5b Mon Sep 17 00:00:00 2001 From: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> Date: Fri, 23 Aug 2024 17:09:07 -0400 Subject: [PATCH 06/46] This would be funny but no --- Resources/Prototypes/Floof/Traits/physical.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Floof/Traits/physical.yml b/Resources/Prototypes/Floof/Traits/physical.yml index 3929563253f..5d88400be10 100644 --- a/Resources/Prototypes/Floof/Traits/physical.yml +++ b/Resources/Prototypes/Floof/Traits/physical.yml @@ -16,6 +16,7 @@ - Diona - SlimePerson - Human + - IPC components: - type: BloodSucker unitsToSucc: 10 From 82bf92f4e0dfe32ecd7e162bd327a3b060f8ed5b Mon Sep 17 00:00:00 2001 From: cynical Date: Fri, 23 Aug 2024 18:37:42 -0400 Subject: [PATCH 07/46] adds the short leash --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 3 ++- .../Prototypes/Floof/Entities/Objects/Tools/leash.yml | 11 +++++++++++ Resources/Prototypes/Floof/Recipes/Lathes/tools.yml | 9 +++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 87f88f236b1..9e018385ecb 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -163,6 +163,7 @@ - ClothingHeadHatWelding - CustomDrinkJug # FloofStation - LeashBasic # FloofStation + - ShortLeash # FloofStation - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol @@ -1461,4 +1462,4 @@ - type: MaterialStorage whitelist: tags: - - PrizeTicket \ No newline at end of file + - PrizeTicket diff --git a/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml b/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml index 5d09435d66f..45d080b601d 100644 --- a/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml +++ b/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml @@ -24,6 +24,17 @@ detachDelay: 3 selfDetachDelay: 10 +- type: entity + id: ShortLeash + parent: BaseLeash + name: short leash + components: + - type: Leash + length: 1.5 + attachDelay: 4.5 + detachDelay: 3 + selfDetachDelay: 10 + - type: entity id: LeashAdvanced parent: LeashBasic diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml b/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml index 83e86c43658..69d3ecba2ac 100644 --- a/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml @@ -7,3 +7,12 @@ Plastic: 500 Steel: 75 +- type: latheRecipe + id: ShortLeash + result: ShortLeash + completetime: 2.5 + materials: + Cloth: 25 + Plastic: 300 + Steel: 50 + From 259638a9799b5a0373a0f7e0e4f3717a5d918718 Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Fri, 23 Aug 2024 23:54:25 -0500 Subject: [PATCH 08/46] Sofa price --- Resources/Prototypes/SimpleStation14/benches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/SimpleStation14/benches.yml b/Resources/Prototypes/SimpleStation14/benches.yml index 23048872d0f..4a364c2f635 100644 --- a/Resources/Prototypes/SimpleStation14/benches.yml +++ b/Resources/Prototypes/SimpleStation14/benches.yml @@ -210,6 +210,8 @@ - type: Construction # Floof graph: Seat node: chairSofaBench + - type: StaticPrice + price: 15 - type: entity id: BenchSofaCorpLeft From 069eab95782bc708669f9535251288b77eef8b06 Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 24 Aug 2024 07:58:30 +0300 Subject: [PATCH 09/46] fix --- Content.Shared/Teleportation/Systems/SharedPortalSystem.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs b/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs index 8d67aec518a..9d3ca1b2ff6 100644 --- a/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs +++ b/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs @@ -12,6 +12,7 @@ using Robust.Shared.Network; using Robust.Shared.Physics.Dynamics; using Robust.Shared.Physics.Events; +using Robust.Shared.Physics.Systems; using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Utility; @@ -30,6 +31,7 @@ public abstract class SharedPortalSystem : EntitySystem [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly PullingSystem _pulling = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly SharedJointSystem _joints = default!; // Floofstation private const string PortalFixture = "portalFixture"; private const string ProjectileFixture = "projectile"; @@ -207,6 +209,8 @@ private void TeleportEntity(EntityUid portal, EntityUid subject, EntityCoordinat LogTeleport(portal, subject, Transform(subject).Coordinates, target); + _joints.RecursiveClearJoints(subject); // Floofstation - clear all joints on teleported entities so they don't end up being pulled 'cross the map or worse. + _transform.SetCoordinates(subject, target); if (!playSound) From 92bda3022553fce24370206c21c6ba5aa16da37e Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Sat, 24 Aug 2024 01:20:11 -0500 Subject: [PATCH 10/46] price fix --- Resources/Prototypes/SimpleStation14/benches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/SimpleStation14/benches.yml b/Resources/Prototypes/SimpleStation14/benches.yml index 4a364c2f635..8684325c30d 100644 --- a/Resources/Prototypes/SimpleStation14/benches.yml +++ b/Resources/Prototypes/SimpleStation14/benches.yml @@ -211,7 +211,7 @@ graph: Seat node: chairSofaBench - type: StaticPrice - price: 15 + price: 30 - type: entity id: BenchSofaCorpLeft From df6e469bef48f047c69cb5f60cf70a80522bc9e8 Mon Sep 17 00:00:00 2001 From: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> Date: Sat, 24 Aug 2024 02:56:22 -0400 Subject: [PATCH 11/46] No More Zombie Outbreak --- Resources/Prototypes/GameRules/events.yml | 34 +++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index ca885117449..5eeb9d16b31 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -429,23 +429,23 @@ - id: MobGiantSpiderVampireAngry prob: 0.01 -- type: entity - id: ZombieOutbreak - parent: BaseGameRule - noSpawn: true - components: - - type: StationEvent - earliestStart: 60 - reoccurrenceDelay: 60 - minimumPlayers: 15 - weight: 2 - duration: 1 - - type: ZombieRule - minStartDelay: 0 #let them know immediately - maxStartDelay: 10 - maxInitialInfected: 2 - minInitialInfectedGrace: 300 - maxInitialInfectedGrace: 450 +#- type: entity +# id: ZombieOutbreak +# parent: BaseGameRule +# noSpawn: true +# components: +# - type: StationEvent +# earliestStart: 60 +# reoccurrenceDelay: 60 +# minimumPlayers: 15 +# weight: 2 +# duration: 1 +# - type: ZombieRule +# minStartDelay: 0 #let them know immediately +# maxStartDelay: 10 +# maxInitialInfected: 2 +# minInitialInfectedGrace: 300 +# maxInitialInfectedGrace: 450 - type: entity id: LoneOpsSpawn From e14127847f610d09f752e651828caecc3ac5c3e0 Mon Sep 17 00:00:00 2001 From: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> Date: Sat, 24 Aug 2024 03:01:40 -0400 Subject: [PATCH 12/46] No More Zombie Gamemode in Secret --- Resources/Prototypes/secret_weights.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index 4ad31cd1940..17dd05a0542 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -3,7 +3,7 @@ weights: Survival: 0.44 Nukeops: 0.14 - Zombie: 0.03 +# Zombie: 0.03 Traitor: 0.39 #Pirates: 0.15 #ahoy me bucko From 2f87d8a457799515ef368f80ca45d8f4ea34eb68 Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:58:02 +0000 Subject: [PATCH 13/46] Automatic Changelog Update (#139) --- Resources/Changelog/Floof.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index 5988c7b55ea..5d18321e5bf 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -658,3 +658,11 @@ Entries: message: 'fixed Friend being unrevivable ' id: 89 time: '2024-08-24T03:21:18.0000000+00:00' +- author: Memeji + changes: + - type: Add + message: Stripper Pole + - type: Tweak + message: Corp Couche can be crafted + id: 90 + time: '2024-08-24T16:57:39.0000000+00:00' From 2b149d62b76de18bbb71904b2c3952788063f8cb Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:31:46 +0000 Subject: [PATCH 14/46] Automatic Changelog Update (#140) --- Resources/Changelog/Floof.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index 5d18321e5bf..ecae9a7e8c2 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -666,3 +666,9 @@ Entries: message: Corp Couche can be crafted id: 90 time: '2024-08-24T16:57:39.0000000+00:00' +- author: cynical24 + changes: + - type: Fix + message: the bell collar can now be leashed! :3 + id: 91 + time: '2024-08-24T17:31:20.0000000+00:00' From a4bd7614684f80164d92b309c469e2bae807ef03 Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:33:43 +0000 Subject: [PATCH 15/46] Automatic Changelog Update (#142) --- Resources/Changelog/Floof.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index ecae9a7e8c2..18394b16fc6 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -672,3 +672,9 @@ Entries: message: the bell collar can now be leashed! :3 id: 91 time: '2024-08-24T17:31:20.0000000+00:00' +- author: cynical24 + changes: + - type: Add + message: added an optionally shorter leash to autolathes! :3 + id: 92 + time: '2024-08-24T17:31:55.0000000+00:00' From 3e0a5b423f44e21da0268797a5a57d0e6cb24b9b Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Sat, 24 Aug 2024 12:59:09 -0500 Subject: [PATCH 16/46] Removed blepstation advertisment --- .../Systems/EscapeMenu/EscapeUIController.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs b/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs index ad9df82c631..b0fac0b7dd3 100644 --- a/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs +++ b/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs @@ -1,4 +1,4 @@ -using Content.Client.Gameplay; +using Content.Client.Gameplay; using Content.Client.UserInterface.Controls; using Content.Client.UserInterface.Systems.Guidebook; using Content.Client.UserInterface.Systems.Info; @@ -25,7 +25,7 @@ public sealed class EscapeUIController : UIController, IOnStateEntered - { - CloseEscapeWindow(); - _furryServers.ToggleWindow(); - }; + //_escapeWindow.FurryServersButton.OnPressed += _ => + //{ + // CloseEscapeWindow(); + // _furryServers.ToggleWindow(); + //}; _escapeWindow.GuidebookButton.OnPressed += _ => { From b3c9da664cd6dac6fbad0c832abb063893880def Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:47:31 +0000 Subject: [PATCH 17/46] Automatic Changelog Update (#148) --- Resources/Changelog/Floof.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index 18394b16fc6..bd721929815 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -678,3 +678,9 @@ Entries: message: added an optionally shorter leash to autolathes! :3 id: 92 time: '2024-08-24T17:31:55.0000000+00:00' +- author: ShatteredSwords + changes: + - type: Remove + message: Zombies are gone from this sector, for now... + id: 93 + time: '2024-08-24T18:47:06.0000000+00:00' From 14782339c6040fab9cf9b86190c261b0b9f69922 Mon Sep 17 00:00:00 2001 From: FoxxoTrystan <45297731+FoxxoTrystan@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:49:01 +0200 Subject: [PATCH 18/46] Delete Resources/FurryServers directory Required by wizden. --- Resources/FurryServers/Blepstation.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Resources/FurryServers/Blepstation.txt diff --git a/Resources/FurryServers/Blepstation.txt b/Resources/FurryServers/Blepstation.txt deleted file mode 100644 index 9c6001052b2..00000000000 --- a/Resources/FurryServers/Blepstation.txt +++ /dev/null @@ -1,10 +0,0 @@ -Looking for faster paced rounds that are more focused on gameplay? Check out our friends at [italic]BlepStation[/italic], a furry server with unique content and features. (Adults/18+ Only) - - • Furry kinks & species. - • Shorter, [bold]gameplay-focused[/bold] rounds. - • Low role timer requirements. - • [bold]LRP[/bold] -- Simple rules, less serious vibe. - • Based on vanilla upstream (but also brings back popular removed mechanics like cloning, vehicles, list inventory, etc). - • No whitelist requirement. - -Check out the website for more information! We hope to play with you soon :) From 757051a0e1e91840d25138e18dbe62ba44862929 Mon Sep 17 00:00:00 2001 From: FoxxoTrystan Date: Sat, 24 Aug 2024 21:25:40 +0200 Subject: [PATCH 19/46] Requests --- .../FurryServers/FurryServersWindow.xaml | 16 ----- .../FurryServers/FurryServersWindow.xaml.cs | 59 ------------------- Content.Client/Info/LinkBanner.cs | 4 -- Content.Client/Options/UI/EscapeMenu.xaml | 1 - Content.Client/Stylesheets/StyleNano.cs | 5 -- .../Systems/EscapeMenu/EscapeUIController.cs | 7 --- .../EscapeMenu/FurryServersUIController.cs | 43 -------------- .../Controls/WhitelistDenialWindow.xaml | 2 - .../Controls/WhitelistDenialWindow.xaml.cs | 6 -- 9 files changed, 143 deletions(-) delete mode 100644 Content.Client/FurryServers/FurryServersWindow.xaml delete mode 100644 Content.Client/FurryServers/FurryServersWindow.xaml.cs delete mode 100644 Content.Client/UserInterface/Systems/EscapeMenu/FurryServersUIController.cs diff --git a/Content.Client/FurryServers/FurryServersWindow.xaml b/Content.Client/FurryServers/FurryServersWindow.xaml deleted file mode 100644 index 1fb63a9281d..00000000000 --- a/Content.Client/FurryServers/FurryServersWindow.xaml +++ /dev/null @@ -1,16 +0,0 @@ - - - -