Skip to content

Commit

Permalink
Arachne Silk Production Factory (#205)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Arachne can use that large abdomen of theirs to produce silk. (They
couldn't take the bionic spinnerette trait and their placed webs do not
produce silk)

---

# TODO

<!--
A list of everything you have to do before this PR is "complete"
You probably won't have to complete everything before merging but it's
good to leave future references
-->

- [x] spider butt

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- add: Added ability for Arachne to produce silk

Co-authored-by: KyuPolaris <[email protected]>
Co-authored-by: sleepyyapril <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2025
1 parent 25eabd8 commit 9c47c1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/arachne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
visible: false
- type: HumanoidAppearance
species: Arachne
- type: Sericulture
action: ActionSericulture
productionLength: 2
entityProduced: MaterialWebSilk1
hungerCost: 4 # Should total to 25 total silk on full hunger
- type: Fixtures
fixtures: # TODO: This needs a second fixture just for mob collisions.
fix1:
Expand Down

0 comments on commit 9c47c1b

Please sign in to comment.