Skip to content

Commit

Permalink
sheets 1
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 16, 2024
1 parent 83b67f5 commit 8cb6ca1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/stacks/sheets/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GLOBAL_LIST_INIT(glass_recipes, list ( \

/obj/item/stack/sheet/glass
name = "glass"
RU_NAMES_LIST_INIT("glass", "стекло", "стекла", "стеклу", "стекло", "стеклом", "стекле")
desc = "HOLY SHEET! That is a lot of glass."
singular_name = "glass sheet"
icon_state = "sheet-glass"
Expand Down
6 changes: 6 additions & 0 deletions code/game/objects/items/stacks/sheets/mineral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ GLOBAL_LIST_INIT(sandbag_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/diamond
name = "diamond"
RU_NAMES_LIST_INIT("diamond", "алмаз", "алмаза", "алмазу", "алмаз", "алмазом", "алмазе")
icon_state = "sheet-diamond"
inhand_icon_state = "sheet-diamond"
singular_name = "diamond"
Expand Down Expand Up @@ -121,6 +122,7 @@ GLOBAL_LIST_INIT(diamond_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/uranium
name = "uranium"
RU_NAMES_LIST_INIT("uranium", "уран", "урана", "урану", "уран", "ураном", "уране")
icon_state = "sheet-uranium"
inhand_icon_state = "sheet-uranium"
singular_name = "uranium sheet"
Expand Down Expand Up @@ -152,6 +154,7 @@ GLOBAL_LIST_INIT(uranium_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/plasma
name = "solid plasma"
RU_NAMES_LIST_INIT("solid plasma", "твёрдая плазма", "твёрдой плазмы", "твёрдой плазме", "твёрдую плазму", "твёрдой плазмой", "твёрдой плазме")
icon_state = "sheet-plasma"
inhand_icon_state = "sheet-plasma"
singular_name = "plasma sheet"
Expand Down Expand Up @@ -189,6 +192,7 @@ GLOBAL_LIST_INIT(plasma_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/gold
name = "gold"
RU_NAMES_LIST_INIT("gold", "золото", "золота", "золоту", "золото", "золотом", "золоте")
icon_state = "sheet-gold"
inhand_icon_state = "sheet-gold"
singular_name = "gold bar"
Expand Down Expand Up @@ -216,6 +220,7 @@ GLOBAL_LIST_INIT(gold_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/silver
name = "silver"
RU_NAMES_LIST_INIT("silver", "серебро", "серебра", "серебру", "серебро", "серебром", "серебре")
icon_state = "sheet-silver"
inhand_icon_state = "sheet-silver"
singular_name = "silver bar"
Expand All @@ -242,6 +247,7 @@ GLOBAL_LIST_INIT(silver_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/bananium
name = "bananium"
RU_NAMES_LIST_INIT("bananium", "бананиум", "бананиума", "бананиуму", "бананиум", "бананиумом", "бананиуме")
icon_state = "sheet-bananium"
inhand_icon_state = null
singular_name = "bananium sheet"
Expand Down
2 changes: 2 additions & 0 deletions code/game/objects/items/stacks/sheets/sheet_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ GLOBAL_LIST_INIT(plasteel_recipes, list ( \

/obj/item/stack/sheet/plasteel
name = "plasteel"
RU_NAMES_LIST_INIT("plasteel", "пласталь", "пластали", "пластали", "пласталь", "пласталью", "пластали")
singular_name = "plasteel sheet"
desc = "This sheet is an alloy of iron and plasma."
icon_state = "sheet-plasteel"
Expand Down Expand Up @@ -372,6 +373,7 @@ GLOBAL_LIST_INIT(wood_recipes, list ( \

/obj/item/stack/sheet/mineral/wood
name = "wooden plank"
RU_NAMES_LIST_INIT("wooden plank", "деревянная доска", "деревянной доски", "деревянной доске", "деревянную доску", "деревянной доской", "деревянной доске")
desc = "One can only guess that this is a bunch of wood."
singular_name = "wood plank"
icon_state = "sheet-wood"
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/items/stacks/sheets/sheets.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/obj/item/stack/sheet
name = "sheet"
RU_NAMES_LIST_INIT("sheet", "лист", "листа", "листу", "лист", "листом", "листу")
lefthand_file = 'icons/mob/inhands/items/sheets_lefthand.dmi'
righthand_file = 'icons/mob/inhands/items/sheets_righthand.dmi'
icon_state = "sheet-metal_3"
Expand Down

0 comments on commit 8cb6ca1

Please sign in to comment.