mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Items without Export Datums calculate their value based on material datums. (#49991)
* The exportlarity. * Some clean up on cargo logs. May need tweaks still * Whoops. * Several Review comments and some cleanup on pricetags * Review comments round 2 * Almost forgot * further updates. * Forgot one. * Yeah that isn't doing anything.
This commit is contained in:
@@ -198,7 +198,7 @@ Unless you know what you're doing, only use the first three numbers. They're in
|
||||
strength_modifier = 0.5
|
||||
sheet_type = /obj/item/stack/sheet/mineral/wood
|
||||
categories = list(MAT_CATEGORY_RIGID = TRUE)
|
||||
value_per_unit = 0.06
|
||||
value_per_unit = 0.01
|
||||
beauty_modifier = 0.1
|
||||
armor_modifiers = list("melee" = 1.1, "bullet" = 1.1, "laser" = 0.4, "energy" = 0.4, "bomb" = 1, "bio" = 0.2, "rad" = 0, "fire" = 0, "acid" = 0.3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user