Skip to content

Commit

Permalink
path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nixsilvam404 committed Jul 4, 2024
1 parent 1b97b40 commit 7d698b7
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 90 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/species/namepreset.ftl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
namepreset-first = {$first}
namepreset-firstlast = {$first} {$last}
namepreset-firstdashfirst = {$first1}-{$first2}
# Start ADT tweak: Drask
namepreset-firstdashfirstdashfirst = { $first1 }-{ $first2 }-{ $first3 }
# End ADT tweak
namepreset-thefirstoflast = The {$first} of {$last}
91 changes: 1 addition & 90 deletions Resources/Prototypes/ADT/Entities/Mobs/Species/Drask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,96 +75,7 @@
- type: HumanoidAppearance
species: DraskSpecies

- type: emoteSounds
id: MaleDrask
params:
variation: 0.125
sounds:
Scream:
collection: DraskScream
Laugh:
collection: MaleLaugh
Sneeze:
collection: DraskSneeze
Cough:
collection: DraskCough
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: MaleYawn
Snore:
collection: Snores
Honk:
collection: BikeHorn
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles

- type: emoteSounds
id: FemaleDrask
params:
variation: 0.125
sounds:
Scream:
collection: DraskScream
Laugh:
collection: FemaleLaugh
Sneeze:
collection: DraskSneeze
Cough:
collection: DraskCough
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: FemaleYawn
Snore:
collection: Snores
Honk:
collection: CluwneHorn
Sigh:
collection: FemaleSigh
Crying:
collection: FemaleCry
Whistle:
collection: Whistles

- type: soundCollection
id: DraskCough
files:
- /Audio/ADT/Drask/draskcough.ogg
- type: soundCollection
id: DraskScream
files:
- /Audio/ADT/Drask/draskscream.ogg
- type: soundCollection
id: DraskSneeze
files:
- /Audio/ADT/Drask/drasksneeze.ogg
- type: soundCollection
id: DraskTalk
files:
- /Audio/ADT/Drask/drasktalk.ogg

- type: speechSounds
id: Drask
saySound:
path: /Audio/ADT/Drask/drasktalk.ogg
askSound:
path: /Audio/ADT/Drask/drasktalk.ogg
exclaimSound:
path: /Audio/ADT/Drask/drasktalk.ogg

16 changes: 16 additions & 0 deletions Resources/Prototypes/ADT/SoundCollections/emotes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: soundCollection
id: DraskCough
files:
- /Audio/ADT/Drask/draskcough.ogg
- type: soundCollection
id: DraskScream
files:
- /Audio/ADT/Drask/draskscream.ogg
- type: soundCollection
id: DraskSneeze
files:
- /Audio/ADT/Drask/drasksneeze.ogg
- type: soundCollection
id: DraskTalk
files:
- /Audio/ADT/Drask/drasktalk.ogg
67 changes: 67 additions & 0 deletions Resources/Prototypes/ADT/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
- type: emoteSounds
id: MaleDrask
params:
variation: 0.125
sounds:
Scream:
collection: DraskScream
Laugh:
collection: MaleLaugh
Sneeze:
collection: DraskSneeze
Cough:
collection: DraskCough
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: MaleYawn
Snore:
collection: Snores
Honk:
collection: BikeHorn
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles

- type: emoteSounds
id: FemaleDrask
params:
variation: 0.125
sounds:
Scream:
collection: DraskScream
Laugh:
collection: FemaleLaugh
Sneeze:
collection: DraskSneeze
Cough:
collection: DraskCough
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: FemaleYawn
Snore:
collection: Snores
Honk:
collection: CluwneHorn
Sigh:
collection: FemaleSigh
Crying:
collection: FemaleCry
Whistle:
collection: Whistles
8 changes: 8 additions & 0 deletions Resources/Prototypes/ADT/Voice/speech_sounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: speechSounds
id: Drask
saySound:
path: /Audio/ADT/Drask/drasktalk.ogg
askSound:
path: /Audio/ADT/Drask/drasktalk.ogg
exclaimSound:
path: /Audio/ADT/Drask/drasktalk.ogg

0 comments on commit 7d698b7

Please sign in to comment.