From d520198f1357487940d2de12fa567b5461b20ba2 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:40:54 +0100 Subject: [PATCH] Make paper edible (#24755) * Edible paper * Added Paper tag --- Resources/Prototypes/Body/Organs/moth.yml | 1 + Resources/Prototypes/Body/Organs/reptilian.yml | 1 + Resources/Prototypes/Entities/Objects/Misc/paper.yml | 12 ++++++++++++ Resources/Prototypes/tags.yml | 3 +++ 4 files changed, 17 insertions(+) diff --git a/Resources/Prototypes/Body/Organs/moth.yml b/Resources/Prototypes/Body/Organs/moth.yml index 55fb517c55..aef5576048 100644 --- a/Resources/Prototypes/Body/Organs/moth.yml +++ b/Resources/Prototypes/Body/Organs/moth.yml @@ -7,6 +7,7 @@ specialDigestible: tags: - ClothMade + - Paper - type: SolutionContainerManager solutions: stomach: diff --git a/Resources/Prototypes/Body/Organs/reptilian.yml b/Resources/Prototypes/Body/Organs/reptilian.yml index 01c0fe9658..993f90e1c6 100644 --- a/Resources/Prototypes/Body/Organs/reptilian.yml +++ b/Resources/Prototypes/Body/Organs/reptilian.yml @@ -10,6 +10,7 @@ - Meat - Pill - Crayon + - Paper - type: SolutionContainerManager solutions: stomach: diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 0c8a5ea055..50f594abae 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -28,6 +28,7 @@ tags: - Document - Trash + - Paper - type: Appearance - type: PaperVisuals - type: Flammable @@ -56,6 +57,17 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: Food + solution: food + delay: 7 + forceFeedDelay: 7 + - type: SolutionContainerManager + solutions: + food: + maxVol: 1 + reagents: + - ReagentId: Fiber + Quantity: 1 - type: entity name: paper scrap diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 62f08e0715..b07c8d267a 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -850,6 +850,9 @@ - type: Tag id: Packet +- type: Tag + id: Paper + - type: Tag id: Payload # for grenade/bomb crafting -- 2.51.2