your jordans are fake
This commit is contained in:
@@ -193,7 +193,7 @@
|
|||||||
|
|
||||||
/obj/item/melee/transforming/energy/sword/saber
|
/obj/item/melee/transforming/energy/sword/saber
|
||||||
possible_colors = list("red" = LIGHT_COLOR_RED, "blue" = LIGHT_COLOR_LIGHT_CYAN, "green" = LIGHT_COLOR_GREEN, "purple" = LIGHT_COLOR_LAVENDER)
|
possible_colors = list("red" = LIGHT_COLOR_RED, "blue" = LIGHT_COLOR_LIGHT_CYAN, "green" = LIGHT_COLOR_GREEN, "purple" = LIGHT_COLOR_LAVENDER)
|
||||||
unique_reskin = list("Sword" = "sword0", "saber" = "esaber0")
|
unique_reskin = list("Sword" = "sword0", "Saber" = "esaber0")
|
||||||
var/hacked = FALSE
|
var/hacked = FALSE
|
||||||
var/saber = FALSE
|
var/saber = FALSE
|
||||||
|
|
||||||
|
|||||||
@@ -267,9 +267,15 @@
|
|||||||
desc = "A specialized pair of combat boots with a built-in propulsion system for rapid foward movement."
|
desc = "A specialized pair of combat boots with a built-in propulsion system for rapid foward movement."
|
||||||
icon_state = "jetboots"
|
icon_state = "jetboots"
|
||||||
resistance_flags = FIRE_PROOF
|
resistance_flags = FIRE_PROOF
|
||||||
|
cold_protection = FEET|LEGS
|
||||||
|
min_cold_protection_temperature = SHOES_MIN_TEMP_PROTECT
|
||||||
|
heat_protection = FEET|LEGS
|
||||||
|
max_heat_protection_temperature = SHOES_MAX_TEMP_PROTECT
|
||||||
pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes
|
pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes
|
||||||
actions_types = list(/datum/action/item_action/bhop)
|
actions_types = list(/datum/action/item_action/bhop)
|
||||||
permeability_coefficient = 0.05
|
permeability_coefficient = 0.05
|
||||||
|
unique_reskin = list("Explorer" = "miningjet",
|
||||||
|
"Jackboot" = "jetboots")
|
||||||
var/jumpdistance = 5 //-1 from to see the actual distance, e.g 4 goes over 3 tiles
|
var/jumpdistance = 5 //-1 from to see the actual distance, e.g 4 goes over 3 tiles
|
||||||
var/jumpspeed = 3
|
var/jumpspeed = 3
|
||||||
var/recharging_rate = 60 //default 6 seconds between each dash
|
var/recharging_rate = 60 //default 6 seconds between each dash
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user