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 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Goblin Species (new-frontiers-14#890)
* base * more customization options * ability to pilot, animal stomach, ai faction * small adjustment to dmg mods * fix to attributions.yml * restored deleted lines from speech_emote_sounds.yml * Update goblin.yml lowered slashing damage to 3, upped fixture radius to 0.3 * lowered asphyxiation damage taken by gobbos, attempting to make them immune to rotten meat damage * now goblins aren't poisoned from eating rotten meat * cooked food is poisonous for goblins now * fixed small mistake * goblinkind banner * fixed food ToxinGoblinSafe, remove thievery and removed some sounds * removed duped names from goblin whamen * raw animal protein and mold is good for goblins now * mold is actually ok for goblins now * Goblin FoodSystem Part1 * Cleanup * Update FoodSystem.cs * added Food Quality to select fiew items * fixed issues, started implemented Food Quality * Food System * More edits to food: most cooked food has high quality * Reverted changes to Flavorol * Reverted chages to Flavorol even harder * snack wrappers are edible now, don't recommend tho * Goblin Mod * Food System * Food System * trash juices * trash juice fix * removed nutrients from the trash juice * Eat Trash Get Strong * raw organs are edible * Tag Support * fix * regent fix * blood * Blood fix, again * Goblin trash be good * Update Resources/Locale/en-US/_NF/reagents/physical-desc.ftl Co-authored-by: Wolfking6116 <[email protected]> * Cleanup * revert changes to food stuff * ai faction fix * reversed changes to mail * Update ai_factions.yml * doubled the word counts in goblin accent * small accent tweak * crafting recipe for goblinkind banner o7 * Update goblin_organs.yml * fixing things * Update animal.yml * nfsd at it again, fixed though * fixes-fixes-fixes * Update speech_verbs.yml * Update chat_manager.ftl * Gabbl Gabble * Sounds issues * Match DeltaV * Makes Vulpkanin able to howl + adds some growling noises (new-frontiers-14#884) * Adds howling / growling noises * revenge of the spelling error!! grahh!! * trying to fix that error with the schema validator * Fixing copyright + adds vulp growls to harpy emote * The case of the missing attributions dashes. * Fixes up attributions.yml with license.txt info * Update Resources/Audio/DeltaV/Voice/Vulpkanin/attributions.yml Co-authored-by: DEATHB4DEFEAT <[email protected]> Signed-off-by: Adeinitas <[email protected]> --------- Signed-off-by: Adeinitas <[email protected]> Co-authored-by: DEATHB4DEFEAT <[email protected]> * We did not have license for any of this files * More fixing * Update ChatSystem.cs * Update toys.yml * Fixed a single missing disposal pipe * Fixed folder name --------- Signed-off-by: Adeinitas <[email protected]> Co-authored-by: Dvir <[email protected]> Co-authored-by: Wolfking6116 <[email protected]> Co-authored-by: Dvir <[email protected]> Co-authored-by: Adeinitas <[email protected]> Co-authored-by: DEATHB4DEFEAT <[email protected]>
- Loading branch information
1 parent
d30add9
commit 2ed0520
Showing
116 changed files
with
4,642 additions
and
1,580 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
using Content.Server.Speech.EntitySystems; | ||
|
||
namespace Content.Server.Speech.Components; | ||
|
||
[RegisterComponent] | ||
[Access(typeof(GoblinAccentSystem))] | ||
public sealed partial class GoblinAccentComponent : 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
using Content.Server.Speech.Components; | ||
using Robust.Shared.Random; | ||
using System.Text.RegularExpressions; | ||
|
||
namespace Content.Server.Speech.EntitySystems; | ||
|
||
public sealed class GoblinAccentSystem : EntitySystem | ||
{ | ||
[Dependency] private readonly ReplacementAccentSystem _replacement = default!; | ||
|
||
public override void Initialize() | ||
{ | ||
base.Initialize(); | ||
|
||
SubscribeLocalEvent<GoblinAccentComponent, AccentGetEvent>(OnAccentGet); | ||
} | ||
|
||
// converts left word when typed into the right word. For example typing you becomes ye. | ||
public string Accentuate(string message, GoblinAccentComponent component) | ||
{ | ||
var msg = message; | ||
|
||
msg = _replacement.ApplyReplacements(msg, "goblin"); | ||
return msg; | ||
} | ||
|
||
private void OnAccentGet(EntityUid uid, GoblinAccentComponent component, AccentGetEvent args) | ||
{ | ||
args.Message = Accentuate(args.Message, 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace Content.Server._NF.Goblin.Components; | ||
|
||
[RegisterComponent] | ||
public sealed partial class GoblinComponent : 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
- files: ["goblin-cackle-01.ogg, goblin-cackle-02.ogg, goblin-cackle-03.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/SnowFightStudios/sounds/643664/" | ||
- files: ["goblin-cackle-04.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by spookymodem (https://freesound.org/people/spookymodem/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/spookymodem/sounds/202096/" | ||
- files: ["goblin-cackle-05.ogg"] | ||
license: "CC-BY-4.0" | ||
copyright: "Original file made by Nanakisan (https://freesound.org/people/Nanakisan/)" | ||
source: "https://freesound.org/people/Nanakisan/sounds/253532/" | ||
- files: ["goblin-scream-01.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/SnowFightStudios/sounds/643655/" | ||
- files: ["goblin-scream-02.ogg, goblin-scream-03.ogg, goblin-scream-04.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by Duisterwho (https://freesound.org/people/Duisterwho/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/Duisterwho/sounds/643497/" | ||
- files: ["goblin-cry-01.ogg, goblin-cry-02.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: https://freesound.org/people/SnowFightStudios/sounds/643657/ | ||
- files: ["goblin-chatter-01.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by Fenodyrie (https://freesound.org/people/Fenodyrie/)" | ||
source: https://freesound.org/people/Fenodyrie/sounds/565923/ | ||
- files: ["goblin-hiss-01.ogg"] | ||
license: "CC-BY-4.0" | ||
copyright: "Original file made by LittleRobotSoundFactory (https://freesound.org/people/LittleRobotSoundFactory/)" | ||
source: https://freesound.org/people/LittleRobotSoundFactory/sounds/270389/ |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,32 @@ | ||
- files: ["goblin-cackle-01.ogg, goblin-cackle-02.ogg, goblin-cackle-03.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/SnowFightStudios/sounds/643664/" | ||
- files: ["goblin-cackle-04.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by spookymodem (https://freesound.org/people/spookymodem/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/spookymodem/sounds/202096/" | ||
- files: ["goblin-cackle-05.ogg"] | ||
license: "CC BY 4.0" | ||
copyright: "Original file made by Nanakisan (https://freesound.org/people/Nanakisan/)" | ||
source: "https://freesound.org/people/Nanakisan/sounds/253532/" | ||
- files: ["goblin-scream-01.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/SnowFightStudios/sounds/643655/" | ||
- files: ["goblin-scream-02.ogg, goblin-scream-03.ogg, goblin-scream-04.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by Duisterwho (https://freesound.org/people/Duisterwho/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: "https://freesound.org/people/Duisterwho/sounds/643497/" | ||
- files: ["goblin-cry-01.ogg, goblin-cry-02.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" | ||
source: https://freesound.org/people/SnowFightStudios/sounds/643657/ | ||
- files: ["goblin-chatter-01.ogg"] | ||
license: "CC0-1.0" | ||
copyright: "Original file made by Fenodyrie (https://freesound.org/people/Fenodyrie/)" | ||
source: https://freesound.org/people/Fenodyrie/sounds/565923/ | ||
- files: ["goblin-hiss-01.ogg"] | ||
license: "CC BY 4.0" | ||
copyright: "Original file made by LittleRobotSoundFactory (https://freesound.org/people/LittleRobotSoundFactory/)" | ||
source: https://freesound.org/people/LittleRobotSoundFactory/sounds/270389/ |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.