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

Adds a helpful guide in book format on meeting vulpkanin #2235

Merged
merged 7 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 6 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
20 changes: 20 additions & 0 deletions Resources/Locale/en-US/deltav/paper/book-salvage.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,23 @@ book-text-fishops = FISHOPS ADVANCED USER MANUAL FIRST EDITION

CHAPTER 6: Fish War
In the event of fish war there will be double the fish, more than could possibly be carried. A reinforcement or two will be required to carry the surplus fish. A fish war has never happened in recorded history, so it is currently purely theoretical. Its destructive power would rival several neutronium bombs.

book-text-vulpkanin = [bold]Vulpkanin for Dummies, an Exhaustive Guide[/bold]

So, you're new to the sector and keep seeing these fine folks running around?[/bold]
Those are Vulpkanin, basically space foxes (or wolves, depending who you ask)!
We've accumulated some quick tips you might use when engaging with these fluff balls.

[bold] No Chocolate![/bold] Seriously, it's like poison to them. Stick to burgers and fries.

[bold] Watch the Tail:[/bold] A wagging tail usually means they're happy. A puffed-up tail? Back away slowly...

[bold] They Come in All Colors:[/bold] From fiery reds to snowy whites, every Vulpkanin is unique!

[bold] Learn their Language:[/bold] While most Vulpkanin speak common, knowing a few phrases in their native tongue can go a long way in building rapport.

[bold] How to Kiss:[/bold] Kiss

[bold] Don't Underestimate Them:[/bold] Vulpkanin may look cute and cuddly, but they can be fierce fighters when provoked. Treat them with respect and avoid unnecessary conflict.


23 changes: 23 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,26 @@
color: "#2c5491"
- type: Paper
content: book-text-fishops

- type: entity
parent: BookBase
id: BookVulpFAQ
name: Vulpkanin 101
suffix: library salvage
description: You seriously didn't purchase a "For Dummies" book in 2425?
components:
- type: Sprite
sprite: Objects/Misc/books.rsi
layers:
- state: paper
- state: cover_strong
color: "#c836aa"
- state: decor_spine
color: "#961cc8"
- state: detail_bookmark
color: "#eee039"
- state: icon_question
- state: detail_bookmark
color: "#2c5491"
- type: Paper
content: book-text-vulpkanin
Loading