codex inhands

This commit is contained in:
Cerebulon
2020-03-08 16:43:18 +00:00
parent 6d186b4f83
commit 8a9fd39b8a
5 changed files with 9 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
/obj/item/weapon/book/manual/engineering_particle_accelerator /obj/item/weapon/book/manual/engineering_particle_accelerator
name = "Particle Accelerator User's Guide" name = "Particle Accelerator User's Guide"
icon_state ="bookParticleAccelerator" icon_state ="bookParticleAccelerator"
item_state = "book6" item_state = "book15"
author = "Engineering Encyclopedia" // Who wrote the thing, can be changed by pen or PC. It is not automatically assigned author = "Engineering Encyclopedia" // Who wrote the thing, can be changed by pen or PC. It is not automatically assigned
title = "Particle Accelerator User's Guide" title = "Particle Accelerator User's Guide"
@@ -79,7 +79,7 @@
/obj/item/weapon/book/manual/supermatter_engine /obj/item/weapon/book/manual/supermatter_engine
name = "Supermatter Engine Operating Manual" name = "Supermatter Engine Operating Manual"
icon_state = "bookSupermatter" icon_state = "bookSupermatter"
item_state = "book6" item_state = "book15"
author = "Central Engineering Division" author = "Central Engineering Division"
title = "Supermatter Engine Operating Manual" title = "Supermatter Engine Operating Manual"
@@ -163,7 +163,7 @@
/obj/item/weapon/book/manual/tesla_engine /obj/item/weapon/book/manual/tesla_engine
name = "Tesla Operating Manual" name = "Tesla Operating Manual"
icon_state ="bookTesla" icon_state ="bookTesla"
item_state = "book6" item_state = "book15"
author = "Engineering Encyclopedia" author = "Engineering Encyclopedia"
title = "Tesla Engine User's Guide" title = "Tesla Engine User's Guide"
dat = {"<html> dat = {"<html>
@@ -233,7 +233,7 @@
/obj/item/weapon/book/manual/rust_engine /obj/item/weapon/book/manual/rust_engine
name = "R-UST Operating Manual" name = "R-UST Operating Manual"
icon_state = "bookSupermatter" icon_state = "bookSupermatter"
item_state = "book6" item_state = "book15"
author = "Cindy Crawfish" author = "Cindy Crawfish"
title = "R-UST Operating Manual" title = "R-UST Operating Manual"
@@ -297,7 +297,7 @@
/obj/item/weapon/book/manual/engineering_singularity_safety /obj/item/weapon/book/manual/engineering_singularity_safety
name = "Singularity Safety in Special Circumstances" name = "Singularity Safety in Special Circumstances"
icon_state ="bookEngineeringSingularitySafety" icon_state ="bookEngineeringSingularitySafety"
item_state = "book6" item_state = "book15"
author = "Engineering Encyclopedia" // Who wrote the thing, can be changed by pen or PC. It is not automatically assigned author = "Engineering Encyclopedia" // Who wrote the thing, can be changed by pen or PC. It is not automatically assigned
title = "Singularity Safety in Special Circumstances" title = "Singularity Safety in Special Circumstances"

View File

@@ -3,6 +3,7 @@
name = "Generic Codex: Electric Bugaloo" name = "Generic Codex: Electric Bugaloo"
desc = "If you can read this, something is broken!" desc = "If you can read this, something is broken!"
icon_state = "codex" icon_state = "codex"
item_state = "book4"
unique = TRUE unique = TRUE
var/datum/codex_tree/tree = null var/datum/codex_tree/tree = null
var/root_type = /datum/lore/codex/category/main_vir_lore //Runtimes on codex_tree.dm, line 18 with a null here var/root_type = /datum/lore/codex/category/main_vir_lore //Runtimes on codex_tree.dm, line 18 with a null here
@@ -29,6 +30,7 @@
name = "A Buyer's Guide to Artificial Bodies" name = "A Buyer's Guide to Artificial Bodies"
desc = "Recommended reading for the newly cyborgified, new positronics, and the upwardly-mobile FBP." desc = "Recommended reading for the newly cyborgified, new positronics, and the upwardly-mobile FBP."
icon_state = "codex_robutt" icon_state = "codex_robutt"
item_state = "book6"
root_type = /datum/lore/codex/category/main_robutts root_type = /datum/lore/codex/category/main_robutts
libcategory = "Reference" libcategory = "Reference"
@@ -36,6 +38,7 @@
name = "Daedalus Pocket Newscaster" name = "Daedalus Pocket Newscaster"
desc = "A regularly-updating compendium of articles on current events. Essential for new arrivals in the Vir system and anyone interested in politics." desc = "A regularly-updating compendium of articles on current events. Essential for new arrivals in the Vir system and anyone interested in politics."
icon_state = "newscodex" icon_state = "newscodex"
item_state = "book1"
w_class = ITEMSIZE_SMALL w_class = ITEMSIZE_SMALL
root_type = /datum/lore/codex/category/main_news root_type = /datum/lore/codex/category/main_news
libcategory = "Reference" libcategory = "Reference"
@@ -46,6 +49,7 @@
desc = "Contains large amounts of information on Standard Operating Procedure, Corporate Regulations, and important regional laws. The best friend of \ desc = "Contains large amounts of information on Standard Operating Procedure, Corporate Regulations, and important regional laws. The best friend of \
Internal Affairs." Internal Affairs."
icon_state = "corp_regs" icon_state = "corp_regs"
item_state = "book10"
root_type = /datum/lore/codex/category/main_corp_regs root_type = /datum/lore/codex/category/main_corp_regs
throwforce = 5 // Throw the book at 'em. throwforce = 5 // Throw the book at 'em.
libcategory = "Reference" libcategory = "Reference"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB