-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7d0383
commit 598d0e6
Showing
46 changed files
with
329 additions
and
9 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
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
tags: | ||
- HelmetEVA | ||
- WhitelistChameleon | ||
- SlugcatEVASuit | ||
- type: StaticPrice | ||
price: 25 | ||
|
||
|
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
tags: | ||
- SuitEVA | ||
- WhitelistChameleon | ||
- SlugcatEVASuit | ||
- type: StaticPrice | ||
price: 65 | ||
|
||
|
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
108 changes: 108 additions & 0 deletions
108
Resources/Prototypes/_NF/Entities/Mobs/NPCs/slugcats.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,108 @@ | ||
- type: entity | ||
name: slugcat | ||
id: MobSlugcat | ||
parent: SimpleMobBase | ||
description: He's just a little guy, a jumpy, poor little scug. | ||
components: | ||
- type: CombatMode | ||
- type: Inventory | ||
templateId: slugcat | ||
speciesId: slugcat | ||
- type: InventorySlots | ||
- type: Cuffable | ||
- type: RotationVisuals | ||
defaultRotation: 90 | ||
horizontalRotation: 90 | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 0.35 | ||
density: 80 | ||
mask: | ||
- MobMask | ||
layer: | ||
- MobLayer | ||
- type: Strippable | ||
- type: UserInterface | ||
interfaces: | ||
- key: enum.StrippingUiKey.Key | ||
type: StrippableBoundUserInterface | ||
- type: Sprite | ||
drawdepth: Mobs | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: slugcat | ||
sprite: Mobs/Pets/slugcat.rsi | ||
- map: [ "enum.HumanoidVisualLayers.Handcuffs" ] | ||
color: "#ffffff" | ||
sprite: Objects/Misc/handcuffs.rsi | ||
state: body-overlay-2 | ||
visible: false | ||
- map: [ "id" ] | ||
- map: [ "ears" ] | ||
- map: [ "outerClothing" ] | ||
- map: [ "mask" ] | ||
- map: [ "head" ] | ||
- map: [ "clownedon" ] | ||
sprite: "Effects/creampie.rsi" | ||
state: "creampie_human" | ||
visible: false | ||
- type: Hands | ||
- type: GenericVisualizer | ||
visuals: | ||
enum.CreamPiedVisuals.Creamed: | ||
clownedon: # Not 'creampied' bc I can already see Skyrat complaining about conflicts. | ||
True: {visible: true} | ||
False: {visible: false} | ||
- type: ReplacementAccent | ||
accent: cat | ||
- type: Body | ||
prototype: Primate | ||
requiredLegs: 1 # TODO: More than 1 leg | ||
- type: CreamPied | ||
- type: FireVisuals | ||
sprite: Mobs/Effects/onfire.rsi | ||
normalState: Monkey_burning | ||
- type: Butcherable | ||
butcheringType: Spike | ||
spawned: | ||
- id: FoodMeat | ||
amount: 3 | ||
- type: MonkeyAccent | ||
- type: Puller | ||
- type: CanHostGuardian | ||
- type: NpcFactionMember | ||
factions: | ||
- Cat | ||
- Slugcat | ||
- NanoTrasen | ||
- type: GhostRole | ||
makeSentient: true | ||
name: ghost-role-information-slugcat-name | ||
description: ghost-role-information-slugcat-description | ||
- type: GhostTakeoverAvailable | ||
- type: IdExaminable | ||
- type: InteractionPopup | ||
successChance: 0.7 | ||
interactSuccessString: petting-success-cat | ||
interactFailureString: petting-failure-generic | ||
interactSuccessSound: | ||
path: /Audio/Animals/cat_meow.ogg | ||
- type: Tag | ||
tags: | ||
- VimPilot | ||
- DoorBumpOpener | ||
|
||
- type: entity | ||
name: NPC Slugcat Spawner | ||
id: SlugcatAISpawner | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- type: RandomSpawner | ||
prototypes: | ||
- MobSlugcat |
81 changes: 81 additions & 0 deletions
81
Resources/Prototypes/_NF/InventoryTemplates/slugcat_inventory_template.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,81 @@ | ||
- type: inventoryTemplate | ||
id: slugcat | ||
slots: | ||
- name: head | ||
slotTexture: head | ||
slotFlags: HEAD | ||
slotGroup: MainHotbar | ||
uiWindowPos: 0,0 | ||
strippingWindowPos: 0,0 | ||
displayName: Head | ||
whitelist: | ||
tags: | ||
- SlugcatEVASuit | ||
- name: ears | ||
slotTexture: ears | ||
slotFlags: EARS | ||
slotGroup: MainHotbar | ||
stripTime: 3 | ||
uiWindowPos: 1,2 | ||
strippingWindowPos: 1,2 | ||
displayName: Ears | ||
- name: mask | ||
slotTexture: mask | ||
slotFlags: MASK | ||
uiWindowPos: 1,1 | ||
strippingWindowPos: 1,1 | ||
displayName: Mask | ||
whitelist: | ||
tags: | ||
- PetWearable | ||
- name: id | ||
slotTexture: id | ||
slotFlags: IDCARD | ||
slotGroup: SecondHotbar | ||
stripTime: 6 | ||
uiWindowPos: 2,1 | ||
strippingWindowPos: 2,4 | ||
displayName: ID | ||
- name: suitstorage | ||
slotTexture: suit_storage | ||
slotFlags: SUITSTORAGE | ||
stripTime: 3 | ||
uiWindowPos: 2,0 | ||
strippingWindowPos: 2,5 | ||
dependsOn: outerClothing | ||
displayName: Suit Storage | ||
whitelist: | ||
components: | ||
- GasTank | ||
- name: outerClothing | ||
slotTexture: suit | ||
slotFlags: OUTERCLOTHING | ||
slotGroup: MainHotbar | ||
stripTime: 6 | ||
uiWindowPos: 1,3 | ||
strippingWindowPos: 1,3 | ||
displayName: Suit | ||
whitelist: | ||
tags: | ||
- SlugcatEVASuit | ||
- SlugcatBloodRedHardsuit | ||
- 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 |
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,2 @@ | ||
- type: Tag | ||
id: SlugcatEVASuit |
Binary file added
BIN
+368 Bytes
Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+368 Bytes
...urces/Textures/Clothing/Ears/Headsets/centcom.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+368 Bytes
...urces/Textures/Clothing/Ears/Headsets/command.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+368 Bytes
...s/Textures/Clothing/Ears/Headsets/engineering.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+368 Bytes
...urces/Textures/Clothing/Ears/Headsets/medical.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+368 Bytes
...urces/Textures/Clothing/Ears/Headsets/science.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+368 Bytes
...rces/Textures/Clothing/Ears/Headsets/security.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+368 Bytes
...ces/Textures/Clothing/Ears/Headsets/syndicate.rsi/alt-equipped-EARS-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -13,6 +13,10 @@ | |
{ | ||
"name": "alt-equipped-EARS", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "alt-equipped-EARS-slugcat", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+507 Bytes
...xtures/Clothing/Head/Hardsuits/syndicate.rsi/combat-equipped-HELMET-slugcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.