mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Nerf Space Loot (#26738)
* Decrease Gamer loot in space * Update depot_spawners.dm * Update code/game/objects/items/weapons/melee/energy_melee_weapons.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com> * Update depot_spawners.dm * Update code/game/objects/effects/spawners/depot_spawners.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com> * Update energy_melee_weapons.dm --------- Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com> Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
co-authored by
1080pCat
DGamerL
parent
854a1606da
commit
b6f51c1f49
@@ -1244,7 +1244,7 @@
|
||||
/obj/structure/safe/floor,
|
||||
/obj/item/tank/internals/oxygen/red,
|
||||
/obj/item/clothing/mask/gas/syndicate,
|
||||
/obj/item/mod/control/pre_equipped/traitor,
|
||||
/obj/item/mod/control/pre_equipped/mining/asteroid,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum,
|
||||
/obj/item/reagent_containers/drinks/bottle/rum,
|
||||
/obj/item/folder/syndicate/blue,
|
||||
|
||||
@@ -628,7 +628,7 @@
|
||||
},
|
||||
/area/ruin/space/syndicakefactory)
|
||||
"wW" = (
|
||||
/obj/machinery/suit_storage_unit/syndicate,
|
||||
/obj/machinery/suit_storage_unit/mining,
|
||||
/turf/simulated/floor/engine,
|
||||
/area/ruin/space/syndicakefactory)
|
||||
"xy" = (
|
||||
|
||||
@@ -173,6 +173,7 @@
|
||||
/obj/item/shield/energy,
|
||||
/obj/item/storage/box/syndie_kit/teleporter,
|
||||
/obj/item/weaponcrafting/gunkit/universal_gun_kit,
|
||||
/obj/item/mod/control/pre_equipped/traitor_elite
|
||||
)
|
||||
|
||||
// Layout-affecting spawns
|
||||
|
||||
@@ -346,12 +346,17 @@
|
||||
//////////////////////////////
|
||||
/obj/item/melee/energy/sword/pirate
|
||||
name = "energy cutlass"
|
||||
desc = "Arrrr matey."
|
||||
desc = "A crude copy of syndicate technology. Favored among space pirates for its small form factor while inactive. Arrrr, matey!"
|
||||
force_on = 20
|
||||
throwforce_on = 10 // No PvP shenanigans, this is main weapon in PvE explorer gameplay and can be obtained very easy
|
||||
embed_chance = 45
|
||||
embedded_impact_pain_multiplier = 4
|
||||
armour_penetration_percentage = 0
|
||||
armour_penetration_flat = 0
|
||||
icon_state = "cutlass0"
|
||||
icon_state_on = "cutlass1"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
origin_tech = "combat=3;magnets=4;syndicate=2"
|
||||
origin_tech = "combat=3;magnets=4"
|
||||
|
||||
//////////////////////////////
|
||||
// MARK: HARDLIGHT BLADE
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
l_ear = /obj/item/radio/headset
|
||||
mask = /obj/item/clothing/mask/gas/syndicate
|
||||
back = /obj/item/mod/control/pre_equipped/traitor_elite
|
||||
r_pocket = /obj/item/tank/internals/emergency_oxygen
|
||||
id = /obj/item/card/id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user