Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 committed May 9, 2024
1 parent cfa563c commit 33252e8
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/corvax/species/species.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
species-name-xenoslime = Ксенослайм
species-name-elzuosa = Эльзуос
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ petting-failure-tesla = Вы тянетесь погладить { $target }, н
pat-success-generic = Вы гладите { $target } по пушистой голове.
pat-success-generic-others = { CAPITALIZE($user) } гладит { $target } по пушистой голове.
pat-success-generic-target = { CAPITALIZE($user) } гладит вашу пушистую голову.
pat-success-elzuosa = вы обнимаете { $target }, чувствуя, как по вам проходит высоковольтный ток.
pat-success-elzuosa-others = { CAPITALIZE($user) } обнимает { $target }, наэлектризовываясь.
pat-success-elzuosa-target = { CAPITALIZE($user) } обнимает вас.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Corvax/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
coefficients:
Cold: 0.5
Heat: 1.5

- type: damageModifierSet
id: Elzuosa
coefficients:
Shock: 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
- type: Damageable
damageContainer: Biological
damageModifierSet: Slime
- type: DamageVisuals
damageOverlayGroups:
Brute:
sprite: Mobs/Effects/brute_damage.rsi
color: "#2cf274"
- type: Bloodstream
bloodReagent: Slime # TODO Color Xenoslime blood based on their Xenoslime color or smth
- type: Barotrauma
Expand Down
7 changes: 6 additions & 1 deletion Resources/Prototypes/Entities/Objects/Power/powercells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,17 @@
sprite: Objects/Power/power_cells.rsi
- type: SolutionContainerManager
solutions:
battery:
food:
maxVol: 5
reagents:
- ReagentId: Zinc
Quantity: 5
- type: InjectableSolution
solution: battery
- type: DrawableSolution
solution: battery
- type: Food # Corvax-Frontier
requiresSpecialDigestion: true
- type: Extractable
juiceSolution:
reagents:
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Reagents/elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,10 @@
color: "#bababa"
meltingPoint: 419.5
boilingPoint: 907.0
metabolisms: # Corvax-Frontier
Food:
effects:
- !type:SatiateHunger
conditions:
- !type:OrganType
type: Elzuosa

0 comments on commit 33252e8

Please sign in to comment.