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

Commit

Permalink
Merge pull request #62 from Corvax-Frontier/Уээээээ
Browse files Browse the repository at this point in the history
Мелкие обновления по голосовалкам
  • Loading branch information
Vonsant authored Apr 24, 2024
2 parents 61bd74e + 0b43ddd commit dc634e8
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private void OnStartup(RoundStartingEvent ev)
}))
{
var meta = EnsureComp<MetaDataComponent>(depotUid5s[0]);
_meta.SetEntityName(depotUid5s[0], "Дыра", meta); // Corvax RU
_meta.SetEntityName(depotUid5s[0], "Яма", meta); // Corvax RU
_shuttle.SetIFFColor(depotUid5s[0], civilianColor);
}

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Atmospherics/gases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
gasMolesVisible: 0.6
color: 3a758c
reagent: Frezon
pricePerMole: 3
pricePerMole: 15
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Starving: 100
Dead: 0
baseDecayRate: 0.02
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst # on 1.5x more
thresholds:
OverHydrated: 650
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
visible: false
- type: HumanoidAppearance
species: Harpy
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Fixtures
fixtures: # TODO: This needs a second fixture just for mob collisions.
fix1:
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
requiredLegs: 2 # It would be funny if arachnids could use their little back limbs to move around once they lose their legs, but just something to consider post-woundmed
- type: HumanoidAppearance
species: Arachnid
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst
- type: Sericulture
action: ActionSericulture
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
components:
- type: HumanoidAppearance
species: Diona
- type: Hunger
- type: Hunger # Corvax-Frontier
baseDecayRate: 0.0083
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst
baseDecayRate: 0.0083
- type: Carriable # Carrying system from nyanotrasen.
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/dwarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
id: BaseMobDwarf
abstract: true
components:
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst
- type: Carriable # Carrying system from nyanotrasen.
- type: SSDIndicator # Where?
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
name: Urist McHands
abstract: true
components:
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Icon # It will not have an icon in the adminspawn menu without this. Body parts seem fine for whatever reason.
sprite: Mobs/Species/Human/parts.rsi
state: full
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
components:
- type: HumanoidAppearance
species: Moth
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst
- type: Carriable # Carrying system from nyanotrasen.
- type: Icon
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
components:
- type: HumanoidAppearance
species: Reptilian
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Puller
needsHands: false
- type: Thirst
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
id: BaseMobSlimePerson
abstract: true
components:
- type: Hunger
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst
- type: Carriable # Carrying system from nyanotrasen.
- type: Icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
- type: SSDIndicator # Corvax-Frontier
- type: HumanoidAppearance
species: Felinid
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Fixtures
fixtures: # TODO: This needs a second fixture just for mob collisions.
fix1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
speechSounds: Baritone
- type: HumanoidAppearance
species: Oni
- type: Hunger # Corvax-Frontier
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Sprite
scale: 1.2, 1.2
- type: Oni
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Catalog/Cargo/cargo_trade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sprite: _NF/Structures/Storage/Crates/tradedark.rsi
state: icon
product: CrateTradeSecureNormalFilled
cost: 1000
cost: 25000
category: cargoproduct-category-name-cargo
group: market

Expand All @@ -14,6 +14,6 @@
sprite: _NF/Structures/Storage/Crates/tradelight.rsi
state: icon
product: CrateTradeSecureHighFilled
cost: 2000
cost: 50000
category: cargoproduct-category-name-cargo
group: market
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
layer:
- MachineLayer
- type: StaticPrice
price: 1000
price: 19000

- type: entity
parent: CrateTradeBaseSecure
Expand All @@ -75,7 +75,7 @@
layer:
- MachineLayer
- type: StaticPrice
price: 2000
price: 38000

- type: entity
parent: CrateTradeBaseSecure
Expand Down Expand Up @@ -195,4 +195,4 @@
- type: Sprite
sprite: _NF/Structures/Storage/Crates/nfsd_secure2.rsi
- type: AccessReader
access: [["Security"]]
access: [["Security"]]
10 changes: 5 additions & 5 deletions Resources/Prototypes/_NF/Maps/POI/nfsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
overflowJobs: []
availableJobs:
Sheriff: [ 1, 1 ]
Bailiff: [ 0, 0 ]
SeniorOfficer: [ 0, 0 ]
Brigmedic: [ 0, 0 ]
Bailiff: [ 1, 1 ] # Corvax-Frontier
SeniorOfficer: [ 1, 1 ] # Corvax-Frontier
Brigmedic: [ 1, 2 ] # Corvax-Frontier
DetectiveNF: [ 0, 0 ]
Deputy: [ 0, 0 ]
Cadet: [ 0, 0 ]
Deputy: [ 3, 4 ] # Corvax-Frontier
Cadet: [ 2, 2 ] # Corvax-Frontier
# Others:
Lawyer: [ 0, 0 ]

0 comments on commit dc634e8

Please sign in to comment.