Merge pull request #8761 from Trilbyspaceclone/patch-187
[Ready] Tweaks shields
This commit is contained in:
@@ -159,11 +159,13 @@
|
|||||||
armor = list("melee" = 25, "bullet" = 25, "laser" = 5, "energy" = 0, "bomb" = 30, "bio" = 0, "rad" = 0, "fire" = 70, "acid" = 80)
|
armor = list("melee" = 25, "bullet" = 25, "laser" = 5, "energy" = 0, "bomb" = 30, "bio" = 0, "rad" = 0, "fire" = 70, "acid" = 80)
|
||||||
lefthand_file = 'icons/mob/inhands/equipment/shields_lefthand.dmi'
|
lefthand_file = 'icons/mob/inhands/equipment/shields_lefthand.dmi'
|
||||||
righthand_file = 'icons/mob/inhands/equipment/shields_righthand.dmi'
|
righthand_file = 'icons/mob/inhands/equipment/shields_righthand.dmi'
|
||||||
item_state = "makeshift_shield"
|
icon = 'icons/obj/items_and_weapons.dmi'
|
||||||
|
item_state = "metal"
|
||||||
|
icon_state = "makeshift_shield"
|
||||||
materials = list(MAT_METAL = 18000)
|
materials = list(MAT_METAL = 18000)
|
||||||
slot_flags = null
|
slot_flags = null
|
||||||
block_chance = 25
|
block_chance = 35
|
||||||
force = 5
|
force = 10
|
||||||
throwforce = 7
|
throwforce = 7
|
||||||
|
|
||||||
/obj/item/shield/riot/tower
|
/obj/item/shield/riot/tower
|
||||||
@@ -171,8 +173,11 @@
|
|||||||
desc = "A massive shield that can block a lot of attacks, can take a lot of abuse before braking."
|
desc = "A massive shield that can block a lot of attacks, can take a lot of abuse before braking."
|
||||||
armor = list("melee" = 95, "bullet" = 95, "laser" = 75, "energy" = 60, "bomb" = 90, "bio" = 90, "rad" = 0, "fire" = 90, "acid" = 10) //Armor for the item, dosnt transfer to user
|
armor = list("melee" = 95, "bullet" = 95, "laser" = 75, "energy" = 60, "bomb" = 90, "bio" = 90, "rad" = 0, "fire" = 90, "acid" = 10) //Armor for the item, dosnt transfer to user
|
||||||
item_state = "metal"
|
item_state = "metal"
|
||||||
|
icon_state = "metal"
|
||||||
|
icon = 'icons/obj/items_and_weapons.dmi'
|
||||||
block_chance = 75 //1/4 shots will hit*
|
block_chance = 75 //1/4 shots will hit*
|
||||||
force = 10
|
force = 16
|
||||||
slowdown = 2
|
slowdown = 2
|
||||||
throwforce = 15 //Massive pice of metal
|
throwforce = 15 //Massive pice of metal
|
||||||
w_class = WEIGHT_CLASS_HUGE
|
w_class = WEIGHT_CLASS_HUGE
|
||||||
|
item_flags = SLOWS_WHILE_IN_HAND
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user