Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big Food PR PT1 #29

Merged
merged 25 commits into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
996b296
adds the basics for a number of meat; raw, cooked and cutlets
Peptide90 Aug 3, 2022
3585173
adds rads to meat
Peptide90 Aug 3, 2022
87b528b
adds basic reagents for food
Peptide90 Aug 5, 2022
b4fba43
save progress
Peptide90 Aug 6, 2022
6606358
pre war food textures and bulk code pt1
Peptide90 Aug 30, 2022
0a0ba85
Merge remote-tracking branch 'origin/master' into food
Peptide90 Aug 30, 2022
667115e
Merge remote-tracking branch 'upstream/master' into food
Peptide90 Sep 8, 2022
7bf58c6
Merge remote-tracking branch 'upstream/master' into food
Peptide90 Dec 24, 2022
9084620
Merge remote-tracking branch 'upstream/master' into food
Peptide90 Dec 24, 2022
966a1de
localisation stuff
Peptide90 Dec 24, 2022
a43e5eb
updates meat to new components
Peptide90 Dec 24, 2022
309a503
fixes sprite paths and parents of pre-war food
Peptide90 Dec 24, 2022
4d483e8
ID fix for nuka cola
Peptide90 Dec 24, 2022
7bf5cb2
produce update plus cabbages + juice
Peptide90 Dec 24, 2022
da8e762
trash placeholders, seeds and fixes
Peptide90 Jan 10, 2023
d92d68a
fixes reagents
Peptide90 Feb 12, 2023
9deadc9
added sprites from lonestar
Peptide90 Feb 13, 2023
8a096bb
fixes
Peptide90 Feb 13, 2023
1d1ecb1
removed placeholders from fallout shelter
Peptide90 Feb 13, 2023
cce5858
adds botany for produce segment
Peptide90 Feb 13, 2023
4e0c33b
another bug fix, yaml linter go brr
Peptide90 Feb 13, 2023
3ae1d06
nuka cola ID fixes while Im here
Peptide90 Feb 13, 2023
6c65107
UPDATE VENDING MACHINE
Peptide90 Feb 14, 2023
b8f92ac
removed space in filename
Peptide90 Feb 14, 2023
0bdda48
silly fix
Peptide90 Feb 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adds basic reagents for food
  • Loading branch information
Peptide90 committed Aug 5, 2022
commit 87b528bf936e0d954bf7ed096026f17eee970d20
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/Nuclear14/reagents.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
reagent-name-uncooked-animal-proteins-rad = uncooked animal proteins
reagent-desc-uncooked-animal-proteins-rad = Might give you food poisoning.

reagent-name-rad-particle-food = radioactive contamination
reagent-desc-rad-particle-food = Too much will make you sick of living.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
solutions:
food:
reagents:
- ReagentId: UncookedAnimalProteinsRad # TODO Make this
- ReagentId: UncookedAnimalProteinsRad
Quantity: 5

- type: entity
Expand Down
33 changes: 33 additions & 0 deletions Resources/Prototypes/Nuclear14/Reagents/food.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- type: reagent
id: UncookedAnimalProteinsRad
name: reagent-name-uncooked-animal-proteins-rad
desc: reagent-desc-uncooked-animal-proteins-rad
physicalDesc: reagent-physical-desc-clumpy
color: "#FFFFE5"
metabolisms:
Poison:
effects:
- !type:HealthChange
damage:
types:
Radiation: 1
conditions:
- !type:OrganType
type: Human
damage:
types:
Poison: 2
- !type:AdjustReagent
conditions:
- !type:OrganType
type: Animal
reagent: Protein
amount: 0.5

- type: reagent
id: N14RadParticleFood
name: reagent-name-rad-particle-food
desc: reagent-desc-rad-particle-food
physicalDesc: reagent-physical-desc-metallic
color: "#FFFFE5"
parent: Uranium