Skip to content

Commit

Permalink
Prelojka+bugfixes (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Evgencheg <[email protected]>
  • Loading branch information
MegaDaimond and Evgencheg authored Oct 4, 2024
1 parent 1e4c447 commit e080d25
Show file tree
Hide file tree
Showing 15 changed files with 168 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_armory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
sprite: Objects/Weapons/Guns/Shotguns/enforcer.rsi
state: icon
product: CrateArmoryShotgun
cost: 11000
cost: 12500
category: cargoproduct-category-name-armory
group: market

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
sprite: Clothing/Head/Hardsuits/luxury.rsi
state: icon
product: CrateCargoLuxuryHardsuit
cost: 15000
cost: 6500
category: cargoproduct-category-name-cargo
group: market
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
- id: BoxID
- id: BoxHeadset
- id: IDComputerCircuitboard
- id: WeaponEnergyGunMini #LPP
- id: WeaponDisabler
- id: ClothingOuterCoatHoPArmored # DeltaV
- id: ClothingOuterArmorDuraVest # DeltaV - replaced HoP's armoured coat with a standard stabproof, pending HoPcoat resprite
- id: CigarGoldCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# BreachingCharge: 8
LPPClothingHandsGlovesTacticalFingerless: 1 # Lost Paradise - Добавление тактических беспалых боевых перчаток
LPPTelebaton: 3 #LPP
ClothingBeltHolster: 3
# security officers need to follow a diet regimen!
contrabandInventory:
FoodDonutHomer: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
ClothingHeadBandSkull: 1
LPPClothingHeadSecHat: 2
LPPClothingBalaclavawide: 4
ClothingOuterArmorBasic: 3
LPPClothingHeadHatRedBeanie: 3
LPPClothingHeadHatBlackBeanie: 3
contrabandInventory:
LPPClothingMaskKinkyMuzzle: 1
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,13 @@
- WhitelistChameleon
- HidesHair
- HidesNose
- type: Armor
modifiers:
coefficients:
Blunt: 0.85
Slash: 0.85
Piercing: 0.90
Heat: 0.90

- type: entity
parent: ClothingMaskGasERT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,14 +507,14 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.8
Blunt: 0.7
Slash: 0.7
Piercing: 0.7
Radiation: 0.5
Caustic: 0.8
- type: ClothingSpeedModifier
walkModifier: 0.85
sprintModifier: 0.9
walkModifier: 0.95
sprintModifier: 0.95
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitLuxury
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Power/powercells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- type: PowerCellVisuals
- type: Riggable
- type: HitscanBatteryAmmoProvider
proto: RedLightLaser
proto: LPPRedMediumLightLaser
fireCost: 50

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
- type: Projectile
damage:
types:
Piercing: 8
Piercing: 10
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@
magState: mag
steps: 5
zeroVisible: true
- type: HitscanBatteryAmmoProvider
proto: LPPRedMediumLightLaser
fireCost: 100

- type: entity
name: retro laser blaster
Expand Down Expand Up @@ -617,7 +614,7 @@
fireCost: 100
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 30
autoRechargeRate: 20
- type: MagazineVisuals
magState: mag
steps: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,11 @@
- type: Clothing
sprite: Objects/Weapons/Guns/SMGs/vector.rsi
- type: Gun
fireRate: 6
minAngle: 1
maxAngle: 13
fireRate: 7
angleIncrease: 3
angleDecay: 15
selectedMode: FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
sprite: _LostParadise/Clothing/Head/Helmets/winterhardsuithelm.rsi
state: icon
product: LPPCratehunter
cost: 10500
cost: 12500
category: cargoproduct-category-name-security
group: market

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_LostParadise/Catalog/Hos_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
id: LPPHosCatalogWeaponAdvancedLaser
name: lpp-hos-catalog-weapon-advancedlaser-name
description: lpp-hos-catalog-weapon-advancedlaser-desc
productEntity: WeaponEnergyGunPistol
productEntity: WeaponAdvancedLaser
cost:
LPPCentcoin: 6
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@
- type: Projectile
damage:
types:
Piercing: 2
Piercing: 3
Radiation: 8
138 changes: 138 additions & 0 deletions Resources/Prototypes/_LostParadise/Loadouts/Jobs/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
#Снаряжение
- type: loadout
id: LPPLoadoutSecurityEquipmentTruncheon
category: JobsSecurity
cost: 5
requirements:
- !type:CharacterJobRequirement
jobs:
- SecurityOfficer
- Warden
- HeadOfSecurity
- Brigmedic
- !type:CharacterPlaytimeRequirement
tracker: JobSecurityOfficer
min: 54000 # 20 часов
items:
- Truncheon

- type: loadout
id: LPPLoadoutSecurityEquipmentEnergyGunMini
category: JobsSecurity
cost: 3
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutEquipmentSecurity
- !type:CharacterDepartmentRequirement
departments:
- Security
- !type:CharacterPlaytimeRequirement
tracker: JobSecurityOfficer
min: 18000 # 5 часов
items:
- WeaponEnergyGunMini

#Маски

- type: loadout
id: LPPLoadoutSecurityEquipmentMaskGasSecurity
category: JobsSecurity
cost: 0
exclusive: true
requirements:
- !type:CharacterDepartmentRequirement
departments:
- Security
- !type:CharacterItemGroupRequirement
group: LoadoutMaskSecurity
items:
- ClothingMaskGasSecurity

- type: loadout
id: LPPLoadoutSecurityEquipmentMaskBalaclavawide
category: JobsSecurity
cost: 0
exclusive: true
requirements:
- !type:CharacterDepartmentRequirement
departments:
- Security
- !type:CharacterItemGroupRequirement
group: LoadoutMaskSecurity
items:
- LPPClothingBalaclavawide

- type: loadout
id: LoadoutClothingBreathMedicalSecurity
category: JobsSecurity
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutMaskSecurity
- !type:CharacterJobRequirement
jobs:
- Brigmedic
items:
- ClothingMaskBreathMedicalSecurity

#Броня-куртки

- type: loadout
id: LPPLoadoutClothingOuterArmorBasic
category: JobsSecurity
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutOuterSecurity
- !type:CharacterDepartmentRequirement
departments:
- Security
items:
- ClothingOuterArmorBasic

#Голова

- type: loadout
id: LPPLoadoutClothingHeadHatBlackBeanie
category: JobsSecurity
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHeadSecurity
- !type:CharacterDepartmentRequirement
departments:
- Security
items:
- LPPClothingHeadHatBlackBeanie

- type: loadout
id: LPPLoadoutClothingHeadHatRedBeanie
category: JobsSecurity
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHeadSecurity
- !type:CharacterDepartmentRequirement
departments:
- Security
items:
- LPPClothingHeadHatRedBeanie

#Шея

- type: loadout
id: LoadoutSecurityBeltHolster
category: JobsSecurity
cost: 1
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutBeltSecurity
- !type:CharacterDepartmentRequirement
departments:
- Security
items:
- ClothingBeltHolster

0 comments on commit e080d25

Please sign in to comment.