Skip to content

Commit

Permalink
Merge pull request #94 from Corvax-Frontier/shiza
Browse files Browse the repository at this point in the history
Мои правки
  • Loading branch information
Zekins3366 authored Oct 2, 2024
2 parents 33bbf77 + 7adcf1a commit 54ab899
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Piercing: 0.3
Heat: 0.3
- type: ClothingSpecialModifier
strengthModifier: 4
strengthModifier: 8

- type: entity
parent: ClothingOuterBase
Expand All @@ -54,12 +54,12 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Blunt: 0.5
Slash: 0.5
Piercing: 0.4
Heat: 0.4
- type: ClothingSpecialModifier
strengthModifier: 2
strengthModifier: 4

- type: entity
parent: ClothingOuterBase
Expand All @@ -72,15 +72,15 @@
- type: Clothing
sprite: Corvax/Clothing/OuterClothing/Armor/heavyarmor.rsi
- type: ClothingSpeedModifier
walkModifier: 0.85
sprintModifier: 0.85
walkModifier: 0.95
sprintModifier: 0.95
- type: Armor
modifiers:
coefficients:
Blunt: 0.55
Slash: 0.55
Piercing: 0.55
Heat: 0.55
Blunt: 0.65
Slash: 0.65
Piercing: 0.65
Heat: 0.65
- type: ClothingSpecialModifier
strengthModifier: 1

Expand All @@ -97,10 +97,10 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.6
Heat: 0.6
Blunt: 0.55
Slash: 0.55
Piercing: 0.55
Heat: 0.55

- type: entity
parent: ClothingOuterBase
Expand All @@ -118,8 +118,8 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.7
Slash: 0.7
Blunt: 0.65
Slash: 0.65
Piercing: 0.6
Heat: 0.6

Expand All @@ -141,8 +141,8 @@
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.7
Heat: 0.7
Piercing: 0.65
Heat: 0.65

- type: entity
parent: ClothingOuterBase
Expand Down Expand Up @@ -178,10 +178,10 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.75
Slash: 0.75
Piercing: 0.75
Heat: 0.75
Blunt: 0.7
Slash: 0.7
Piercing: 0.7
Heat: 0.7

- type: entity
parent: ClothingOuterBase
Expand All @@ -199,10 +199,10 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.8
Slash: 0.8
Piercing: 0.75
Heat: 0.75
Blunt: 0.75
Slash: 0.75
Piercing: 0.7
Heat: 0.7

- type: entity
parent: ClothingOuterBase
Expand All @@ -220,10 +220,10 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.75
Slash: 0.75
Piercing: 0.8
Heat: 0.8
Blunt: 0.7
Slash: 0.7
Piercing: 0.75
Heat: 0.75

- type: entity
parent: ClothingOuterBase
Expand Down Expand Up @@ -259,7 +259,7 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.9
Heat: 0.9
Blunt: 0.8
Slash: 0.8
Piercing: 0.8
Heat: 0.8
14 changes: 7 additions & 7 deletions Resources/Prototypes/Maps/N14/sunnyvale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
mapNameTemplate: 'Саннивейл'
- type: CP14StationAdditionalMap
mapPaths:
# - /Maps/N14/SunnyvaleUnderground.yml
- /Maps/Corvax/CorvaxSunnyvaleUnderground.yml # Corvax-Maps
- /Maps/N14/SunnyvaleUnderground.yml
#- /Maps/Corvax/CorvaxSunnyvaleUnderground.yml Removed for refactoring
- type: StationJobs
overflowJobs:
- Wastelander
Expand Down Expand Up @@ -48,11 +48,11 @@
CaravanLeader: [ 1, 1 ]
CaravanTrader: [ 1, 1 ]
CaravanGuard: [ 2, 2 ]
BoSWashingtonCommander: [ 1, 1 ]
BoSWashingtonCaptain: [ 1, 1 ]
BoSWashingtonResearcher: [ 2, 2 ]
BoSWashingtonSoldier: [ 2, 2 ]
BoSWashingtonRecruit: [ 3, 3 ]
#BoSWashingtonCommander: [ 1, 1 ]
#BoSWashingtonCaptain: [ 1, 1 ]
#BoSWashingtonResearcher: [ 2, 2 ]
#BoSWashingtonSoldier: [ 2, 2 ]
#BoSWashingtonRecruit: [ 2, 2 ]
BoSMidPaladinCommander: [ 1, 1 ]
BoSMidPaladin: [ 1, 1 ]
BoSMidKnight: [ 2, 3 ]
Expand Down

0 comments on commit 54ab899

Please sign in to comment.