Skip to content

Commit

Permalink
Update Dogs per Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Aug 26, 2024
1 parent 928d798 commit 9b90de2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 25 deletions.
50 changes: 27 additions & 23 deletions Resources/Prototypes/Datasets/Names/pitbull.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
- type: dataset
id: names_pitbull
values:
- Zeus
- Magnum
- Diesel
- Satan
- Dante
- Midas
- Amon
- Baby
- Blaze
- Blue
- Petunia
- Luna
- Bubbles
- Rainbow
- Echo
- Buttercup
- Cuddles
- Killer
- Paisley
- Echo
- Sweetie
- Tutu
- Reaper
- Peaches
- Cujo
- Cuddles
- Lucifer
- Daffodil
- Daisy
- Blaze
- Lady
- Dante
- Demon
- Diesel
- Echo
- Face Eater
- Franny
- Hades
- Baby
- Demon
- Killer
- Lady
- Lucifer
- Luna
- Magnum
- Mammon
- Midas
- Paisley
- Peaches
- Petunia
- Rainbow
- Reaper
- Satan
- Sweetie
- Trixie
- Trogdor
- Tutu
- Zeus
13 changes: 11 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
shape:
!type:PhysShapeCircle
radius: 0.35
density: 65
density: 135 #Bigger than Laika
mask:
- MobMask
layer:
Expand Down Expand Up @@ -81,6 +81,15 @@
proper: true
- type: RandomMetadata
nameSegments: [names_pitbull]
- type: Speech
speechVerb: Canine
speechSounds: Vulpkanin
- type: LanguageKnowledge
speaks:
- Dog
understands:
- Dog
- GalacticCommon

- type: entity
parent: MobPibble
Expand All @@ -106,7 +115,7 @@
shape:
!type:PhysShapeCircle
radius: 0.28
density: 35
density: 135
mask:
- SmallMobMask
layer:
Expand Down

0 comments on commit 9b90de2

Please sign in to comment.