all is in there
@@ -514,7 +514,7 @@
|
||||
w_class = 1.0
|
||||
force = 5.0
|
||||
throwforce = 15.0
|
||||
item_state = "shard-glass"
|
||||
item_state = "shard-glassnew"
|
||||
g_amt = 3750
|
||||
w_type = RECYK_GLASS
|
||||
attack_verb = list("stabbed", "slashed", "sliced", "cut")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "Soul Stone Shard"
|
||||
icon = 'icons/obj/wizard.dmi'
|
||||
icon_state = "soulstone"
|
||||
item_state = "electronic"
|
||||
item_state = "shard-soulstone"
|
||||
desc = "A fragment of the legendary treasure known simply as the 'Soul Stone'. The shard still flickers with a fraction of the full artefacts power."
|
||||
w_class = 1.0
|
||||
flags = FPRINT | TABLEPASS
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
name = "Circuit board"
|
||||
icon = 'icons/obj/module.dmi'
|
||||
icon_state = "id_mod"
|
||||
item_state = "electronic"
|
||||
item_state = "circuitboard"
|
||||
origin_tech = "programming=2"
|
||||
g_amt=2000 // Recycle glass only
|
||||
w_type = RECYK_ELECTRONIC
|
||||
|
||||
@@ -408,7 +408,7 @@
|
||||
name = "Exosuit Circuit board"
|
||||
icon = 'icons/obj/module.dmi'
|
||||
icon_state = "std_mod"
|
||||
item_state = "electronic"
|
||||
item_state = "circuitboard"
|
||||
board_type = "other"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
force = 5.0
|
||||
|
||||
@@ -204,7 +204,7 @@ var/global/list/datum/stack_recipe/phazon_recipes = list()
|
||||
singular_name = "phazon sheet"
|
||||
desc = "Holy christ what is this?"
|
||||
icon_state = "sheet-phazon"
|
||||
item_state = "sheet-metal"
|
||||
item_state = "sheet-phazon"
|
||||
m_amt = 7500
|
||||
w_type = RECYK_METAL
|
||||
throwforce = 15.0
|
||||
|
||||
@@ -116,7 +116,7 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \
|
||||
singular_name = "plasteel sheet"
|
||||
desc = "This sheet is an alloy of iron and plasma."
|
||||
icon_state = "sheet-plasteel"
|
||||
item_state = "sheet-metal"
|
||||
item_state = "sheet-plasteel"
|
||||
m_amt = 3750 // Was 7500, which doesn't make any fucking sense
|
||||
throwforce = 15.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
|
||||
@@ -10,7 +10,7 @@ Refactored AI modules by N3X15
|
||||
name = "AI Module"
|
||||
icon = 'icons/obj/module.dmi'
|
||||
icon_state = "std_mod"
|
||||
item_state = "electronic"
|
||||
item_state = "circuitboard"
|
||||
desc = "An AI Module for transmitting encrypted instructions to the AI."
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
force = 5.0
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
name = "Bag of Holding"
|
||||
desc = "A backpack that opens into a localized pocket of Blue Space."
|
||||
origin_tech = "bluespace=4"
|
||||
item_state = "holdingpack"
|
||||
icon_state = "holdingpack"
|
||||
max_w_class = 4
|
||||
max_combined_w_class = 28
|
||||
@@ -87,6 +88,7 @@
|
||||
name = "trophy rack"
|
||||
desc = "It's useful for both carrying extra gear and proudly declaring your insanity."
|
||||
icon_state = "cultpack"
|
||||
item_state = "cultpacknew"
|
||||
|
||||
/obj/item/weapon/storage/backpack/clown
|
||||
name = "Giggles Von Honkerton"
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
name = "oxygen deprivation first aid"
|
||||
desc = "A box full of oxygen goodies."
|
||||
icon_state = "o2"
|
||||
item_state = "firstaid-o2"
|
||||
item_state = "firstaid-oxy"
|
||||
|
||||
New()
|
||||
..()
|
||||
@@ -126,7 +126,7 @@
|
||||
storage_slots = 14
|
||||
m_amt = 10
|
||||
g_amt = 60
|
||||
|
||||
|
||||
/obj/item/weapon/storage/pill_bottle/MouseDrop(obj/over_object as obj) //Quick pillbottle fix. -Agouri
|
||||
|
||||
if (ishuman(usr) || ismonkey(usr)) //Can monkeys even place items in the pocket slots? Leaving this in just in case~
|
||||
|
||||
@@ -146,6 +146,7 @@
|
||||
name = "emergency nitrogen tank"
|
||||
desc = "Used for emergencies. Not useful unless you only breathe nitrogen."
|
||||
icon_state = "emergency_nitrogen"
|
||||
slot_flags = SLOT_BELT
|
||||
w_class = 2.0
|
||||
volume = 2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "hand labeler"
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "labeler0"
|
||||
item_state = "flight"
|
||||
item_state = "labeler0"
|
||||
var/label = null
|
||||
var/labels_left = 30
|
||||
var/mode = 0 //off or on.
|
||||
|
||||
@@ -99,8 +99,8 @@
|
||||
name = "camera"
|
||||
icon = 'icons/obj/items.dmi'
|
||||
desc = "A polaroid camera."
|
||||
icon_state = "camera"
|
||||
item_state = "electropack"
|
||||
icon_state = "polaroid"
|
||||
item_state = "polaroid"
|
||||
w_class = 2.0
|
||||
flags = FPRINT | CONDUCT | USEDELAY | TABLEPASS
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
force = 8.0
|
||||
throwforce = 15.0
|
||||
icon_state = "plasmalarge"
|
||||
item_state = "shard-plasglass"
|
||||
|
||||
/obj/item/weapon/shard/plasma/New()
|
||||
|
||||
|
||||
5
html/changelogs/DeityLink_1702.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
author: Deity Link
|
||||
delete-after: true
|
||||
changes:
|
||||
- imageadd: over 57 items finally got their in-hand icons. belt too for some.
|
||||
- experiment: Maracas. Chick-chiky boom, chick-chiky boom.
|
||||
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 9.5 KiB |
@@ -1,23 +1,28 @@
|
||||
# DMITool Difference Report: D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right
|
||||
--- D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left\cable_stuff.dmi
|
||||
+++ D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right\cable_stuff.dmi
|
||||
# DMITool Difference Report: Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right
|
||||
--- Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left\cable_stuff.dmi
|
||||
+++ Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right\cable_stuff.dmi
|
||||
+ cuff_cyan
|
||||
+ cuff_orange
|
||||
+ cuff_pink
|
||||
+ cuff_white
|
||||
--- D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left\guns.dmi
|
||||
+++ D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right\guns.dmi
|
||||
--- Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left\guns.dmi
|
||||
+++ Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right\guns.dmi
|
||||
+ scythe0
|
||||
+ taser100
|
||||
--- D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left\paramedic_eva.dmi
|
||||
+++ D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right\paramedic_eva.dmi
|
||||
--- Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left\newsprites_lefthand.dmi
|
||||
+++ Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right\newsprites_lefthand.dmi
|
||||
+ chapmask
|
||||
+ honkbook
|
||||
+ ianism
|
||||
+ necronomicon
|
||||
+ shadows
|
||||
+ torah
|
||||
--- Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left\paramedic_eva.dmi
|
||||
+++ Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right\paramedic_eva.dmi
|
||||
+ paramedic-eva
|
||||
+ paramedic-eva-helmet
|
||||
--- D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left\pcollectorleft.dmi
|
||||
+++ D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right\pcollectorleft.dmi
|
||||
+ pcollector_left
|
||||
--- D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left\swords_axes.dmi
|
||||
+++ D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right\swords_axes.dmi
|
||||
--- Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left\swords_axes.dmi
|
||||
+++ Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right\swords_axes.dmi
|
||||
+ axe0
|
||||
+ axe1
|
||||
- dualsaber0
|
||||
@@ -27,11 +32,11 @@
|
||||
- katana
|
||||
- scythe0
|
||||
- unathiknife
|
||||
--- D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left\vox_civvie.dmi
|
||||
+++ D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right\vox_civvie.dmi
|
||||
--- Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left\vox_civvie.dmi
|
||||
+++ Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right\vox_civvie.dmi
|
||||
+ vox-pressure-security
|
||||
--- D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\left\zz_old_items_lefthand.dmi
|
||||
+++ D:\Users\chris\Desktop\fuckingbyond\vgstation13\icons\mob\in-hand\right\zz_old_items_lefthand.dmi
|
||||
--- Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\left\zz_old_items_lefthand.dmi
|
||||
+++ Y:\Documents\GitHub\vgstation13\icons\mob\in-hand\right\zz_old_items_lefthand.dmi
|
||||
+ DONGS
|
||||
+ altair_locket
|
||||
+ an_tank
|
||||
|
||||
BIN
icons/mob/in-hand/left/assemblies.dmi
Normal file
|
After Width: | Height: | Size: 603 B |
BIN
icons/mob/in-hand/left/backpacks_n_bags.dmi
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
icons/mob/in-hand/left/balaclava.dmi
Normal file
|
After Width: | Height: | Size: 357 B |
BIN
icons/mob/in-hand/left/electronics.dmi
Normal file
|
After Width: | Height: | Size: 334 B |
BIN
icons/mob/in-hand/left/firstaid-kits.dmi
Normal file
|
After Width: | Height: | Size: 946 B |
BIN
icons/mob/in-hand/left/flashlights_n_lamps.dmi
Normal file
|
After Width: | Height: | Size: 881 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.0 KiB |
BIN
icons/mob/in-hand/left/maracas.dmi
Normal file
|
After Width: | Height: | Size: 761 B |
BIN
icons/mob/in-hand/left/misc_tools.dmi
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
icons/mob/in-hand/left/necromancer.dmi
Normal file
|
After Width: | Height: | Size: 553 B |
BIN
icons/mob/in-hand/left/newsprites_lefthand.dmi
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/mob/in-hand/left/shards.dmi
Normal file
|
After Width: | Height: | Size: 489 B |
|
Before Width: | Height: | Size: 925 B |
BIN
icons/mob/in-hand/left/sheets_n_ores.dmi
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
icons/mob/in-hand/left/tanks.dmi
Normal file
|
After Width: | Height: | Size: 564 B |
BIN
icons/mob/in-hand/right/assemblies.dmi
Normal file
|
After Width: | Height: | Size: 569 B |
BIN
icons/mob/in-hand/right/backpacks_n_bags.dmi
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
icons/mob/in-hand/right/balaclava.dmi
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
icons/mob/in-hand/right/electronics.dmi
Normal file
|
After Width: | Height: | Size: 327 B |
BIN
icons/mob/in-hand/right/firstaid-kits.dmi
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
icons/mob/in-hand/right/flashlights_n_lamps.dmi
Normal file
|
After Width: | Height: | Size: 874 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 8.8 KiB |
BIN
icons/mob/in-hand/right/maracas.dmi
Normal file
|
After Width: | Height: | Size: 750 B |
BIN
icons/mob/in-hand/right/misc_tools.dmi
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
icons/mob/in-hand/right/necromancer.dmi
Normal file
|
After Width: | Height: | Size: 557 B |
BIN
icons/mob/in-hand/right/newsprites_righthand.dmi
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/mob/in-hand/right/shards.dmi
Normal file
|
After Width: | Height: | Size: 468 B |
|
Before Width: | Height: | Size: 936 B |
BIN
icons/mob/in-hand/right/sheets_n_ores.dmi
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
icons/mob/in-hand/right/tanks.dmi
Normal file
|
After Width: | Height: | Size: 569 B |
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 70 KiB |