mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user