Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2795,9 +2795,11 @@
- type: LanguageKnowledge # Einstein Engines - Language
speaks:
- Xeno
- Chittin # Omu - friendly to arachnids
understands:
- Xeno
- TauCetiBasic
- Chittin # Omu - friendly to arachnids
- type: InteractionPopup
successChance: 0.5
interactSuccessString: petting-success-tarantula
Expand Down Expand Up @@ -2852,6 +2854,9 @@
color: "#808080"
activateSound: null
deactivateSound: null
- type: NpcFactionMember
factions:
- Arachnids # Omu - spiders friendly to arachnids

- type: entity
parent: MobSpiderBase
Expand All @@ -2861,6 +2866,7 @@
- type: NpcFactionMember
factions:
- Xeno
- Arachnids # Omu - spiders friendly to arachnid
- type: InputMover
- type: MobMover
- type: HTN
Expand Down
4 changes: 3 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@
- type: IgnoreSpiderWeb # Goobstation
- type: CosmicMarkVisuals # DeltaV - cosmic cult
subtleState: arachnid

- type: NpcFactionMember # Omu start - spiders friendly to arachnids
factions:
- Arachnids # Omu end

- type: entity
parent: BaseSpeciesDummy
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/_Omu/Voice/ai_factions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: npcFaction
id: Arachnids
friendly:
- Arachnids
8 changes: 8 additions & 0 deletions Resources/ServerInfo/Guidebook/Mobs/Arachnid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ SPDX-License-Identifier: MIT
</Box>

Arachnids can create Websilk at the cost of getting more hungry. They (and only they) can craft bundles of websilk into various items from clothing and shields to entire walls.
<!-- Omu - Spider Friends
-->## Amicus Aranearum

<Box>
<GuideEntityEmbed Entity="MobGiantSpider" Caption=""/>
</Box>

Despite their supposedly scary appearance, various species of spider share a fundamental kinship with Arachnids.
Their bond draws them together and even allows them to converse in the same language.
<!-- Omu end -->
</Document>
Loading