-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MailCat * MailCat * MailCat
- Loading branch information
Showing
17 changed files
with
223 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Resources/Locale/en-US/_NF/ghost/roles/ghost-role-component.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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
ghost-role-information-emotional-support-name = Emotional support pet | ||
ghost-role-information-emotional-support-description = You're an emotional support pet! Loyal to your owner, make sure to cheer them up! | ||
ghost-role-information-clippy-name = Clippy | ||
ghost-role-information-clippy-description = The Station Representative loyal worker, smells like cardboard and papers. |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
- type: entity | ||
name: Clippy | ||
parent: MobCatGhost | ||
id: MobCatClippy | ||
description: It looks like you’re writing a letter, would you like help? Clippy is here to help! | ||
components: | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: _NF/Mobs/Pets/cat.rsi | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: mailcat | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: mailcat | ||
Critical: | ||
Base: mailcat_dead | ||
Dead: | ||
Base: mailcat_dead | ||
- type: GhostRole | ||
name: ghost-role-information-clippy-name | ||
description: ghost-role-information-clippy-description | ||
makeSentient: true | ||
allowSpeech: true | ||
allowMovement: true | ||
- type: Inventory | ||
speciesId: cat | ||
templateId: clippy | ||
- type: Loadout | ||
prototypes: [ MobClippyGear ] |
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,12 @@ | ||
- type: entity | ||
name: Clippy Spawner | ||
id: SpawnMobCatClippy | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobCatClippy |
42 changes: 42 additions & 0 deletions
42
Resources/Prototypes/_NF/InventoryTemplates/clippy_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,42 @@ | ||
- type: inventoryTemplate | ||
id: clippy | ||
slots: | ||
# - 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: suitstorage | ||
slotTexture: suit_storage | ||
slotFlags: SUITSTORAGE | ||
slotGroup: SecondHotbar | ||
stripTime: 3 | ||
uiWindowPos: 2,0 | ||
strippingWindowPos: 2,5 | ||
displayName: Suit Storage | ||
whitelist: | ||
components: | ||
- GasTank | ||
|
||
- name: id | ||
slotTexture: id | ||
slotFlags: IDCARD | ||
slotGroup: SecondHotbar | ||
stripTime: 6 | ||
uiWindowPos: 2,1 | ||
strippingWindowPos: 2,4 | ||
displayName: ID |
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
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.
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.
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.
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 |
---|---|---|
@@ -0,0 +1,124 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b", | ||
"states": [ | ||
{ | ||
"name": "mailcat", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "mailcat_dead", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "cat_deadcollar", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "cat_deadtag", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "mailcat_rest", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.2, | ||
0.1, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "cat_restcollar", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "cat_resttag", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "mailcat_sit", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "catcollar", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "cattag", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
] | ||
] | ||
} | ||
] | ||
} |