This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Felinid (DeltaV Update) (new-frontiers-14#1307)
* Felinid changes. (new-frontiers-14#666) * Felinid changes. A plan * Just slappin it together for a friend to see and help * Somethin somethin Cos I could be at yours on friday Tonight's at the place we started It's a long way back from sorry But here I go .... How does it feel, how does it feel Just tell me something I don't know what to tell you I don't know what to say I got into my head, i'm sorry i threw it away But i'm so glad you came back, even through all the pain Let me try and mend it, i can promise that i have changed Oh, let me give you all of me Can we just sort it out for real * just makin this less messy.... I guess * Just tell me somethin. How does it feel, how does it feel. * . * cleaning.... * Makes it work. Yey. * just a small change tbh. * okay maybe just a bit. * Hm, maybe.... * This feels bit better. * hopefully fixes yaml linter * Update Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml Co-authored-by: Debug <[email protected]> Signed-off-by: Adrian16199 <[email protected]> * Doin the changes. * Renaming. * Renaming notes. --------- Signed-off-by: Adrian16199 <[email protected]> Co-authored-by: Debug <[email protected]> * Fixes the 2 pixels in the fluffy tail. (new-frontiers-14#865) It has bothered me and today felt like fixin it. * Make felinids scream in agony when sprayed with water. (new-frontiers-14#556) * Make felinids scream in agony when sprayed with water. Their screams will be heard thro walls and halls. You will hear a felinid scream in a shift atleast once. Their sheer agony. * Giving probability as the best possible implementation as of now --------- Co-authored-by: Debug <[email protected]> * "Fix felinid sprite shit" This PR DeltaV-Station/Delta-v@89383ab --------- Signed-off-by: Adrian16199 <[email protected]> Co-authored-by: Adrian16199 <[email protected]> Co-authored-by: Debug <[email protected]>
- Loading branch information
Showing
9 changed files
with
80 additions
and
5 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs
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,9 @@ | ||
using Robust.Shared.GameStates; | ||
|
||
namespace Content.Shared.StepTrigger.Components; | ||
|
||
|
||
[RegisterComponent, NetworkedComponent] | ||
public sealed partial class NoShoesSilentFootstepsComponent : Component | ||
{ | ||
} |
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,5 @@ | ||
- type: typingIndicator | ||
id: felinid | ||
spritePath: /Textures/DeltaV/Effects/speech.rsi | ||
typingState: felinid0 | ||
offset: 0, 0.2 # 0625 |
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.
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,28 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Felinid sprites made by Adrian16199 (Github)", | ||
"states": [ | ||
{ | ||
"name": "felinid0", | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.3, | ||
0.3, | ||
0.5 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "felinid1" | ||
}, | ||
{ | ||
"name": "felinid2" | ||
} | ||
] | ||
} |
Binary file modified
BIN
+1 Byte
(100%)
...ltaV/Mobs/Customization/Felinid/felinid_tails.rsi/felinid_fluffy_tail_rings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.