From: Panzer <146987057+Panzer-IV1@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:52:12 +0000 (+0300) Subject: wet floor bomb properties (#20823) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3be48bed3b075332a4f19786a3556d93740e640c;p=space-station-14.git wet floor bomb properties (#20823) * wet floor bomb prop made it more powerful * Update uplink_catalog.yml Made it clearer and credited myself --- diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 5c6bad28fa..10dee0b804 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -977,7 +977,7 @@ description: uplink-proximity-mine-desc productEntity: WetFloorSignMineExplosive cost: - Telecrystal: 4 + Telecrystal: 5 # was 4, with my buff made it 5 to be closer to minibomb -panzer categories: - UplinkJob conditions: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index 3ae89e0d1c..333c17b217 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -246,9 +246,9 @@ - type: LandMine - type: ExplodeOnTrigger - type: Explosive - explosionType: Default - maxIntensity: 5 # about a ~67.5 total damage - totalIntensity: 60 # about a ~3 tile radius + explosionType: HardBomb # normally Default and max 5 total 60 + maxIntensity: 10 # about a ~67.5 total damage + totalIntensity: 30 # about a ~3 tile radius canCreateVacuum: false - type: DeleteOnTrigger - type: OnUseTimerTrigger