]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fun with cardboard! (#37363)
authorTao <56692749+TaoNewt@users.noreply.github.com>
Wed, 6 Aug 2025 16:58:07 +0000 (17:58 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 16:58:07 +0000 (12:58 -0400)
commit4821bff9415bf027fdde9f9149f629a7bfe6aca1
tree4e105bf3d37c4220de69ad9e14785cb4a41f7982
parent91854e077624e19c698268b028a0dd4bd706121e
Fun with cardboard! (#37363)

* learning???

* made card walls work, then made game unlaunchable (:

* Still broken, added notes that I thought of while in bed

* wall, door, table and chair are now bare min functional, yay

* learnt why not to web edit...

* added floors, walls and floors fully complete

* added swords, shields, armour, helmets and arrows

* added funny sound and cleanup small issues

* cleanup

* cleanup

* credited myself

* card to cardboard

* fixed licence issue and meta thingy

* adjusted arrow stam-damage

* made card carpets more regular

* simplified sprite, reduced stam damage

* formatting fixes

---------

Co-authored-by: beck-thompson <beck314159@hotmail.com>
83 files changed:
Content.Shared/Physics/CollisionGroup.cs
Resources/Audio/Effects/attributions.yml
Resources/Audio/Effects/card_drag.ogg [new file with mode: 0644]
Resources/Audio/Items/Toys/card_tube_bonk.ogg [new file with mode: 0644]
Resources/Prototypes/Damage/modifier_sets.yml
Resources/Prototypes/Entities/Clothing/Head/helmets.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml
Resources/Prototypes/Entities/Objects/Fun/toys.yml
Resources/Prototypes/Entities/Objects/Materials/materials.yml
Resources/Prototypes/Entities/Objects/Shields/shields.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml
Resources/Prototypes/Entities/Structures/Doors/MaterialDoors/material_doors.yml
Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml
Resources/Prototypes/Entities/Structures/Furniture/carpets.yml
Resources/Prototypes/Entities/Structures/Furniture/chairs.yml
Resources/Prototypes/Entities/Structures/Walls/walls.yml
Resources/Prototypes/Recipes/Construction/Graphs/clothing/armor.yml
Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml
Resources/Prototypes/Recipes/Construction/Graphs/furniture/tables.yml
Resources/Prototypes/Recipes/Construction/Graphs/structures/cardwall.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/Graphs/structures/doors.yml
Resources/Prototypes/Recipes/Construction/Graphs/weapons/card_shield.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/Graphs/weapons/card_sword.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml
Resources/Prototypes/Recipes/Construction/clothing.yml
Resources/Prototypes/Recipes/Construction/furniture.yml
Resources/Prototypes/Recipes/Construction/structures.yml
Resources/Prototypes/Recipes/Construction/weapons.yml
Resources/Textures/Clothing/Head/Helmets/card_helmet.rsi/equipped-HELMET-vox.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Helmets/card_helmet.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Helmets/card_helmet.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Helmets/card_helmet.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Armor/card_armour.rsi/equipped-OUTERCLOTHING-vox.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Armor/card_armour.rsi/equipped-OUTERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Armor/card_armour.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Armor/card_armour.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Fun/card_sword.rsi/equipped-BACKPACK.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/card_sword.rsi/equipped-SUITSTORAGE.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/card_sword.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/card_sword.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/card_sword.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/card_sword.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/shields.rsi/cardshield-icon.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/shields.rsi/cardshield-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/shields.rsi/cardshield-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Melee/shields.rsi/meta.json
Resources/Textures/Structures/Doors/MineralDoors/card_door.rsi/closed.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/MineralDoors/card_door.rsi/closing.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/MineralDoors/card_door.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Doors/MineralDoors/card_door.rsi/open.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/MineralDoors/card_door.rsi/opening.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_0.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_1.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_2.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_3.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_4.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_5.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_6.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/carpet_7.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/full.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Carpets/card_carpet.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/full.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_0.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_1.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_2.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_3.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_4.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_5.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_6.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/Tables/card.rsi/state_7.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/chairs.rsi/card-stool.png [new file with mode: 0644]
Resources/Textures/Structures/Furniture/chairs.rsi/meta.json
Resources/Textures/Structures/Walls/card.rsi/card0.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/card1.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/card2.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/card3.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/card4.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/card5.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/card6.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/card7.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/full.png [new file with mode: 0644]
Resources/Textures/Structures/Walls/card.rsi/meta.json [new file with mode: 0644]