Skip to content

Commit

Permalink
third
Browse files Browse the repository at this point in the history
  • Loading branch information
pofitlo-Git committed Dec 29, 2024
1 parent 772b361 commit b0cda44
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["resomi_2, resomi_2_ask, resomi_2_exclaim"]
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from Steam 'Avali sounds' mod / Starbound. Made by Steam user: https://steamcommunity.com/id/Nefuki with permission."
source: "https://steamcommunity.com/sharedfiles/filedetails/?id=3164757879"
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions Resources/Locale/en-US/_corvaxnext/abilitties/agillity.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
agility-activated-massage = ability On.
agility-deactivated-massage = ability Off.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_corvaxnext/abilitties/listen-up.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
listen-up-activated-massage = {$name} freezes, listening.
18 changes: 18 additions & 0 deletions Resources/Locale/en-US/_corvaxnext/accessories/resomi-hair.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
marking-HairResomiBackstrafe = Resomi Backstrafe
marking-HairResomiBurstShort = Resomi Burst Short
marking-HairResomiDefault = Resomi Default
marking-HairResomiDroopy = Resomi Droopy
marking-HairResomiEars = Resomi Ears
marking-HairResomiFluffymohawk = Resomi Fluffymohawk
marking-HairResomiHedge = Resomi Hedge
marking-HairResomiLongway = Resomi Longway
marking-HairResomiMane = Resomi Mane
marking-HairResomiManeBeardless = Resomi Mane Beardless
marking-HairResomiMohawk = Resomi Mohawk
marking-HairResomiMushroom = Resomi Mushroom
marking-HairResomiNotree = Resomi Notree
marking-HairResomiSpiky = Resomi Spiky
marking-HairResomiPointy = Resomi Pointy
marking-HairResomiTwies = Resomi Twies
marking-HairResomiUpright = Resomi Upright
marking-HairResomiLong = Resomi Long
29 changes: 29 additions & 0 deletions Resources/Locale/en-US/_corvaxnext/markings/resomi.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
marking-ResomiTail = Resomi Tail
marking-ResomiTail-tail = Resomi Tail
marking-ResomiTailFeathers = Resomi Tail feathers
marking-ResomiTailFeathers-tail_feathers = Resomi Tail feathers
marking-ResomiLArmFeathers = Resomi Left arm feathers
marking-ResomiLArmFeathers-l_hand_feathers = Resomi Left arm feathers
marking-ResomiLLegFeathers = Resomi Left leg feathers
marking-ResomiLLegFeathers-l_foot_feathers = Resomi Left leg feathers
marking-ResomiRArmFeathers = Resomi Right arm feathers
marking-ResomiRArmFeathers-r_hand_feathers = Resomi Right arm feathers
marking-ResomiRLegFeathers = Resomi Right leg feathers
marking-ResomiRLegFeathers-r_foot_feathers = Resomi Right leg feathers
marking-ResomiFluff = Resomi Fluff
marking-ResomiFluff-fluff = Resomi Fluff
marking-ResomiFluffHead = Resomi Fluff head
marking-ResomiFluffHead-fluff_head = Resomi Fluff head
marking-ResomiFluffHeadUp = Resomi Fluff head (Up)
marking-ResomiFluffHeadUp-fluff_head_up = Resomi Fluff head (Up)
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_corvaxnext/reagents/biological.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
reagent-name-resomi-blood = Purple Blood.
reagent-desc-resomi-blood = Thick liquid with a pungent ammonia odor.
4 changes: 2 additions & 2 deletions Resources/Locale/ru-RU/_corvaxnext/reagents/biological.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reagent-name-resomi-blood = Фиолетовая кровь
reagent-desc-resomi-blood = Густая жидкость с резким аммиачным запахом
reagent-name-resomi-blood = Фиолетовая кровь.
reagent-desc-resomi-blood = Густая жидкость с резким аммиачным запахом.
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Player/humanoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
id: EventHumanoid
# start-backmen: species
speciesBlacklist:
- Resomi
- Monkey
- Kobold
# end-backmen: species
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Traits/speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- type: MothAccent
- type: ReplacementAccent
accent: dwarf
- type: ResomiAccent #Corvax-Next-Resomi

# 1 Cost

Expand Down
37 changes: 1 addition & 36 deletions Resources/Prototypes/_CorvaxNext/Body/Organs/resomi.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1 @@
- type: entity
id: OrganResomiLungs
parent: BaseHumanOrgan
name: lungs
description: "An advanced pair of avian lungs. Filters oxygen by way of moving air constantly through air sacs."
components:
- type: Sprite
layers:
- state: lung-l
- state: lung-r
- type: Lung
- type: Organ
slotId: lungs
- type: Metabolizer
updateInterval: 2.0
removeEmpty: true
solutionOnBody: false
solution: "Lung"
metabolizerTypes: [ Human ]
groups:
- id: Gas
rateModifier: 200.0
- type: SolutionContainerManager
solutions:
organ:
reagents:
- ReagentId: Nutriment
Quantity: 10
Lung:
maxVol: 100.0
canReact: false
food:
maxVol: 5
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- head
organs:
heart: OrganHumanHeart
lungs: OrganResomiLungs
lungs: OrganHumanLungs
stomach: OrganAnimalStomach
liver: OrganAnimalLiver
kidneys: OrganAnimalKidneys
Expand Down
14 changes: 8 additions & 6 deletions Resources/Prototypes/_CorvaxNext/Entities/Species/resomi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
shape:
!type:PhysShapeCircle
radius: 0.35
# they r smaller
density: 120
# they r very small
density: 60
restitution: 0.0
mask:
- MobMask
Expand Down Expand Up @@ -91,15 +91,17 @@
230: 0.4
- type: ThermalRegulator
normalBodyTemperature: 300.15
- type: Speech
speechSounds: Resomi
- type: Vocal
sounds:
Male: MaleResomi
Female: FemaleResomi
Unsexed: MaleResomi
#- type: Respirator
# damage:
# types:
# Asphyxiation: 1.0
- type: Respirator
damage:
types:
Asphyxiation: 1.0
damageRecovery:
types:
Asphyxiation: -1.0
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Voice/speech_sounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: speechSounds
id: Resomi
saySound:
path: /Audio/_CorvaxNext/Voice/Resomi/Speech/resomi_2.ogg
askSound:
path: /Audio/_CorvaxNext/Voice/Resomi/Speech/resomi_2_ask.ogg
exclaimSound:
path: /Audio/_CorvaxNext/Voice/Resomi/Speech/resomi_2_exclaim.ogg

0 comments on commit b0cda44

Please sign in to comment.