forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Simple-Station#31 from FoxxoTrystan/Slugcats
ScugCats!
- Loading branch information
Showing
17 changed files
with
263 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ghost-role-information-scugcat-name = ScugCat | ||
ghost-role-information-scugcat-description = You're a scugcat! a very smart creature capable of many things! | ||
chat-speech-verb-wawa-1 = intones | ||
chat-speech-verb-wawa-2 = states | ||
chat-speech-verb-wawa-3 = declares |
1 change: 1 addition & 0 deletions
1
Resources/Locale/en-US/Floof/station-events/events/scug-vent.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
station-event-scug-cat-spawn-announcement = Attention. A large influx of unknown life forms have been detected residing within the station's ventilation systems. Please be rid of these creatures before it begins to affect productivity. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,6 +215,7 @@ | |
- Pig | ||
- Crab | ||
- Kobold | ||
- ScugSign | ||
requires: | ||
- GalacticCommon | ||
setLanguageOnInteract: false |
199 changes: 199 additions & 0 deletions
199
Resources/Prototypes/FloofStation/Entities/Mobs/NPCs/scugcat.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
- type: entity | ||
name: ScugCat | ||
id: MobScugCat | ||
parent: MobBaseAncestor | ||
description: He's just a little guy, a jumpy, poor little scug. | ||
components: | ||
- type: Sprite | ||
drawdepth: SmallMobs | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
sprite: Floof/Mobs/Animals/scugcat.rsi | ||
state: scugcat | ||
- map: [ "enum.HumanoidVisualLayers.Handcuffs" ] | ||
color: "#ffffff" | ||
sprite: Objects/Misc/handcuffs.rsi | ||
state: body-overlay-2 | ||
visible: false | ||
- type: RandomSprite | ||
getAllGroups: true | ||
available: | ||
- enum.DamageStateVisualLayers.Base: | ||
scugcat: ScugCatColors | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: scugcat | ||
Critical: | ||
Base: scugcat_crit | ||
Dead: | ||
Base: scugcat_dead | ||
- type: MobThresholds | ||
thresholds: | ||
0: Alive | ||
60: Critical | ||
125: Dead | ||
- type: Temperature | ||
heatDamageThreshold: 360 | ||
coldDamageThreshold: 285 | ||
currentTemperature: 310.15 | ||
specificHeat: 42 | ||
- type: Butcherable | ||
butcheringType: Spike | ||
spawned: | ||
- id: FoodMeat | ||
amount: 4 # Good eatin', though. You monster. | ||
- type: Speech | ||
speechVerb: Wawa | ||
speechSounds: Wawa | ||
- type: TypingIndicator | ||
proto: moth | ||
- type: InteractionPopup | ||
successChance: 0.5 | ||
interactSuccessString: petting-success-cat | ||
interactFailureString: petting-failure-generic | ||
interactSuccessSpawn: EffectHearts | ||
interactSuccessSound: | ||
path: /Audio/Animals/wawa_statement.wav | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed: 5 # nyoom | ||
baseSprintSpeed: 7 # NYOOOOOM | ||
- type: MeleeWeapon | ||
soundHit: | ||
path: /Audio/Effects/bite.ogg | ||
angle: 0 | ||
animation: WeaponArcBite | ||
damage: | ||
types: | ||
Piercing: 5 # NOM - Do NOT mess with skugs. | ||
- type: Physics | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 0.2 | ||
density: 120 | ||
mask: | ||
- SmallMobMask | ||
layer: | ||
- SmallMobLayer | ||
- type: GhostRole | ||
makeSentient: true | ||
name: ghost-role-information-scugcat-name | ||
description: ghost-role-information-scugcat-description | ||
rules: deltav-ghost-role-information-softantag-rules | ||
- type: GhostTakeoverAvailable | ||
- type: Food | ||
- type: Hunger | ||
- type: Inventory | ||
templateId: scugcat | ||
- type: InventorySlots | ||
- type: NpcFactionMember | ||
factions: | ||
- Passive | ||
- type: LanguageKnowledge | ||
speaks: | ||
- ScugSign | ||
understands: | ||
- ScugSign | ||
- Cat | ||
|
||
- type: palette | ||
id: ScugCatColors | ||
name: ScugCatColors | ||
colors: | ||
Default: "#ffffff" | ||
Innocent: "#f6f439" | ||
Angry: "#dc5864" | ||
Eldritch: "#dc5864" | ||
Forgotten: "#111111" | ||
Fat: "#fefcab" | ||
WarCriminal: "#ab3430" | ||
Cocaine: "#679cfe" | ||
Mutant: "#7824a0" | ||
Damned: "#98e652" | ||
|
||
- type: speechVerb | ||
id: Wawa | ||
speechVerbStrings: | ||
- chat-speech-verb-wawa-1 | ||
- chat-speech-verb-wawa-2 | ||
- chat-speech-verb-wawa-3 | ||
|
||
- type: speechSounds | ||
id: Wawa | ||
saySound: | ||
path: /Audio/Animals/wawa_statement.wav | ||
askSound: | ||
path: /Audio/Animals/wawa_question.wav | ||
exclaimSound: | ||
path: /Audio/Animals/wawa_exclaim.wav | ||
|
||
- type: inventoryTemplate | ||
id: scugcat | ||
slots: | ||
- name: head | ||
slotTexture: head | ||
slotFlags: HEAD | ||
uiWindowPos: 1,2 | ||
strippingWindowPos: 0,0 | ||
displayName: Head | ||
- name: ears | ||
slotTexture: ears | ||
slotFlags: EARS | ||
stripTime: 3 | ||
uiWindowPos: 0,2 | ||
strippingWindowPos: 1,2 | ||
displayName: Ears | ||
- name: mask | ||
slotTexture: mask | ||
slotFlags: MASK | ||
uiWindowPos: 0,1 | ||
strippingWindowPos: 1,1 | ||
displayName: Mask | ||
- name: id | ||
slotTexture: id | ||
slotFlags: IDCARD | ||
slotGroup: SecondHotbar | ||
stripTime: 6 | ||
uiWindowPos: 2,1 | ||
strippingWindowPos: 2,4 | ||
displayName: ID | ||
- name: pocket1 | ||
slotTexture: pocket | ||
slotFlags: POCKET | ||
slotGroup: MainHotbar | ||
stripTime: 3 | ||
uiWindowPos: 0,3 | ||
strippingWindowPos: 0,4 | ||
displayName: Pocket 1 | ||
stripHidden: false | ||
- name: back | ||
slotTexture: back | ||
slotFlags: BACK | ||
slotGroup: SecondHotbar | ||
stripTime: 6 | ||
uiWindowPos: 3,0 | ||
strippingWindowPos: 0,5 | ||
displayName: Spear | ||
whitelist: | ||
tags: | ||
- Spear | ||
|
||
- type: entity | ||
id: ScugCatSpawn | ||
parent: BaseGameRule | ||
noSpawn: true | ||
components: | ||
- type: StationEvent | ||
startAnnouncement: true | ||
startDelay: 10 | ||
earliestStart: 30 | ||
minimumPlayers: 10 | ||
weight: 5 | ||
duration: 50 | ||
- type: VentCrittersRule | ||
entries: | ||
- id: MobScugCat | ||
prob: 0.02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
Resources/Textures/Floof/Mobs/Animals/scugcat.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from Yogstation at https://github.com/yogstation13/Yogstation/blob/b5a72f35980b15404d3c507d2ad0af06010f6056/icons/mob/pets.dmi, some modifications by Hannah 'FairlySadPanda' Dawson.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "scugcat", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "scugcat_sleep" | ||
}, | ||
{ | ||
"name": "scugcat_dead" | ||
}, | ||
{ | ||
"name": "scugcat_crit" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+478 Bytes
Resources/Textures/Floof/Mobs/Animals/scugcat.rsi/scugcat_sleep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.