mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
* v2.0.1.0 - Deciding * v2.0.1.1 - Touchup + Attemptive remodularizing * v2.0.1.2 - defcon removal * v2.0.1.2.1 * v2.0.1.3 - Modular sci + cargo * v2.0.1.4 - Reflavouring * v2.0.1.4.1 minifix * v.2.0.1.5 ID card work * v2.0.1.6 - More Modularity * v2.0.1.7 - Modularizing ID and Radios * v2.0.1.8 - Fluff modularization * v2.0.1.9 - module cleanup * v2.0.2 - Tarkon Modsuit * v2.0.2.0.1 minor changes * i cant be assed. Temp updates in effect + tarkon modsuit tweaking * v2.0.3 * v2.0.4 Spawner Stuffs * v2.0.5 - Remapping and rethreatening * 2.0.5.1 * v2.0.6 - Uniforms * v2.0.6.1 - outfit usage * v2.0.6.2 * v2.0.6.4 * 2.0.3 - Cant remember last update. * ugh, dont know where i am. Cats in the way. * 0.5.whatever. Re-adds mod anthro stuffs * 0.5.whatever.2 Arcs Works * 0.5.whatever.5 * 0.6 Oh Director My Director * 6.0.1: Welding hat * 6.0.2 Tarkon Gauntlet * 6.0.3 Stuffs * 6.0.3.1 fixes * 6.0.4 Tarkon RCD * 0.9.9 FUCK IT, WE DO IT TOMORROW * 1.0.0 Lets just get this over with. * 1.0.1 - HAT'S FIXED, SEND IT * 1.1.0 - Fix patch 1 * 1.1.1 - Shuttering and Window Fixing Linter test 2 * 1.1.0 Working Xenobio cam * 1.2.1 Yes i goofed. Makes the cam now work without blueprint * 1.3.0 obj sprite no longer directional, Extended desc on mod.
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
/obj/item/melee/sabre/luna
|
|
name = "Luna"
|
|
desc = "Forged by a madwoman, in recognition of a time, a place - she thought almost real. Various etchings of moons are inscribed onto the surface, different phases marking different parts of the blade."
|
|
icon = 'modular_skyrat/modules/mapping/icons/obj/items/items_and_weapons.dmi'
|
|
lefthand_file = 'modular_skyrat/modules/mapping/icons/mob/inhands/weapons/swords_lefthand.dmi'
|
|
righthand_file = 'modular_skyrat/modules/mapping/icons/mob/inhands/weapons/swords_righthand.dmi'
|
|
icon_state = "luna"
|
|
inhand_icon_state = "luna"
|
|
|
|
|
|
/obj/item/mod/module/armor_booster/retractplates
|
|
name = "MOD retractive plates module"
|
|
desc = "A complex set of actuators, micro-seals and a simple guide on how to install it, This... \"Modification\" allows the plating around the joints to retract, giving minor protection and a bit better mobility."
|
|
removable = TRUE
|
|
complexity = 1
|
|
speed_added = 0.25
|
|
armor_mod = /datum/armor/retractive_plates
|
|
|
|
/datum/armor/retractive_plates
|
|
melee = 20
|
|
bullet = 25
|
|
laser = 15
|
|
energy = 20
|
|
|
|
/obj/machinery/vending/security/noaccess
|
|
req_access = null
|
|
|
|
/obj/structure/closet/secure_closet/medical2/unlocked/Initialize(mapload)
|
|
. = ..()
|
|
locked = FALSE
|
|
update_appearance()
|