]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Cak Upgrade (#21678)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Thu, 16 Nov 2023 08:12:56 +0000 (11:12 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 08:12:56 +0000 (01:12 -0700)
* added fun

* change recipe, add OwO

* fix?

* upgrade

Resources/Audio/Animals/attributions.yml
Resources/Audio/Animals/cat_meow2.ogg [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml
Resources/Prototypes/Voice/speech_sounds.yml

index b6b5f8552b756c7fac510f077657dd99f9dfb689..180502850fdf8c26d60ef79f5124c6ace7986783 100644 (file)
@@ -7,6 +7,11 @@
   license: "CC-BY-3.0"
   copyright: "Modified from 'Meow 4.wav' by freesound user 'TRNGLE. The original audio was trimmed, split to mono, and converted from WAV to OGG format"
   source: "https://freesound.org/people/TRNGLE/sounds/368006/"
+  
+- files: ["cat_meow2.ogg"]
+  license: "CC-BY-3.0"
+  copyright: "Created by freesound user 'TRNGLE. The original audio split to mono, and converted from WAV to OGG format"
+  source: "https://freesound.org/people/TRNGLE/sounds/362652/"
 
 - files: ["cat_hiss.ogg"]
   license: "CC0-1.0"
diff --git a/Resources/Audio/Animals/cat_meow2.ogg b/Resources/Audio/Animals/cat_meow2.ogg
new file mode 100644 (file)
index 0000000..7b854a9
Binary files /dev/null and b/Resources/Audio/Animals/cat_meow2.ogg differ
index 92f77be73833179935b9cfd0321c9928996f4096..97eaeb11450a352faae346fc13cac3d60ff8767f 100644 (file)
     rules: ghost-role-information-Cak-rules
   - type: GhostTakeoverAvailable
   - type: OwOAccent
+  - type: Speech
+    speechSounds: Cat
+    speechVerb: SmallMob
+  - type: MovementSpeedModifier
+    baseWalkSpeed : 5
+    baseSprintSpeed : 3
+  - type: Tag
+    tags:
+    - VimPilot
+    - DoorBumpOpener
+  - type: CanEscapeInventory
+    baseResistTime: 2
+  - type: Puller
+    needsHands: false
+  - type: Examiner
+  - type: CombatMode
+  - type: MeleeWeapon
+    soundHit:
+      path: /Audio/Animals/cat_hiss.ogg
+    hidden: true
+    damage:
+      groups:
+        Brute: 1
 
 # Suppermatter
 # I can't figure out where to put this. It kind of acts like a cake I guess?
index d59e3189da15ad4a66f06ef6aece3e416d589890..ece518a7cc0a33a4b6630c49dc41efe5b0f0c815 100644 (file)
     path: /Audio/Voice/Talk/arachnid_ask.ogg
   exclaimSound:
     path: /Audio/Voice/Talk/arachnid_exclaim.ogg
+
+- type: speechSounds
+  id: Cat
+  saySound:
+    path: /Audio/Animals/cat_meow2.ogg
+  askSound:
+    path: /Audio/Animals/cat_meow.ogg
+  exclaimSound:
+    path: /Audio/Animals/cat_meow.ogg
\ No newline at end of file