-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #177 from Lost-Paradise-Project/revert-175-duplica…
…te-removal Revert "LPPHammer & C4Low Removal"
- Loading branch information
Showing
15 changed files
with
88 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_LostParadise/Entities/Objects/Weapons/Bombs/C4Low.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
- type: entity | ||
name: C4Low | ||
description: Взрывпакет предназначенный для быстрого выламывания шлюзов или стен, но его взрыв довольно слабый в плане радиуса. Виднеется этикетка (ставьте прямо на объект) | ||
parent: BasePlasticExplosive | ||
id: LPPC4Low | ||
components: | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Weapons/Bombs/C4Low.rsi | ||
state: icon | ||
- type: OnUseTimerTrigger | ||
delay: 5 | ||
delayOptions: [5, 10, 15, 20] | ||
initialBeepDelay: 0 | ||
beepSound: | ||
path: /Audio/Effects/Cargo/buzz_two.ogg | ||
params: | ||
volume: -6 | ||
startOnStick: false | ||
canToggleStartOnStick: true | ||
- type: TriggerOnSignal | ||
- type: DeviceLinkSink | ||
ports: | ||
- Trigger | ||
- type: Explosive | ||
explosionType: DemolitionCharge | ||
totalIntensity: 10 | ||
intensitySlope: 10 | ||
maxIntensity: 10 | ||
canCreateVacuum: false | ||
- type: ExplodeOnTrigger |
34 changes: 34 additions & 0 deletions
34
Resources/Prototypes/_LostParadise/Entities/Objects/Weapons/Melee/hammer.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
- type: entity | ||
id: LPPHammer | ||
parent: BaseItem | ||
name: штурмовой молот | ||
description: Молот предназначенный для быстрого проникновения сквозь стены, шлюзы, а также для крушения чьих то черепов | ||
components: | ||
- type: Tag | ||
tags: | ||
- LPPHammer | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Weapons/Melee/LPPHammer.rsi | ||
state: icon | ||
- type: Item | ||
size: Huge | ||
- type: MeleeWeapon | ||
attackRate: 0.75 | ||
range: 1.70 | ||
damage: | ||
types: | ||
Blunt: 10 | ||
Structural: 30 | ||
bluntStaminaDamageFactor: 1.50 | ||
- type: Wieldable | ||
- type: IncreaseDamageOnWield | ||
damage: | ||
types: | ||
Blunt: 10 | ||
Structural: 80 | ||
- type: ToolTileCompatible | ||
- type: Clothing | ||
sprite: _LostParadise/Objects/Weapons/Melee/LPPHammer.rsi | ||
quickEquip: false | ||
slots: | ||
- back |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,4 +46,4 @@ | |
back: | ||
- SheetSteel10 | ||
- SheetGlass10 | ||
- BreachingCharge | ||
- LPPC4Low |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,8 @@ | |
- type: Tag | ||
id: LPPDrinkBottleAlko | ||
|
||
- type: Tag | ||
id: LPPHammer | ||
# [Обоема для M41-A] | ||
|
||
- type: Tag | ||
|