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

Add Blood Cult Cat #2563

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0b86112
Blood Cult Cat
ErhardSteinhauer Dec 14, 2024
3531fef
abilities
ErhardSteinhauer Dec 14, 2024
f429a47
dev_map and bloodmoon
ErhardSteinhauer Dec 14, 2024
b2e2a23
cat stuff
ErhardSteinhauer Dec 14, 2024
7a0d62d
vgroid spawn chance
ErhardSteinhauer Dec 14, 2024
57eebae
5 min
ErhardSteinhauer Dec 14, 2024
3d1f842
Update chromite_vgroid.yml
dvir001 Dec 14, 2024
3c22755
Update Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml
ErhardSteinhauer Dec 14, 2024
5b1be29
Update Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml
ErhardSteinhauer Dec 14, 2024
9bec1b9
Update Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml
ErhardSteinhauer Dec 14, 2024
3b3b6a9
Update Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml
ErhardSteinhauer Dec 14, 2024
e9d9c03
more names
ErhardSteinhauer Dec 14, 2024
fb5b3c6
more names
ErhardSteinhauer Dec 14, 2024
8c23e74
Minor grammar, cat crit/dead sprites
whatston3 Dec 15, 2024
7521c26
Merge branch 'master' of https://github.com/dvir001/frontier-station-…
dvir001 Dec 20, 2024
579e840
Fix
dvir001 Dec 20, 2024
b95b2f6
Mob changes
dvir001 Dec 20, 2024
f98d3bf
pun pun pet, chromite spawn, no breathe
whatston3 Dec 20, 2024
43d3529
remove pet from pun pun (not needed)
whatston3 Dec 20, 2024
bb14fe5
remove pet from Yip Yip, tag parity w/ pun pun
whatston3 Dec 20, 2024
1399f71
Fix chromite vgroid indentation
whatston3 Dec 20, 2024
836bef9
Restore mistake's sprite
whatston3 Dec 20, 2024
ad7b3bd
Remove cult cat from chromite roid due to baro dmg
whatston3 Dec 20, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ ghost-role-information-clarpy-name = Clarpy
ghost-role-information-clarpy-description = Avast ye mail! wanted by Nanotrasen for crimes against mice.
ghost-role-information-clarpy-rules = You are a [color=red][bold]Team Antagonist[/bold][/color] with all other pirates.

ghost-role-information-cult-cat-name = Blood Cult Cat
ghost-role-information-cult-cat-description = Founded the Blood Cult out of boredom.
ghost-role-information-cult-cat-rules = You are a [color=red][bold]Free Agent[/bold][/color] and free to choose your course of actions.
Please note that [color=yellow]all server rules still apply.[/color] Additionally:
- [color=red]DO NOT[/color] damage player shuttles or their contents.
- [color=red]DO NOT[/color] gib players. Once they're dead, leave them be.

ghost-role-information-cappy-name = Cappy
ghost-role-information-cappy-description = Stop resisting! Certified in lethal-force and defensive tactics.

Expand Down
11 changes: 7 additions & 4 deletions Resources/Maps/_NF/Bluespace/bloodmoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,17 +1089,13 @@ entities:
- type: Transform
pos: 11.5,-7.5
parent: 1
- type: Physics
bodyType: Static
- proto: BenchSofaRight
entities:
- uid: 1079
components:
- type: Transform
pos: 10.5,-7.5
parent: 1
- type: Physics
bodyType: Static
- proto: BloodCollector
entities:
- uid: 1137
Expand Down Expand Up @@ -6042,6 +6038,13 @@ entities:
rot: 1.5707963267948966 rad
pos: 18.5,-11.5
parent: 1
- proto: SpawnMobCatBloodCult
entities:
- uid: 351
components:
- type: Transform
pos: 17.5,13.5
parent: 1
- proto: StructureMeleeWeaponRackBloodCultFilled
entities:
- uid: 470
Expand Down
Loading
Loading