Created
August 19, 2015 17:51
-
-
Save eevee/01a99db605860c1e2930 to your computer and use it in GitHub Desktop.
patch to fix titlecasing on most objects in starbound
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/unpacked_pristine/items/armors/backitems/naturecape/naturecape.back b/unpacked/items/armors/backitems/naturecape/naturecape.back | |
index 21b6b22..295ae08 100644 | |
--- a/unpacked_pristine/items/armors/backitems/naturecape/naturecape.back | |
+++ b/unpacked/items/armors/backitems/naturecape/naturecape.back | |
@@ -5,7 +5,7 @@ | |
"dropCollision" : [-4.0, -3.0, 4.0, 3.0], | |
"rarity" : "Rare", | |
"description" : "This cape is fabulous. It sparkles beautifully.", | |
- "shortdescription" : "Rainbow Cape.", | |
+ "shortdescription" : "Rainbow Cape", | |
"maleFrames" : "back.png", | |
diff --git a/unpacked_pristine/items/armors/backitems/rainbowcape/rainbowcape.back b/unpacked/items/armors/backitems/rainbowcape/rainbowcape.back | |
index 863e100..c49dbc7 100644 | |
--- a/unpacked_pristine/items/armors/backitems/rainbowcape/rainbowcape.back | |
+++ b/unpacked/items/armors/backitems/rainbowcape/rainbowcape.back | |
@@ -5,7 +5,7 @@ | |
"dropCollision" : [-4.0, -3.0, 4.0, 3.0], | |
"rarity" : "Rare", | |
"description" : "This cape is fabulous. It sparkles beautifully.", | |
- "shortdescription" : "Rainbow Cape.", | |
+ "shortdescription" : "Rainbow Cape", | |
"maleFrames" : "back.png", | |
diff --git a/unpacked_pristine/items/armors/backitems/tigertail/tigertail.back b/unpacked/items/armors/backitems/tigertail/tigertail.back | |
index bc4d526..64918a9 100644 | |
--- a/unpacked_pristine/items/armors/backitems/tigertail/tigertail.back | |
+++ b/unpacked/items/armors/backitems/tigertail/tigertail.back | |
@@ -5,7 +5,7 @@ | |
"dropCollision" : [-4.0, -3.0, 4.0, 3.0], | |
"rarity" : "Common", | |
"description" : "A tail of a Tiger, to help you look like a Tiger.", | |
- "shortdescription" : "Tiger tail", | |
+ "shortdescription" : "Tiger Tail", | |
"maleFrames" : "back.png", | |
"femaleFrames" : "back.png", | |
diff --git a/unpacked_pristine/items/armors/backitems/toxicflower/toxicflower.back b/unpacked/items/armors/backitems/toxicflower/toxicflower.back | |
index dfce578..c944c1d 100644 | |
--- a/unpacked_pristine/items/armors/backitems/toxicflower/toxicflower.back | |
+++ b/unpacked/items/armors/backitems/toxicflower/toxicflower.back | |
@@ -5,7 +5,7 @@ | |
"dropCollision" : [-4.0, -3.0, 4.0, 3.0], | |
"rarity" : "Rare", | |
"description" : "A large toxic flower. Why not wear it? Converts light into energy.", | |
- "shortdescription" : "Toxic Flower Backpack.", | |
+ "shortdescription" : "Toxic Flower Backpack", | |
"maleFrames" : "back.png", | |
"femaleFrames" : "back.png", | |
diff --git a/unpacked_pristine/items/armors/biome/swamp/lagoonsuit/lagoon.chest b/unpacked/items/armors/biome/swamp/lagoonsuit/lagoon.chest | |
index 9dcb60e..c9c4149 100644 | |
--- a/unpacked_pristine/items/armors/biome/swamp/lagoonsuit/lagoon.chest | |
+++ b/unpacked/items/armors/biome/swamp/lagoonsuit/lagoon.chest | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "common", | |
"description" : "This swampy chestpiece is covered in scales.", | |
- "shortdescription" : "Lagoon chestpiece", | |
+ "shortdescription" : "Lagoon Chestpiece", | |
"tooltipKind" : "armor", | |
"maleFrames" : { | |
diff --git a/unpacked_pristine/items/armors/biome/tar/woolly/woolly.back b/unpacked/items/armors/biome/tar/woolly/woolly.back | |
index 49f08fa..727bf88 100644 | |
--- a/unpacked_pristine/items/armors/biome/tar/woolly/woolly.back | |
+++ b/unpacked/items/armors/biome/tar/woolly/woolly.back | |
@@ -5,7 +5,7 @@ | |
"dropCollision" : [-4.0, -3.0, 4.0, 3.0], | |
"rarity" : "Common", | |
"description" : "A fuzzy tail, helps with balance.", | |
- "shortdescription" : "Pre-Historic Fur Tail.", | |
+ "shortdescription" : "Pre-Historic Fur Tail", | |
"maleFrames" : "back.png", | |
"femaleFrames" : "back.png", | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/chef/chef.legs b/unpacked/items/armors/decorative/costumes/chef/chef.legs | |
index 748a99f..e2f7b94 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/chef/chef.legs | |
+++ b/unpacked/items/armors/decorative/costumes/chef/chef.legs | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "An apron to protect the important areas from oil spillages.", | |
- "shortdescription" : "Chef apron", | |
+ "shortdescription" : "Chef Apron", | |
"tooltipKind" : "armor", | |
"maleFrames" : "pants.png", | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/cowboy/cowboy.legs b/unpacked/items/armors/decorative/costumes/cowboy/cowboy.legs | |
index 794be08..6e78748 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/cowboy/cowboy.legs | |
+++ b/unpacked/items/armors/decorative/costumes/cowboy/cowboy.legs | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "Made with real buffalo leather.", | |
- "shortdescription" : "Cowboy Pants.", | |
+ "shortdescription" : "Cowboy Pants", | |
"tooltipKind" : "armor", | |
"maleFrames" : "pants.png", | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/fairy/fairy.chest b/unpacked/items/armors/decorative/costumes/fairy/fairy.chest | |
index c7d404c..86c3209 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/fairy/fairy.chest | |
+++ b/unpacked/items/armors/decorative/costumes/fairy/fairy.chest | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "Dance top, provides 300% less jiggle.", | |
- "shortdescription" : "Dance top", | |
+ "shortdescription" : "Dance Top", | |
"tooltipKind" : "armor", | |
"maleFrames" : { | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/hawaiian/hawaiian.chest b/unpacked/items/armors/decorative/costumes/hawaiian/hawaiian.chest | |
index 2a66d1e..8b55764 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/hawaiian/hawaiian.chest | |
+++ b/unpacked/items/armors/decorative/costumes/hawaiian/hawaiian.chest | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "An hawaiian chest, made of two pieces of coconut.", | |
- "shortdescription" : "Hawaiian chest", | |
+ "shortdescription" : "Hawaiian Chest", | |
"tooltipKind" : "armor", | |
"maleFrames" : { | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/hawaiian/hawaiian.legs b/unpacked/items/armors/decorative/costumes/hawaiian/hawaiian.legs | |
index 3e53fd6..7ba467e 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/hawaiian/hawaiian.legs | |
+++ b/unpacked/items/armors/decorative/costumes/hawaiian/hawaiian.legs | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "An hawaiian skirt, made of straw.", | |
- "shortdescription" : "Hawaiian skirt", | |
+ "shortdescription" : "Hawaiian Skirt", | |
"tooltipKind" : "armor", | |
"maleFrames" : "pantsf.png", | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/hunter/hunter.back b/unpacked/items/armors/decorative/costumes/hunter/hunter.back | |
index bbf6d3c..350f3e4 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/hunter/hunter.back | |
+++ b/unpacked/items/armors/decorative/costumes/hunter/hunter.back | |
@@ -5,7 +5,7 @@ | |
"dropCollision" : [-4.0, -3.0, 4.0, 3.0], | |
"rarity" : "Rare", | |
"description" : "Warning: this item is a prop. Not to be used for direct combat.", | |
- "shortdescription" : "Hunter's knife", | |
+ "shortdescription" : "Hunter's Knife", | |
"maleFrames" : "back.png", | |
"femaleFrames" : "back.png", | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/nurutest/nurutest.legs b/unpacked/items/armors/decorative/costumes/nurutest/nurutest.legs | |
index ebf09ef..2a501b4 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/nurutest/nurutest.legs | |
+++ b/unpacked/items/armors/decorative/costumes/nurutest/nurutest.legs | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "An apron to protect the important areas from oil spillages.", | |
- "shortdescription" : "Chef apron", | |
+ "shortdescription" : "Chef Apron", | |
"tooltipKind" : "armor", | |
"maleFrames" : "pants.png", | |
diff --git a/unpacked_pristine/items/armors/decorative/costumes/rainbowood/rainbowwood.chest b/unpacked/items/armors/decorative/costumes/rainbowood/rainbowwood.chest | |
index 3106414..f5957a8 100644 | |
--- a/unpacked_pristine/items/armors/decorative/costumes/rainbowood/rainbowwood.chest | |
+++ b/unpacked/items/armors/decorative/costumes/rainbowood/rainbowwood.chest | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "This wooden chest make me feel like a tree.", | |
- "shortdescription" : "Rainbow Wood Shirt.", | |
+ "shortdescription" : "Rainbow Wood Shirt", | |
"tooltipKind" : "armor", | |
"maleFrames" : { | |
diff --git a/unpacked_pristine/items/armors/decorative/hats/hawaiian/hawaiian.head b/unpacked/items/armors/decorative/hats/hawaiian/hawaiian.head | |
index 1e7b63e..00b6e87 100644 | |
--- a/unpacked_pristine/items/armors/decorative/hats/hawaiian/hawaiian.head | |
+++ b/unpacked/items/armors/decorative/hats/hawaiian/hawaiian.head | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "A beautiful crown made with flowers. It's totally the Hawaiian style.", | |
- "shortdescription" : "Hawaiian flower crown.", | |
+ "shortdescription" : "Hawaiian Flower Crown", | |
"tooltipKind" : "armor", | |
"maleFrames" : "head.png", | |
diff --git a/unpacked_pristine/items/armors/decorative/hats/kathood/kathood.head b/unpacked/items/armors/decorative/hats/kathood/kathood.head | |
index 36d11ef..e86b160 100644 | |
--- a/unpacked_pristine/items/armors/decorative/hats/kathood/kathood.head | |
+++ b/unpacked/items/armors/decorative/hats/kathood/kathood.head | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "Hello merchandising.", | |
- "shortdescription" : "A hood with ears.", | |
+ "shortdescription" : "Hood With Ears", | |
"tooltipKind" : "armor", | |
"maleFrames" : "head.png", | |
diff --git a/unpacked_pristine/items/armors/other/divingmask/divingmask.head b/unpacked/items/armors/other/divingmask/divingmask.head | |
index 65e799b..66cfa16 100644 | |
--- a/unpacked_pristine/items/armors/other/divingmask/divingmask.head | |
+++ b/unpacked/items/armors/other/divingmask/divingmask.head | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Common", | |
"description" : "Get one up on your peers.", | |
- "shortdescription" : "cardboard Hat", | |
+ "shortdescription" : "Cardboard Hat", | |
"tooltipKind" : "armor", | |
"maleFrames" : "head.png", | |
diff --git a/unpacked_pristine/items/generic/crafting/alienwoodsap.item b/unpacked/items/generic/crafting/alienwoodsap.item | |
index 94ce4ad..46ed203 100644 | |
--- a/unpacked_pristine/items/generic/crafting/alienwoodsap.item | |
+++ b/unpacked/items/generic/crafting/alienwoodsap.item | |
@@ -4,5 +4,5 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "alienwoodsap.png", | |
"description" : "Sap of the alien wood, it's looks dangerous.", | |
- "shortdescription" : "Alien wood sap" | |
+ "shortdescription" : "Alien Wood Sap" | |
} | |
diff --git a/unpacked_pristine/items/generic/produce/alienfruit.consumable b/unpacked/items/generic/produce/alienfruit.consumable | |
index 7cd7f57..a87dc3d 100644 | |
--- a/unpacked_pristine/items/generic/produce/alienfruit.consumable | |
+++ b/unpacked/items/generic/produce/alienfruit.consumable | |
@@ -4,7 +4,7 @@ | |
"price" : 200, | |
"inventoryIcon" : "alienfruit.png", | |
"description" : "An alien fruit, very juicy.", | |
- "shortdescription" : "Alien fruit", | |
+ "shortdescription" : "Alien Fruit", | |
"effects" : [ [ | |
{ | |
"effect" : "lowgrav", | |
diff --git a/unpacked_pristine/items/generic/produce/cacti.item b/unpacked/items/generic/produce/cacti.item | |
index ce22279..be8e09f 100644 | |
--- a/unpacked_pristine/items/generic/produce/cacti.item | |
+++ b/unpacked/items/generic/produce/cacti.item | |
@@ -3,6 +3,6 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "cacti.png", | |
"description" : "Spiky, succulent cacti.", | |
- "shortdescription" : "cacti", | |
+ "shortdescription" : "Cactus", | |
"learnBlueprintsOnPickup" : [ "cactusjuice", "cactiblock" ] | |
} | |
diff --git a/unpacked_pristine/items/generic/produce/neonmelon.consumable b/unpacked/items/generic/produce/neonmelon.consumable | |
index ff671b6..d2b917a 100644 | |
--- a/unpacked_pristine/items/generic/produce/neonmelon.consumable | |
+++ b/unpacked/items/generic/produce/neonmelon.consumable | |
@@ -4,7 +4,7 @@ | |
"price" : 280, | |
"inventoryIcon" : "neonmelon.png", | |
"description" : "A slice of bubblegum flavoured neonmelon", | |
- "shortdescription" : "neonmelon", | |
+ "shortdescription" : "Neonmelon", | |
"handPosition" : [-8, 0], | |
"effects" : [ [ | |
{ | |
diff --git a/unpacked_pristine/items/guns/biome/alien/corrosivegun.gun b/unpacked/items/guns/biome/alien/corrosivegun.gun | |
index 4e52cd5..43d8ce2 100644 | |
--- a/unpacked_pristine/items/guns/biome/alien/corrosivegun.gun | |
+++ b/unpacked/items/guns/biome/alien/corrosivegun.gun | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "uncommon", | |
"description" : "A gun that sprays corrosive particles.", | |
- "shortdescription" : "Corrosive gun", | |
+ "shortdescription" : "Corrosive Gun", | |
"image" : "corrosivegun.png", | |
"handPosition" : [-5, -3], | |
"firePosition" : [25, 1.5], | |
diff --git a/unpacked_pristine/items/guns/unsorted/wateringcan/wateringcan.gun b/unpacked/items/guns/unsorted/wateringcan/wateringcan.gun | |
index d56c802..c31d4ba 100644 | |
--- a/unpacked_pristine/items/guns/unsorted/wateringcan/wateringcan.gun | |
+++ b/unpacked/items/guns/unsorted/wateringcan/wateringcan.gun | |
@@ -6,7 +6,7 @@ | |
"maxStack" : 1, | |
"rarity" : "Rare", | |
"description" : "Shoots water!", | |
- "shortdescription" : "wateringcan", | |
+ "shortdescription" : "Watering Can", | |
"image" : "wateringcan.png", | |
"handPosition" : [-3.5, -1], | |
"firePosition" : [20, 1.5], | |
diff --git a/unpacked_pristine/items/instruments/keyboard.instrument b/unpacked/items/instruments/keyboard.instrument | |
index 82d64eb..1c7dbf9 100644 | |
--- a/unpacked_pristine/items/instruments/keyboard.instrument | |
+++ b/unpacked/items/instruments/keyboard.instrument | |
@@ -5,7 +5,7 @@ | |
"maxStack" : 1, | |
"rarity" : "common", | |
"description" : "A Glitch model M. With buckling spring mechanism from a more civilized age.", | |
- "shortdescription" : "The model M", | |
+ "shortdescription" : "The Model M", | |
"largeImage" : "keyboard.png", | |
"image" : "keyboard.png", | |
"tooltipKind" : "tool", | |
diff --git a/unpacked_pristine/items/materials/apexshipdetails.matitem b/unpacked/items/materials/apexshipdetails.matitem | |
index 1536c3c..bc2569e 100644 | |
--- a/unpacked_pristine/items/materials/apexshipdetails.matitem | |
+++ b/unpacked/items/materials/apexshipdetails.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "apexshipdetails.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "A little bit of metal.", | |
- "shortdescription" : "Metal object", | |
+ "shortdescription" : "Metal Railing", | |
"glitchdescription" : "Statement. A small bit of metal.", | |
"florandescription" : "Sssteel.", | |
diff --git a/unpacked_pristine/items/materials/chain.matitem b/unpacked/items/materials/chain.matitem | |
index 40261ad..8ed363c 100644 | |
--- a/unpacked_pristine/items/materials/chain.matitem | |
+++ b/unpacked/items/materials/chain.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "chain.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "Steel chains, and not the fun kind.", | |
- "shortdescription" : "Steel chain", | |
+ "shortdescription" : "Steel Chain", | |
"glitchdescription" : "Statement. Chains.", | |
"florandescription" : "Floran use chains to catch prey.", | |
diff --git a/unpacked_pristine/items/materials/coconutblock.matitem b/unpacked/items/materials/coconutblock.matitem | |
index e1a82ff..52f0594 100644 | |
--- a/unpacked_pristine/items/materials/coconutblock.matitem | |
+++ b/unpacked/items/materials/coconutblock.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "coconutblockicon.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "Just a block made of coconut.", | |
- "shortdescription" : "Coconut block", | |
+ "shortdescription" : "Coconut Block", | |
"glitchdescription" : "Statement. Coconut.", | |
"florandescription" : "Unssstabbed coco.", | |
"materialId" : 111 | |
diff --git a/unpacked_pristine/items/materials/darksmoothstone.matitem b/unpacked/items/materials/darksmoothstone.matitem | |
index 407a76d..d03fd83 100644 | |
--- a/unpacked_pristine/items/materials/darksmoothstone.matitem | |
+++ b/unpacked/items/materials/darksmoothstone.matitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "darksmoothstone.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
- "shortdescription" : "Dark Smooth Stone.", | |
+ "shortdescription" : "Dark Smooth Stone", | |
"description" : "A dark, smooth stone block. Mysterious.", | |
"glitchdescription" : "Analysis. A dark block of unknown origin.", | |
"florandescription" : "Sssmooth block.", | |
diff --git a/unpacked_pristine/items/materials/pillarblock.matitem b/unpacked/items/materials/pillarblock.matitem | |
index 9098a5f..d0493ac 100644 | |
--- a/unpacked_pristine/items/materials/pillarblock.matitem | |
+++ b/unpacked/items/materials/pillarblock.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "pillarblockicon.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "Pillar Block", | |
- "shortdescription" : "Pillar Blocks.", | |
+ "shortdescription" : "Pillar Block", | |
"glitchdescription" : "Statement. Some pillar walls.", | |
"florandescription" : "Floran appreciate pillar twalls.", | |
diff --git a/unpacked_pristine/items/materials/plantblock.matitem b/unpacked/items/materials/plantblock.matitem | |
index 12299ec..6891b9e 100644 | |
--- a/unpacked_pristine/items/materials/plantblock.matitem | |
+++ b/unpacked/items/materials/plantblock.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "plantblock.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "A block made of plant matter.", | |
- "shortdescription" : "plantblock", | |
+ "shortdescription" : "Plant Block", | |
"glitchdescription" : "Statement. Plant matter.", | |
"florandescription" : "Floran feel kinship with plant block.", | |
diff --git a/unpacked_pristine/items/materials/plantmatter.matitem b/unpacked/items/materials/plantmatter.matitem | |
index 86ae0f8..5c97863 100644 | |
--- a/unpacked_pristine/items/materials/plantmatter.matitem | |
+++ b/unpacked/items/materials/plantmatter.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "plantmatter.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "A block made of plant matter.", | |
- "shortdescription" : "plantmatterstone", | |
+ "shortdescription" : "Vegetation Block", | |
"glitchdescription" : "Statement. Plant matter.", | |
"florandescription" : "Floran feel kinship with plant block.", | |
diff --git a/unpacked_pristine/items/materials/reedblock.matitem b/unpacked/items/materials/reedblock.matitem | |
index d6fda52..c73d81e 100644 | |
--- a/unpacked_pristine/items/materials/reedblock.matitem | |
+++ b/unpacked/items/materials/reedblock.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "reedblock.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "Reeds block", | |
- "shortdescription" : "Reeds block.", | |
+ "shortdescription" : "Reed Block", | |
"glitchdescription" : "Reeds block.", | |
"florandescription" : "reedssss.", | |
diff --git a/unpacked_pristine/items/materials/spidersilkblock.matitem b/unpacked/items/materials/spidersilkblock.matitem | |
index 72f9a7c..6a88e8b 100644 | |
--- a/unpacked_pristine/items/materials/spidersilkblock.matitem | |
+++ b/unpacked/items/materials/spidersilkblock.matitem | |
@@ -4,7 +4,7 @@ | |
"inventoryIcon" : "spidersilkblock.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "Webs packed tight into a solid block.", | |
- "shortdescription" : "Spider silk Block", | |
+ "shortdescription" : "Spider Silk Block", | |
"glitchdescription" : "Impressed. Nature never ceases to impress. This material is entirely organic.", | |
"florandescription" : "Sssticky sspider web. Floran think sspider great hunter!", | |
diff --git a/unpacked_pristine/items/materials/steelplatform.matitem b/unpacked/items/materials/steelplatform.matitem | |
index 4d31f03..4d16fde 100644 | |
--- a/unpacked_pristine/items/materials/steelplatform.matitem | |
+++ b/unpacked/items/materials/steelplatform.matitem | |
@@ -5,7 +5,7 @@ | |
"inventoryIcon" : "steelplatformicon.png", | |
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | |
"description" : "Strong steel platforms.", | |
- "shortdescription" : "steel Platform", | |
+ "shortdescription" : "Steel Platform", | |
"glitchdescription" : "Statement. A strong steel platform.", | |
"florandescription" : "Ssstrong sssteel.", | |
diff --git a/unpacked_pristine/items/throwables/cutterleaf.thrownitem b/unpacked/items/throwables/cutterleaf.thrownitem | |
index 3ff57f4..e55ac82 100644 | |
--- a/unpacked_pristine/items/throwables/cutterleaf.thrownitem | |
+++ b/unpacked/items/throwables/cutterleaf.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "cutterleaficon.png", | |
"image" : "cutterleaficon.png", | |
- "shortdescription" : "Cutter Leaf.", | |
+ "shortdescription" : "Cutter Leaf", | |
"description" : "A sharp-edged leaf that can be thrown for low damage.", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/fleshseeds.thrownitem b/unpacked/items/throwables/fleshseeds.thrownitem | |
index 379d206..e89c71b 100644 | |
--- a/unpacked_pristine/items/throwables/fleshseeds.thrownitem | |
+++ b/unpacked/items/throwables/fleshseeds.thrownitem | |
@@ -4,7 +4,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "fleshseedsicon.png", | |
"image" : "fleshseedsicon.png", | |
- "shortdescription" : "Grass seeds", | |
+ "shortdescription" : "Grass Seeds", | |
"description" : "Get some grass growing!", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/throwingaxe.thrownitem b/unpacked/items/throwables/throwingaxe.thrownitem | |
index c52f149..82623db 100644 | |
--- a/unpacked_pristine/items/throwables/throwingaxe.thrownitem | |
+++ b/unpacked/items/throwables/throwingaxe.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "throwingaxeicon.png", | |
"image" : "throwingaxeicon.png", | |
- "shortdescription" : "Throwing Axe.", | |
+ "shortdescription" : "Throwing Axe", | |
"description" : "A throwing axe. For people who are way outta line.", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/throwingboulder.thrownitem b/unpacked/items/throwables/throwingboulder.thrownitem | |
index f4b00e7..acfcd2a 100644 | |
--- a/unpacked_pristine/items/throwables/throwingboulder.thrownitem | |
+++ b/unpacked/items/throwables/throwingboulder.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "throwingbouldericon.png", | |
"image" : "throwingbouldericon.png", | |
- "shortdescription" : "Throwing Boulder.", | |
+ "shortdescription" : "Throwing Boulder", | |
"description" : "A throwing boulder. For combat or just showing off.", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/throwingdart.thrownitem b/unpacked/items/throwables/throwingdart.thrownitem | |
index a3991da..3919412 100644 | |
--- a/unpacked_pristine/items/throwables/throwingdart.thrownitem | |
+++ b/unpacked/items/throwables/throwingdart.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "throwingdarticon.png", | |
"image" : "throwingdarticon.png", | |
- "shortdescription" : "Throwing Dart.", | |
+ "shortdescription" : "Throwing Dart", | |
"description" : "A throwing dart. One hundred and eightyyyyyy!", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/throwingknife.thrownitem b/unpacked/items/throwables/throwingknife.thrownitem | |
index 0b7f414..7f9aff3 100644 | |
--- a/unpacked_pristine/items/throwables/throwingknife.thrownitem | |
+++ b/unpacked/items/throwables/throwingknife.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "throwingknifeicon.png", | |
"image" : "throwingknifeicon.png", | |
- "shortdescription" : "Throwing Knife.", | |
+ "shortdescription" : "Throwing Knife", | |
"description" : "A throwing knife. For combat or circus acts.", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/throwingkunai.thrownitem b/unpacked/items/throwables/throwingkunai.thrownitem | |
index 2c2eee3..5db016c 100644 | |
--- a/unpacked_pristine/items/throwables/throwingkunai.thrownitem | |
+++ b/unpacked/items/throwables/throwingkunai.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "throwingkunaiicon.png", | |
"image" : "throwingkunaiicon.png", | |
- "shortdescription" : "Throwing Kunai.", | |
+ "shortdescription" : "Throwing Kunai", | |
"description" : "A throwing kunai. Focus your chakra then let loose!", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/throwingneedle.thrownitem b/unpacked/items/throwables/throwingneedle.thrownitem | |
index 3d8c793..5fc1695 100644 | |
--- a/unpacked_pristine/items/throwables/throwingneedle.thrownitem | |
+++ b/unpacked/items/throwables/throwingneedle.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "throwingneedleicon.png", | |
"image" : "throwingneedleicon.png", | |
- "shortdescription" : "Throwing Needle.", | |
+ "shortdescription" : "Throwing Needle", | |
"description" : "A throwing needle. Great against evil haystacks.", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/items/throwables/throwingstar.thrownitem b/unpacked/items/throwables/throwingstar.thrownitem | |
index ba34221..be542c0 100644 | |
--- a/unpacked_pristine/items/throwables/throwingstar.thrownitem | |
+++ b/unpacked/items/throwables/throwingstar.thrownitem | |
@@ -3,7 +3,7 @@ | |
"rarity" : "Common", | |
"inventoryIcon" : "throwingstaricon.png", | |
"image" : "throwingstaricon.png", | |
- "shortdescription" : "Throwing Star.", | |
+ "shortdescription" : "Throwing Star", | |
"description" : "A throwing star. For the ninjas among us.", | |
"ammoUsage" : 1, | |
diff --git a/unpacked_pristine/objects/arttrophies/flowerstatue/flowerstatue.object b/unpacked/objects/arttrophies/flowerstatue/flowerstatue.object | |
index d8664e1..02616f2 100644 | |
--- a/unpacked_pristine/objects/arttrophies/flowerstatue/flowerstatue.object | |
+++ b/unpacked/objects/arttrophies/flowerstatue/flowerstatue.object | |
@@ -6,7 +6,7 @@ | |
"price" : 400, | |
"printable" : false, | |
"description" : "A statue of a flower, god of the florans.", | |
- "shortdescription" : "Big flower statue", | |
+ "shortdescription" : "Big Flower Statue", | |
"race" : "generic", | |
"apexDescription" : "A majestic flower statue.", | |
diff --git a/unpacked_pristine/objects/biome/alpine/mistprimer/mistprimer.object b/unpacked/objects/biome/alpine/mistprimer/mistprimer.object | |
index b8ba32d..c5b307b 100644 | |
--- a/unpacked_pristine/objects/biome/alpine/mistprimer/mistprimer.object | |
+++ b/unpacked/objects/biome/alpine/mistprimer/mistprimer.object | |
@@ -8,7 +8,7 @@ | |
"description" : "A pile of mossy stones.", | |
"race" : "generic", | |
- "shortdescription" : "A pile of mossy stones.", | |
+ "shortdescription" : "Pile of Mossy Stones", | |
"floranDescription" : "Ssstones.", | |
"glitchDescription" : "Statement. A pile of mossy stones.", | |
diff --git a/unpacked_pristine/objects/biome/hive/hivechest/hivechest.object b/unpacked/objects/biome/hive/hivechest/hivechest.object | |
index 837f360..809dfeb 100644 | |
--- a/unpacked_pristine/objects/biome/hive/hivechest/hivechest.object | |
+++ b/unpacked/objects/biome/hive/hivechest/hivechest.object | |
@@ -9,7 +9,7 @@ | |
"category" : "storage", | |
"price" : 70, | |
"description" : "A chest made of flesh.", | |
- "shortdescription" : "hive Chest", | |
+ "shortdescription" : "Hive Chest", | |
"race" : "generic", | |
"apexDescription" : "A pretty vile chest.", | |
diff --git a/unpacked_pristine/objects/biome/hive/hivelight1/hivelight1.object b/unpacked/objects/biome/hive/hivelight1/hivelight1.object | |
index a3fb964..047ce4d 100644 | |
--- a/unpacked_pristine/objects/biome/hive/hivelight1/hivelight1.object | |
+++ b/unpacked/objects/biome/hive/hivelight1/hivelight1.object | |
@@ -5,7 +5,7 @@ | |
"rarity" : "Common", | |
"category" : "pot", | |
"description" : "A pulsating, fleshy light. A light made of flesh. A-", | |
- "shortdescription" : "hive Light", | |
+ "shortdescription" : "Hive Light", | |
"race" : "apex", | |
"apexDescription" : "This repulsive light gives off a sickly glow.", | |
diff --git a/unpacked_pristine/objects/biome/hive/hivelight2/hivelight2.object b/unpacked/objects/biome/hive/hivelight2/hivelight2.object | |
index 016455b..589cde4 100644 | |
--- a/unpacked_pristine/objects/biome/hive/hivelight2/hivelight2.object | |
+++ b/unpacked/objects/biome/hive/hivelight2/hivelight2.object | |
@@ -5,7 +5,7 @@ | |
"rarity" : "Common", | |
"category" : "pot", | |
"description" : "A sinister light from hive.", | |
- "shortdescription" : "hive Light", | |
+ "shortdescription" : "Hive Light", | |
"race" : "apex", | |
"apexDescription" : "The light makes me feel uneasy.", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedbed/reedbed.object b/unpacked/objects/biome/oasis/reedbed/reedbed.object | |
index 357eff3..3dec99d 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedbed/reedbed.object | |
+++ b/unpacked/objects/biome/oasis/reedbed/reedbed.object | |
@@ -6,7 +6,7 @@ | |
"price" : 95, | |
"printable" : false, | |
"description" : "A bed made of wood and reed.", | |
- "shortdescription" : "Reed bed", | |
+ "shortdescription" : "Reed Bed", | |
"race" : "generic", | |
"apexDescription" : "A bed made of wood and reed.", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedchair/reedchair.object b/unpacked/objects/biome/oasis/reedchair/reedchair.object | |
index 55f15d0..8b2fdff 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedchair/reedchair.object | |
+++ b/unpacked/objects/biome/oasis/reedchair/reedchair.object | |
@@ -6,7 +6,7 @@ | |
"price" : 45, | |
"printable" : false, | |
"description" : "A chair made of wood and reed.", | |
- "shortdescription" : "Reed chair", | |
+ "shortdescription" : "Reed Chair", | |
"race" : "generic", | |
"apexDescription" : "A chair made of wood and reed.", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reeddoor/reeddoor.object b/unpacked/objects/biome/oasis/reeddoor/reeddoor.object | |
index c5adaae..399ae2b 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reeddoor/reeddoor.object | |
+++ b/unpacked/objects/biome/oasis/reeddoor/reeddoor.object | |
@@ -7,7 +7,7 @@ | |
"price" : 60, | |
"printable" : false, | |
"description" : "A door made of wood and reed.", | |
- "shortdescription" : "Reed door", | |
+ "shortdescription" : "Reed Door", | |
"race" : "generic", | |
"apexDescription" : "A door made of wood and reed.", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedlamp/reedlamp.object b/unpacked/objects/biome/oasis/reedlamp/reedlamp.object | |
index b1917eb..1481a0e 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedlamp/reedlamp.object | |
+++ b/unpacked/objects/biome/oasis/reedlamp/reedlamp.object | |
@@ -5,7 +5,7 @@ | |
"price" : 55, | |
"rarity" : "Common", | |
"description" : "It looks like reed, but it's actually a lamp.", | |
- "shortdescription" : "Reed lamp", | |
+ "shortdescription" : "Reed Lamp", | |
"race" : "floran", | |
"apexDescription" : "It looks like a reed, but it's actually a lamp.", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedseed1/reedseed1.object b/unpacked/objects/biome/oasis/reedseed1/reedseed1.object | |
index f151ef8..854bc4d 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedseed1/reedseed1.object | |
+++ b/unpacked/objects/biome/oasis/reedseed1/reedseed1.object | |
@@ -5,7 +5,7 @@ | |
"rarity" : "Common", | |
"description" : "Just reeds", | |
- "shortdescription" : "Reed seed", | |
+ "shortdescription" : "Reed Seed", | |
"race" : "avian", | |
"category" : "pot", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedseed2/reedseed2.object b/unpacked/objects/biome/oasis/reedseed2/reedseed2.object | |
index 9882215..2e45fbc 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedseed2/reedseed2.object | |
+++ b/unpacked/objects/biome/oasis/reedseed2/reedseed2.object | |
@@ -5,7 +5,7 @@ | |
"rarity" : "Common", | |
"description" : "Just reeds", | |
- "shortdescription" : "Reed seed", | |
+ "shortdescription" : "Reed Seed", | |
"race" : "avian", | |
"category" : "pot", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedseed3/reedseed3.object b/unpacked/objects/biome/oasis/reedseed3/reedseed3.object | |
index 3d2ffa6..03c547a 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedseed3/reedseed3.object | |
+++ b/unpacked/objects/biome/oasis/reedseed3/reedseed3.object | |
@@ -5,7 +5,7 @@ | |
"rarity" : "Common", | |
"description" : "Just reeds", | |
- "shortdescription" : "Reed seed", | |
+ "shortdescription" : "Reed Seed", | |
"race" : "avian", | |
"category" : "pot", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedseed4/reedseed4.object b/unpacked/objects/biome/oasis/reedseed4/reedseed4.object | |
index 330a75e..d304c96 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedseed4/reedseed4.object | |
+++ b/unpacked/objects/biome/oasis/reedseed4/reedseed4.object | |
@@ -5,7 +5,7 @@ | |
"rarity" : "Common", | |
"description" : "Just reeds", | |
- "shortdescription" : "Reed seed", | |
+ "shortdescription" : "Reed Seed", | |
"race" : "avian", | |
"category" : "pot", | |
diff --git a/unpacked_pristine/objects/biome/oasis/reedseed5/reedseed5.object b/unpacked/objects/biome/oasis/reedseed5/reedseed5.object | |
index 466a87d..ed1b0e1 100644 | |
--- a/unpacked_pristine/objects/biome/oasis/reedseed5/reedseed5.object | |
+++ b/unpacked/objects/biome/oasis/reedseed5/reedseed5.object | |
@@ -5,7 +5,7 @@ | |
"rarity" : "Common", | |
"description" : "Just reeds", | |
- "shortdescription" : "Reed seed", | |
+ "shortdescription" : "Reed Seed", | |
"race" : "avian", | |
"category" : "pot", | |
diff --git a/unpacked_pristine/objects/biome/rainbowwood/rainbowwoodbed/rainbowwoodbed.object b/unpacked/objects/biome/rainbowwood/rainbowwoodbed/rainbowwoodbed.object | |
index f991e6d..8491b80 100644 | |
--- a/unpacked_pristine/objects/biome/rainbowwood/rainbowwoodbed/rainbowwoodbed.object | |
+++ b/unpacked/objects/biome/rainbowwood/rainbowwoodbed/rainbowwoodbed.object | |
@@ -4,7 +4,7 @@ | |
"printable" : false, | |
"rarity" : "Common", | |
"description" : "A bed made of rainbow wood.", | |
- "shortdescription" : "Rainbow wood Bed", | |
+ "shortdescription" : "Rainbow Wood Bed", | |
"race" : "generic", | |
"category" : "furniture", | |
"price" : 110, | |
diff --git a/unpacked_pristine/objects/biome/rainbowwood/rainbowwoodchair/rainbowwoodchair.object b/unpacked/objects/biome/rainbowwood/rainbowwoodchair/rainbowwoodchair.object | |
index 16308f8..3dfc4b9 100644 | |
--- a/unpacked_pristine/objects/biome/rainbowwood/rainbowwoodchair/rainbowwoodchair.object | |
+++ b/unpacked/objects/biome/rainbowwood/rainbowwoodchair/rainbowwoodchair.object | |
@@ -4,7 +4,7 @@ | |
"printable" : false, | |
"rarity" : "Common", | |
"description" : "A chair made of rainbow wood.", | |
- "shortdescription" : "Rainbow wood Chair", | |
+ "shortdescription" : "Rainbow Wood Chair", | |
"race" : "generic", | |
"category" : "furniture", | |
"price" : 60, | |
diff --git a/unpacked_pristine/objects/biome/slime/ceilingslime1/ceilingslime1.object b/unpacked/objects/biome/slime/ceilingslime1/ceilingslime1.object | |
index 2d07b46..a4df817 100644 | |
--- a/unpacked_pristine/objects/biome/slime/ceilingslime1/ceilingslime1.object | |
+++ b/unpacked/objects/biome/slime/ceilingslime1/ceilingslime1.object | |
@@ -7,7 +7,7 @@ | |
"printable" : false, | |
"description" : "This slime is falling.", | |
- "shortdescription" : "Slime fall.", | |
+ "shortdescription" : "Slime Fall", | |
"race" : "generic", | |
"apexDescription" : "todo", | |
diff --git a/unpacked_pristine/objects/biome/slime/ceilingslime2/ceilingslime2.object b/unpacked/objects/biome/slime/ceilingslime2/ceilingslime2.object | |
index fd535e8..6ead53e 100644 | |
--- a/unpacked_pristine/objects/biome/slime/ceilingslime2/ceilingslime2.object | |
+++ b/unpacked/objects/biome/slime/ceilingslime2/ceilingslime2.object | |
@@ -7,7 +7,7 @@ | |
"printable" : false, | |
"description" : "This slime is falling.", | |
- "shortdescription" : "Slime fall.", | |
+ "shortdescription" : "Slime Fall", | |
"race" : "generic", | |
"apexDescription" : "todo", | |
diff --git a/unpacked_pristine/objects/biome/slime/ceilingslime3/ceilingslime3.object b/unpacked/objects/biome/slime/ceilingslime3/ceilingslime3.object | |
index 35c26fe..0e364f1 100644 | |
--- a/unpacked_pristine/objects/biome/slime/ceilingslime3/ceilingslime3.object | |
+++ b/unpacked/objects/biome/slime/ceilingslime3/ceilingslime3.object | |
@@ -7,7 +7,7 @@ | |
"printable" : false, | |
"description" : "This slime is falling.", | |
- "shortdescription" : "Slime fall.", | |
+ "shortdescription" : "Slime Fall", | |
"race" : "generic", | |
"apexDescription" : "todo", | |
diff --git a/unpacked_pristine/objects/biome/spring/flowerlamp/flowerlamp.object b/unpacked/objects/biome/spring/flowerlamp/flowerlamp.object | |
index d2b30af..d49a86d 100644 | |
--- a/unpacked_pristine/objects/biome/spring/flowerlamp/flowerlamp.object | |
+++ b/unpacked/objects/biome/spring/flowerlamp/flowerlamp.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["spring","nature","light"], | |
"rarity" : "Common", | |
"description" : "A blue flower lamp", | |
- "shortdescription" : "Flower lamp.", | |
+ "shortdescription" : "Flower Lamp", | |
"race" : "generic", | |
"apexDescription" : "A pleasant light.", | |
diff --git a/unpacked_pristine/objects/biome/stonecave/cavebed/cavebed.object b/unpacked/objects/biome/stonecave/cavebed/cavebed.object | |
index 57c9d34..e3ab4a0 100644 | |
--- a/unpacked_pristine/objects/biome/stonecave/cavebed/cavebed.object | |
+++ b/unpacked/objects/biome/stonecave/cavebed/cavebed.object | |
@@ -4,7 +4,7 @@ | |
"printable" : false, | |
"rarity" : "Common", | |
"description" : "A bed made of rock.", | |
- "shortdescription" : "Rock bed", | |
+ "shortdescription" : "Rock Bed", | |
"race" : "generic", | |
"category" : "furniture", | |
"price" : 85, | |
diff --git a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite1/ceilingstalactite1.object b/unpacked/objects/biome/stonecave/ceilingstalactite1/ceilingstalactite1.object | |
index 2b12396..bc397a9 100644 | |
--- a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite1/ceilingstalactite1.object | |
+++ b/unpacked/objects/biome/stonecave/ceilingstalactite1/ceilingstalactite1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "This is an old rock stalactite.", | |
- "shortdescription" : "Rock Stalactite.", | |
+ "shortdescription" : "Rock Stalactite", | |
"race" : "generic", | |
"apexDescription" : "A sharp spike, made of rock.", | |
diff --git a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite2/ceilingstalactite2.object b/unpacked/objects/biome/stonecave/ceilingstalactite2/ceilingstalactite2.object | |
index 7532442..4d25ea9 100644 | |
--- a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite2/ceilingstalactite2.object | |
+++ b/unpacked/objects/biome/stonecave/ceilingstalactite2/ceilingstalactite2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "This is an old rock stalactite.", | |
- "shortdescription" : "Rock Stalactite.", | |
+ "shortdescription" : "Rock Stalactite", | |
"race" : "generic", | |
"apexDescription" : "A sharp spike, made of rock.", | |
diff --git a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite3/ceilingstalactite3.object b/unpacked/objects/biome/stonecave/ceilingstalactite3/ceilingstalactite3.object | |
index be6709b..89cdb16 100644 | |
--- a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite3/ceilingstalactite3.object | |
+++ b/unpacked/objects/biome/stonecave/ceilingstalactite3/ceilingstalactite3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "This is an old rock stalactite.", | |
- "shortdescription" : "Rock Stalactite.", | |
+ "shortdescription" : "Rock Stalactite", | |
"race" : "generic", | |
"apexDescription" : "A sharp spike, made of rock.", | |
diff --git a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite4/ceilingstalactite4.object b/unpacked/objects/biome/stonecave/ceilingstalactite4/ceilingstalactite4.object | |
index 33c103d..1ea0cf5 100644 | |
--- a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite4/ceilingstalactite4.object | |
+++ b/unpacked/objects/biome/stonecave/ceilingstalactite4/ceilingstalactite4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "This is an old rock stalactite.", | |
- "shortdescription" : "Rock Stalactite.", | |
+ "shortdescription" : "Rock Stalactite", | |
"race" : "generic", | |
"apexDescription" : "A sharp spike, made of rock.", | |
diff --git a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite5/ceilingstalactite5.object b/unpacked/objects/biome/stonecave/ceilingstalactite5/ceilingstalactite5.object | |
index e671ab5..e20a83c 100644 | |
--- a/unpacked_pristine/objects/biome/stonecave/ceilingstalactite5/ceilingstalactite5.object | |
+++ b/unpacked/objects/biome/stonecave/ceilingstalactite5/ceilingstalactite5.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "This is an old rock stalactite.", | |
- "shortdescription" : "Rock Stalactite.", | |
+ "shortdescription" : "Rock Stalactite", | |
"race" : "generic", | |
"apexDescription" : "A sharp spike, made of rock.", | |
diff --git a/unpacked_pristine/objects/farmables/kiwi/kiwiseed.object b/unpacked/objects/farmables/kiwi/kiwiseed.object | |
index 7b46657..4122ce0 100644 | |
--- a/unpacked_pristine/objects/farmables/kiwi/kiwiseed.object | |
+++ b/unpacked/objects/farmables/kiwi/kiwiseed.object | |
@@ -4,7 +4,7 @@ | |
"rarity" : "Common", | |
"category" : "farmable", | |
"description" : "Kiwi, soft texture and sweet flavour, yum.", | |
- "shortdescription" : "kiwi Seed", | |
+ "shortdescription" : "Kiwi Seed", | |
"objectType" : "farmable", | |
"printable" : false, | |
"price" : 30, | |
diff --git a/unpacked_pristine/objects/farmables/kiwi/wildkiwiseed.object b/unpacked/objects/farmables/kiwi/wildkiwiseed.object | |
index 38f2935..e7adcac 100644 | |
--- a/unpacked_pristine/objects/farmables/kiwi/wildkiwiseed.object | |
+++ b/unpacked/objects/farmables/kiwi/wildkiwiseed.object | |
@@ -4,7 +4,7 @@ | |
"rarity" : "Common", | |
"category" : "farmable", | |
"description" : "Kiwi, soft texture and sweet flavour, yum.", | |
- "shortdescription" : "kiwi Seed", | |
+ "shortdescription" : "Kiwi Seed", | |
"objectType" : "farmable", | |
"printable" : false, | |
"price" : 30, | |
diff --git a/unpacked_pristine/objects/farmables/sugarcane/wildsugarcaneseed.object b/unpacked/objects/farmables/sugarcane/wildsugarcaneseed.object | |
index 2ea6ee3..f14ff51 100644 | |
--- a/unpacked_pristine/objects/farmables/sugarcane/wildsugarcaneseed.object | |
+++ b/unpacked/objects/farmables/sugarcane/wildsugarcaneseed.object | |
@@ -4,7 +4,7 @@ | |
"rarity" : "Common", | |
"category" : "farmable", | |
"description" : "sugarcane! Good for diabetes.", | |
- "shortdescription" : "sugarcane Seed", | |
+ "shortdescription" : "Sugarcane Seed", | |
"objectType" : "farmable", | |
"printable" : false, | |
"price" : 23, | |
diff --git a/unpacked_pristine/objects/floran/huntinglight1/huntinglight1.object b/unpacked/objects/floran/huntinglight1/huntinglight1.object | |
index fe30e83..5b62bc5 100644 | |
--- a/unpacked_pristine/objects/floran/huntinglight1/huntinglight1.object | |
+++ b/unpacked/objects/floran/huntinglight1/huntinglight1.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["floran","floranhuntinggrounds","light","nature"], | |
"rarity" : "Common", | |
"description" : "A light made of vines. Or a vine made of lights?", | |
- "shortdescription" : "Vine lights", | |
+ "shortdescription" : "Vine Lights", | |
"race" : "floran", | |
"apexDescription" : "Such pretty lights.", | |
diff --git a/unpacked_pristine/objects/floran/huntinglight2/huntinglight2.object b/unpacked/objects/floran/huntinglight2/huntinglight2.object | |
index 6873bf0..f57e513 100644 | |
--- a/unpacked_pristine/objects/floran/huntinglight2/huntinglight2.object | |
+++ b/unpacked/objects/floran/huntinglight2/huntinglight2.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["floran","floranhuntinggrounds","light","nature"], | |
"rarity" : "Common", | |
"description" : "A light made of vines. Or a vine made of lights?", | |
- "shortdescription" : "Vine lights", | |
+ "shortdescription" : "Vine Lights", | |
"race" : "floran", | |
"apexDescription" : "Such pretty lights.", | |
diff --git a/unpacked_pristine/objects/floran/huntinglight3/huntinglight3.object b/unpacked/objects/floran/huntinglight3/huntinglight3.object | |
index 6cbc3af..871c8f8 100644 | |
--- a/unpacked_pristine/objects/floran/huntinglight3/huntinglight3.object | |
+++ b/unpacked/objects/floran/huntinglight3/huntinglight3.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["floran","floranhuntinggrounds","light","nature"], | |
"rarity" : "Common", | |
"description" : "A light made of vines. Or a vine made of lights?", | |
- "shortdescription" : "Vine lights", | |
+ "shortdescription" : "Vine Lights", | |
"race" : "floran", | |
"apexDescription" : "Such pretty lights.", | |
diff --git a/unpacked_pristine/objects/floran/huntingpunjisticks1/huntingpunjisticks1.object b/unpacked/objects/floran/huntingpunjisticks1/huntingpunjisticks1.object | |
index d0c2646..737042a 100644 | |
--- a/unpacked_pristine/objects/floran/huntingpunjisticks1/huntingpunjisticks1.object | |
+++ b/unpacked/objects/floran/huntingpunjisticks1/huntingpunjisticks1.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["floran","floranhuntinggrounds","evil"], | |
"rarity" : "Common", | |
"description" : "Sharp, spiky sticks. Don't fall on them.", | |
- "shortdescription" : "Wooden spikes.", | |
+ "shortdescription" : "Wooden Spikes", | |
"race" : "generic", | |
"category" : "trap", | |
"price" : 90, | |
diff --git a/unpacked_pristine/objects/floran/huntingpunjisticks2/huntingpunjisticks2.object b/unpacked/objects/floran/huntingpunjisticks2/huntingpunjisticks2.object | |
index fa6cd06..4b03443 100644 | |
--- a/unpacked_pristine/objects/floran/huntingpunjisticks2/huntingpunjisticks2.object | |
+++ b/unpacked/objects/floran/huntingpunjisticks2/huntingpunjisticks2.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["floran","floranhuntinggrounds","evil"], | |
"rarity" : "Common", | |
"description" : "Sharp, spiky sticks. Don't fall on them.", | |
- "shortdescription" : "Wooden spikes.", | |
+ "shortdescription" : "Wooden Spikes", | |
"race" : "generic", | |
"category" : "trap", | |
"price" : 80, | |
diff --git a/unpacked_pristine/objects/floran/huntingtrophy1/huntingtrophy1.object b/unpacked/objects/floran/huntingtrophy1/huntingtrophy1.object | |
index acd7d93..f6de197 100644 | |
--- a/unpacked_pristine/objects/floran/huntingtrophy1/huntingtrophy1.object | |
+++ b/unpacked/objects/floran/huntingtrophy1/huntingtrophy1.object | |
@@ -5,7 +5,7 @@ | |
"category" : "decorative", | |
"price" : 50, | |
"description" : "A head mounted on a plaque. Its eyes follow you...", | |
- "shortdescription" : "Hunting trophy", | |
+ "shortdescription" : "Hunting Trophy", | |
"race" : "floran", | |
"apexDescription" : "A mounted head. Terrifying.", | |
diff --git a/unpacked_pristine/objects/floran/huntingtrophy2/huntingtrophy2.object b/unpacked/objects/floran/huntingtrophy2/huntingtrophy2.object | |
index 316cc44..245ccda 100644 | |
--- a/unpacked_pristine/objects/floran/huntingtrophy2/huntingtrophy2.object | |
+++ b/unpacked/objects/floran/huntingtrophy2/huntingtrophy2.object | |
@@ -5,7 +5,7 @@ | |
"category" : "decorative", | |
"price" : 50, | |
"description" : "A head mounted on a plaque. Its eyes follow you...", | |
- "shortdescription" : "Hunting trophy", | |
+ "shortdescription" : "Hunting Trophy", | |
"race" : "floran", | |
"apexDescription" : "A mounted head. Terrifying.", | |
diff --git a/unpacked_pristine/objects/floran/huntingtrophy3/huntingtrophy3.object b/unpacked/objects/floran/huntingtrophy3/huntingtrophy3.object | |
index 14a463b..3017c81 100644 | |
--- a/unpacked_pristine/objects/floran/huntingtrophy3/huntingtrophy3.object | |
+++ b/unpacked/objects/floran/huntingtrophy3/huntingtrophy3.object | |
@@ -5,7 +5,7 @@ | |
"category" : "decorative", | |
"price" : 50, | |
"description" : "A head mounted on a plaque. Its eyes follow you...", | |
- "shortdescription" : "Hunting trophy", | |
+ "shortdescription" : "Hunting Trophy", | |
"race" : "floran", | |
"apexDescription" : "A mounted head. Terrifying.", | |
diff --git a/unpacked_pristine/objects/generic/irontoilet/irontoilet.object b/unpacked/objects/generic/irontoilet/irontoilet.object | |
index 6c9431c..2039acb 100644 | |
--- a/unpacked_pristine/objects/generic/irontoilet/irontoilet.object | |
+++ b/unpacked/objects/generic/irontoilet/irontoilet.object | |
@@ -4,7 +4,7 @@ | |
"rarity" : "Common", | |
"description" : "A toilet made of swords. Risky.", | |
- "shortdescription" : "iron Toilet", | |
+ "shortdescription" : "Iron Toilet", | |
"race" : "generic", | |
"category" : "furniture", | |
"price" : 75, | |
diff --git a/unpacked_pristine/objects/generic/woodencouch2/woodencouch2.object b/unpacked/objects/generic/woodencouch2/woodencouch2.object | |
index e6866e4..b0d7af2 100644 | |
--- a/unpacked_pristine/objects/generic/woodencouch2/woodencouch2.object | |
+++ b/unpacked/objects/generic/woodencouch2/woodencouch2.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["misc"], | |
"rarity" : "Common", | |
"description" : "A fluffy two-seater couch.", | |
- "shortdescription" : "Large fluffy Couch", | |
+ "shortdescription" : "Large Fluffy Couch", | |
"race" : "generic", | |
"category" : "furniture", | |
"price" : 110, | |
diff --git a/unpacked_pristine/objects/glitch/medievalstreetlamp/medievalstreetlamp.object b/unpacked/objects/glitch/medievalstreetlamp/medievalstreetlamp.object | |
index d050efa..f54130c 100644 | |
--- a/unpacked_pristine/objects/glitch/medievalstreetlamp/medievalstreetlamp.object | |
+++ b/unpacked/objects/glitch/medievalstreetlamp/medievalstreetlamp.object | |
@@ -6,7 +6,7 @@ | |
"price" : 120, | |
"description" : "It's an old street lamp. It gives off a little warmth.", | |
- "shortdescription" : "Medieval Street lamp", | |
+ "shortdescription" : "Medieval Street Lamp", | |
"race" : "glitch", | |
"maximumLiquidLevel" : 0.2, | |
diff --git a/unpacked_pristine/objects/human/prisongraffiti3/prisongraffiti3.object b/unpacked/objects/human/prisongraffiti3/prisongraffiti3.object | |
index 88c0750..e2bb661 100644 | |
--- a/unpacked_pristine/objects/human/prisongraffiti3/prisongraffiti3.object | |
+++ b/unpacked/objects/human/prisongraffiti3/prisongraffiti3.object | |
@@ -7,7 +7,7 @@ | |
"printable" : false, | |
"description" : "Graffiti. A harsh warning. Ignore it.", | |
- "shortdescription" : "Graffiti.", | |
+ "shortdescription" : "Graffiti", | |
"race" : "human", | |
"apexDescription" : "Get out while you still can. How do I know when that expires?", | |
diff --git a/unpacked_pristine/objects/mission/bonespike/bonespike.object b/unpacked/objects/mission/bonespike/bonespike.object | |
index ae60b3c..8e4b8ae 100644 | |
--- a/unpacked_pristine/objects/mission/bonespike/bonespike.object | |
+++ b/unpacked/objects/mission/bonespike/bonespike.object | |
@@ -6,7 +6,7 @@ | |
"price" : 50, | |
"description" : "Don't wanna fall on one of these...", | |
- "shortdescription" : "Bone Spike.", | |
+ "shortdescription" : "Bone Spike", | |
"race" : "generic", | |
"apexDescription" : "A sharp spike, made of bone.", | |
diff --git a/unpacked_pristine/objects/mission/fallingrocks/fallingrocks.object b/unpacked/objects/mission/fallingrocks/fallingrocks.object | |
index 0ac4790..5893b35 100644 | |
--- a/unpacked_pristine/objects/mission/fallingrocks/fallingrocks.object | |
+++ b/unpacked/objects/mission/fallingrocks/fallingrocks.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["floran","floranhuntinggrounds","pretty"], | |
"rarity" : "Common", | |
"description" : "Old Falling Rocks", | |
- "shortdescription" : "Old Falling Rocks Sign.", | |
+ "shortdescription" : "Old Falling Rocks Sign", | |
"race" : "generic", | |
"category" : "decorative", | |
"price" : 50, | |
diff --git a/unpacked_pristine/objects/mission/penguinbasedoor/penguinbasedoor.object b/unpacked/objects/mission/penguinbasedoor/penguinbasedoor.object | |
index 6843aad..86b09a3 100644 | |
--- a/unpacked_pristine/objects/mission/penguinbasedoor/penguinbasedoor.object | |
+++ b/unpacked/objects/mission/penguinbasedoor/penguinbasedoor.object | |
@@ -6,7 +6,7 @@ | |
"category" : "door", | |
"price" : 125, | |
"description" : "A vertical hatch doorway.", | |
- "shortdescription" : "Rusty hatch", | |
+ "shortdescription" : "Rusty Hatch", | |
"race" : "human", | |
"apexDescription" : "An old hatch.", | |
diff --git a/unpacked_pristine/objects/obstacles/arid/groundspike1/groundspike1.object b/unpacked/objects/obstacles/arid/groundspike1/groundspike1.object | |
index f396bfe..1f563d1 100644 | |
--- a/unpacked_pristine/objects/obstacles/arid/groundspike1/groundspike1.object | |
+++ b/unpacked/objects/obstacles/arid/groundspike1/groundspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/arid/groundspike2/groundspike2.object b/unpacked/objects/obstacles/arid/groundspike2/groundspike2.object | |
index e91507a..70276cc 100644 | |
--- a/unpacked_pristine/objects/obstacles/arid/groundspike2/groundspike2.object | |
+++ b/unpacked/objects/obstacles/arid/groundspike2/groundspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/arid/groundspike3/groundspike3.object b/unpacked/objects/obstacles/arid/groundspike3/groundspike3.object | |
index 7b3880a..2a91e74 100644 | |
--- a/unpacked_pristine/objects/obstacles/arid/groundspike3/groundspike3.object | |
+++ b/unpacked/objects/obstacles/arid/groundspike3/groundspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/arid/groundspike4/groundspike4.object b/unpacked/objects/obstacles/arid/groundspike4/groundspike4.object | |
index b6ecbe5..4bddf4c 100644 | |
--- a/unpacked_pristine/objects/obstacles/arid/groundspike4/groundspike4.object | |
+++ b/unpacked/objects/obstacles/arid/groundspike4/groundspike4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertceilingspike1/desertceilingspike1.object b/unpacked/objects/obstacles/desert/desertceilingspike1/desertceilingspike1.object | |
index 43f7e90..e419efa 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertceilingspike1/desertceilingspike1.object | |
+++ b/unpacked/objects/obstacles/desert/desertceilingspike1/desertceilingspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertceilingspike2/desertceilingspike2.object b/unpacked/objects/obstacles/desert/desertceilingspike2/desertceilingspike2.object | |
index 58fa60b..7105f03 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertceilingspike2/desertceilingspike2.object | |
+++ b/unpacked/objects/obstacles/desert/desertceilingspike2/desertceilingspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertceilingspike3/desertceilingspike3.object b/unpacked/objects/obstacles/desert/desertceilingspike3/desertceilingspike3.object | |
index 880fe39..7a291d7 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertceilingspike3/desertceilingspike3.object | |
+++ b/unpacked/objects/obstacles/desert/desertceilingspike3/desertceilingspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertceilingspike4/desertceilingspike4.object b/unpacked/objects/obstacles/desert/desertceilingspike4/desertceilingspike4.object | |
index ec34cde..cd5d75e 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertceilingspike4/desertceilingspike4.object | |
+++ b/unpacked/objects/obstacles/desert/desertceilingspike4/desertceilingspike4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertgroundspike1/desertgroundspike1.object b/unpacked/objects/obstacles/desert/desertgroundspike1/desertgroundspike1.object | |
index c31e489..08dbc2c 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertgroundspike1/desertgroundspike1.object | |
+++ b/unpacked/objects/obstacles/desert/desertgroundspike1/desertgroundspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertgroundspike2/desertgroundspike2.object b/unpacked/objects/obstacles/desert/desertgroundspike2/desertgroundspike2.object | |
index 5770ca1..c251828 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertgroundspike2/desertgroundspike2.object | |
+++ b/unpacked/objects/obstacles/desert/desertgroundspike2/desertgroundspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertgroundspike3/desertgroundspike3.object b/unpacked/objects/obstacles/desert/desertgroundspike3/desertgroundspike3.object | |
index aa21134..e8dee07 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertgroundspike3/desertgroundspike3.object | |
+++ b/unpacked/objects/obstacles/desert/desertgroundspike3/desertgroundspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/desert/desertgroundspike4/desertgroundspike4.object b/unpacked/objects/obstacles/desert/desertgroundspike4/desertgroundspike4.object | |
index 80fd9dc..f257741 100644 | |
--- a/unpacked_pristine/objects/obstacles/desert/desertgroundspike4/desertgroundspike4.object | |
+++ b/unpacked/objects/obstacles/desert/desertgroundspike4/desertgroundspike4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greenceilingspike1/greenceilingspike1.object b/unpacked/objects/obstacles/green/greenceilingspike1/greenceilingspike1.object | |
index e94a002..d96a7d9 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greenceilingspike1/greenceilingspike1.object | |
+++ b/unpacked/objects/obstacles/green/greenceilingspike1/greenceilingspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greenceilingspike2/greenceilingspike2.object b/unpacked/objects/obstacles/green/greenceilingspike2/greenceilingspike2.object | |
index 7dd1a68..7faf31c 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greenceilingspike2/greenceilingspike2.object | |
+++ b/unpacked/objects/obstacles/green/greenceilingspike2/greenceilingspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greenceilingspike3/greenceilingspike3.object b/unpacked/objects/obstacles/green/greenceilingspike3/greenceilingspike3.object | |
index 3b5e983..31f2e1d 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greenceilingspike3/greenceilingspike3.object | |
+++ b/unpacked/objects/obstacles/green/greenceilingspike3/greenceilingspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greenceilingspike4/greenceilingspike4.object b/unpacked/objects/obstacles/green/greenceilingspike4/greenceilingspike4.object | |
index bca8ccf..0ccbb48 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greenceilingspike4/greenceilingspike4.object | |
+++ b/unpacked/objects/obstacles/green/greenceilingspike4/greenceilingspike4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greengroundspike1/greengroundspike1.object b/unpacked/objects/obstacles/green/greengroundspike1/greengroundspike1.object | |
index a969125..8d195f3 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greengroundspike1/greengroundspike1.object | |
+++ b/unpacked/objects/obstacles/green/greengroundspike1/greengroundspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greengroundspike2/greengroundspike2.object b/unpacked/objects/obstacles/green/greengroundspike2/greengroundspike2.object | |
index 4f7e8fc..a77bb86 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greengroundspike2/greengroundspike2.object | |
+++ b/unpacked/objects/obstacles/green/greengroundspike2/greengroundspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greengroundspike3/greengroundspike3.object b/unpacked/objects/obstacles/green/greengroundspike3/greengroundspike3.object | |
index 48a9213..a21c876 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greengroundspike3/greengroundspike3.object | |
+++ b/unpacked/objects/obstacles/green/greengroundspike3/greengroundspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/green/greengroundspike4/greengroundspike4.object b/unpacked/objects/obstacles/green/greengroundspike4/greengroundspike4.object | |
index c64cf49..3b8dc71 100644 | |
--- a/unpacked_pristine/objects/obstacles/green/greengroundspike4/greengroundspike4.object | |
+++ b/unpacked/objects/obstacles/green/greengroundspike4/greengroundspike4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icespike/icespike.object b/unpacked/objects/obstacles/ice/icespike/icespike.object | |
index a5cb585..26720cf 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icespike/icespike.object | |
+++ b/unpacked/objects/obstacles/ice/icespike/icespike.object | |
@@ -7,7 +7,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna fall on one of these...", | |
- "shortdescription" : "Ice Spike.", | |
+ "shortdescription" : "Ice Spike", | |
"race" : "generic", | |
"apexDescription" : "A sharp spike, made of ice.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalactite1/icestalactite1.object b/unpacked/objects/obstacles/ice/icestalactite1/icestalactite1.object | |
index 8480b06..480f02c 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalactite1/icestalactite1.object | |
+++ b/unpacked/objects/obstacles/ice/icestalactite1/icestalactite1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalactite2/icestalactite2.object b/unpacked/objects/obstacles/ice/icestalactite2/icestalactite2.object | |
index 5f59121..228dea5 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalactite2/icestalactite2.object | |
+++ b/unpacked/objects/obstacles/ice/icestalactite2/icestalactite2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalactite3/icestalactite3.object b/unpacked/objects/obstacles/ice/icestalactite3/icestalactite3.object | |
index 03d8698..4c97b5f 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalactite3/icestalactite3.object | |
+++ b/unpacked/objects/obstacles/ice/icestalactite3/icestalactite3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalactite4/icestalactite4.object b/unpacked/objects/obstacles/ice/icestalactite4/icestalactite4.object | |
index 7207b4e..44b5d34 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalactite4/icestalactite4.object | |
+++ b/unpacked/objects/obstacles/ice/icestalactite4/icestalactite4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalagmite1/icestalagmite1.object b/unpacked/objects/obstacles/ice/icestalagmite1/icestalagmite1.object | |
index 3475f79..8ca33a0 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalagmite1/icestalagmite1.object | |
+++ b/unpacked/objects/obstacles/ice/icestalagmite1/icestalagmite1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalagmite2/icestalagmite2.object b/unpacked/objects/obstacles/ice/icestalagmite2/icestalagmite2.object | |
index 9f163e9..1809add 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalagmite2/icestalagmite2.object | |
+++ b/unpacked/objects/obstacles/ice/icestalagmite2/icestalagmite2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalagmite3/icestalagmite3.object b/unpacked/objects/obstacles/ice/icestalagmite3/icestalagmite3.object | |
index dca37f9..cdf25c0 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalagmite3/icestalagmite3.object | |
+++ b/unpacked/objects/obstacles/ice/icestalagmite3/icestalagmite3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/ice/icestalagmite4/icestalagmite4.object b/unpacked/objects/obstacles/ice/icestalagmite4/icestalagmite4.object | |
index 465604e..2e24f10 100644 | |
--- a/unpacked_pristine/objects/obstacles/ice/icestalagmite4/icestalagmite4.object | |
+++ b/unpacked/objects/obstacles/ice/icestalagmite4/icestalagmite4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp icy spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/magma/magmaceilingspike1/magmaceilingspike1.object b/unpacked/objects/obstacles/magma/magmaceilingspike1/magmaceilingspike1.object | |
index 8dfcedc..f49f6e7 100644 | |
--- a/unpacked_pristine/objects/obstacles/magma/magmaceilingspike1/magmaceilingspike1.object | |
+++ b/unpacked/objects/obstacles/magma/magmaceilingspike1/magmaceilingspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/magma/magmaceilingspike2/magmaceilingspike2.object b/unpacked/objects/obstacles/magma/magmaceilingspike2/magmaceilingspike2.object | |
index e62a7ec..7295f8e 100644 | |
--- a/unpacked_pristine/objects/obstacles/magma/magmaceilingspike2/magmaceilingspike2.object | |
+++ b/unpacked/objects/obstacles/magma/magmaceilingspike2/magmaceilingspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/magma/magmaceilingspike3/magmaceilingspike3.object b/unpacked/objects/obstacles/magma/magmaceilingspike3/magmaceilingspike3.object | |
index c2ae292..fd3fd7f 100644 | |
--- a/unpacked_pristine/objects/obstacles/magma/magmaceilingspike3/magmaceilingspike3.object | |
+++ b/unpacked/objects/obstacles/magma/magmaceilingspike3/magmaceilingspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/magma/magmagroundspike1/magmagroundspike1.object b/unpacked/objects/obstacles/magma/magmagroundspike1/magmagroundspike1.object | |
index 7fbaeea..8fcd52d 100644 | |
--- a/unpacked_pristine/objects/obstacles/magma/magmagroundspike1/magmagroundspike1.object | |
+++ b/unpacked/objects/obstacles/magma/magmagroundspike1/magmagroundspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/magma/magmagroundspike2/magmagroundspike2.object b/unpacked/objects/obstacles/magma/magmagroundspike2/magmagroundspike2.object | |
index 2ae08d8..73feb03 100644 | |
--- a/unpacked_pristine/objects/obstacles/magma/magmagroundspike2/magmagroundspike2.object | |
+++ b/unpacked/objects/obstacles/magma/magmagroundspike2/magmagroundspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/magma/magmagroundspike3/magmagroundspike3.object b/unpacked/objects/obstacles/magma/magmagroundspike3/magmagroundspike3.object | |
index 8936cbd..4764a69 100644 | |
--- a/unpacked_pristine/objects/obstacles/magma/magmagroundspike3/magmagroundspike3.object | |
+++ b/unpacked/objects/obstacles/magma/magmagroundspike3/magmagroundspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike1/savannahceilingspike1.object b/unpacked/objects/obstacles/savannah/savannahceilingspike1/savannahceilingspike1.object | |
index 5fee7cd..7e13091 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike1/savannahceilingspike1.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahceilingspike1/savannahceilingspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike2/savannahceilingspike2.object b/unpacked/objects/obstacles/savannah/savannahceilingspike2/savannahceilingspike2.object | |
index 1a4bdfd..1f9548b 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike2/savannahceilingspike2.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahceilingspike2/savannahceilingspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike3/savannahceilingspike3.object b/unpacked/objects/obstacles/savannah/savannahceilingspike3/savannahceilingspike3.object | |
index ed5de1e..42ba19c 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike3/savannahceilingspike3.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahceilingspike3/savannahceilingspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike4/savannahceilingspike4.object b/unpacked/objects/obstacles/savannah/savannahceilingspike4/savannahceilingspike4.object | |
index 7c7ab94..3c59022 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahceilingspike4/savannahceilingspike4.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahceilingspike4/savannahceilingspike4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Watch out!", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike1/savannahgroundspike1.object b/unpacked/objects/obstacles/savannah/savannahgroundspike1/savannahgroundspike1.object | |
index 0e737ab..a73878f 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike1/savannahgroundspike1.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahgroundspike1/savannahgroundspike1.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike2/savannahgroundspike2.object b/unpacked/objects/obstacles/savannah/savannahgroundspike2/savannahgroundspike2.object | |
index 7ab2864..a7db857 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike2/savannahgroundspike2.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahgroundspike2/savannahgroundspike2.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike3/savannahgroundspike3.object b/unpacked/objects/obstacles/savannah/savannahgroundspike3/savannahgroundspike3.object | |
index fced752..686b111 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike3/savannahgroundspike3.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahgroundspike3/savannahgroundspike3.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike4/savannahgroundspike4.object b/unpacked/objects/obstacles/savannah/savannahgroundspike4/savannahgroundspike4.object | |
index 5866bc7..c6af555 100644 | |
--- a/unpacked_pristine/objects/obstacles/savannah/savannahgroundspike4/savannahgroundspike4.object | |
+++ b/unpacked/objects/obstacles/savannah/savannahgroundspike4/savannahgroundspike4.object | |
@@ -6,7 +6,7 @@ | |
"printable" : false, | |
"description" : "Don't wanna step in those...", | |
- "shortdescription" : "Sharp spikes.", | |
+ "shortdescription" : "Sharp Spikes", | |
"race" : "generic", | |
"apexDescription" : "Sharp stone spikes.", | |
diff --git a/unpacked_pristine/objects/outpost/bench/bench.object b/unpacked/objects/outpost/bench/bench.object | |
index e677eb7..3fe3b4e 100644 | |
--- a/unpacked_pristine/objects/outpost/bench/bench.object | |
+++ b/unpacked/objects/outpost/bench/bench.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["outpost"], | |
"rarity" : "Common", | |
"description" : "A basic bench.", | |
- "shortdescription" : "A bench", | |
+ "shortdescription" : "Bench", | |
"race" : "generic", | |
"category" : "furniture", | |
"price" : 75, | |
diff --git a/unpacked_pristine/objects/outpost/shipyardjunk/shipyardjunk.object b/unpacked/objects/outpost/shipyardjunk/shipyardjunk.object | |
index ee28113..b62d8ad 100644 | |
--- a/unpacked_pristine/objects/outpost/shipyardjunk/shipyardjunk.object | |
+++ b/unpacked/objects/outpost/shipyardjunk/shipyardjunk.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["outpost"], | |
"rarity" : "Common", | |
"description" : "It's a collection of ship parts.", | |
- "shortdescription" : "shipyard junk", | |
+ "shortdescription" : "Shipyard Junk", | |
"race" : "generic", | |
"printable" : false, | |
// "hasObjectItem" : false, | |
diff --git a/unpacked_pristine/objects/ship/humanshiplocker/humanshiplocker.object b/unpacked/objects/ship/humanshiplocker/humanshiplocker.object | |
index 6334c70..a4b8b46 100644 | |
--- a/unpacked_pristine/objects/ship/humanshiplocker/humanshiplocker.object | |
+++ b/unpacked/objects/ship/humanshiplocker/humanshiplocker.object | |
@@ -8,7 +8,7 @@ | |
"category" : "storage", | |
"description" : "Store some stuff, why don't you?", | |
- "shortdescription" : "Ship locker", | |
+ "shortdescription" : "Ship Locker", | |
"race" : "human", | |
"lightColor" : [61, 88, 102], | |
diff --git a/unpacked_pristine/objects/ship/humanshiplockertier0/humanshiplockertier0.object b/unpacked/objects/ship/humanshiplockertier0/humanshiplockertier0.object | |
index 7de40a9..91d50cd 100644 | |
--- a/unpacked_pristine/objects/ship/humanshiplockertier0/humanshiplockertier0.object | |
+++ b/unpacked/objects/ship/humanshiplockertier0/humanshiplockertier0.object | |
@@ -6,7 +6,7 @@ | |
"category" : "decorative", | |
"description" : "Store some stuff, why don't you?", | |
- "shortdescription" : "Ship locker", | |
+ "shortdescription" : "Ship Locker", | |
"race" : "human", | |
"lightColor" : [61, 88, 102], | |
diff --git a/unpacked_pristine/objects/ship/novakidshiplocker/novakidshiplocker.object b/unpacked/objects/ship/novakidshiplocker/novakidshiplocker.object | |
index bb04970..40f9136 100644 | |
--- a/unpacked_pristine/objects/ship/novakidshiplocker/novakidshiplocker.object | |
+++ b/unpacked/objects/ship/novakidshiplocker/novakidshiplocker.object | |
@@ -8,7 +8,7 @@ | |
"category" : "storage", | |
"description" : "Store some stuff, why don't you?", | |
- "shortdescription" : "Ship locker", | |
+ "shortdescription" : "Ship Locker", | |
"race" : "novakid", | |
"lightColor" : [61, 88, 102], | |
diff --git a/unpacked_pristine/objects/ship/novakidshiplockertier0/novakidshiplockertier0.object b/unpacked/objects/ship/novakidshiplockertier0/novakidshiplockertier0.object | |
index 0ad5b8b..457f315 100644 | |
--- a/unpacked_pristine/objects/ship/novakidshiplockertier0/novakidshiplockertier0.object | |
+++ b/unpacked/objects/ship/novakidshiplockertier0/novakidshiplockertier0.object | |
@@ -6,7 +6,7 @@ | |
"category" : "decorative", | |
"description" : "Store some stuff, why don't you?", | |
- "shortdescription" : "Ship locker", | |
+ "shortdescription" : "Ship Locker", | |
"race" : "novakid", | |
"lightColor" : [61, 88, 102], | |
diff --git a/unpacked_pristine/objects/themed/gothic/gothicchair/gothicchair.object b/unpacked/objects/themed/gothic/gothicchair/gothicchair.object | |
index d668ce1..24f02c8 100644 | |
--- a/unpacked_pristine/objects/themed/gothic/gothicchair/gothicchair.object | |
+++ b/unpacked/objects/themed/gothic/gothicchair/gothicchair.object | |
@@ -3,7 +3,7 @@ | |
"tags" : ["gothic"], | |
"rarity" : "Common", | |
"description" : "An exceptionally gothic chair.", | |
- "shortdescription" : "Gothic chair", | |
+ "shortdescription" : "Gothic Chair", | |
"race" : "generic", | |
"category" : "furniture", | |
"price" : 115, | |
diff --git a/unpacked_pristine/objects/wired/landmine/landmine.object b/unpacked/objects/wired/landmine/landmine.object | |
index 20ae2f6..3b8faaa 100644 | |
--- a/unpacked_pristine/objects/wired/landmine/landmine.object | |
+++ b/unpacked/objects/wired/landmine/landmine.object | |
@@ -7,7 +7,7 @@ | |
"category" : "wire", | |
"price" : 20, | |
"description" : "Watch your step!", | |
- "shortdescription" : "Land mine", | |
+ "shortdescription" : "Land Mine", | |
"race" : "generic", | |
"inventoryIcon" : "landmineicon.png", | |
diff --git a/unpacked_pristine/tiles/materials/apexshipdetails.material b/unpacked/tiles/materials/apexshipdetails.material | |
index 5e8e97d..8ebb5a7 100644 | |
--- a/unpacked_pristine/tiles/materials/apexshipdetails.material | |
+++ b/unpacked/tiles/materials/apexshipdetails.material | |
@@ -4,7 +4,7 @@ | |
"particleColor" : [110, 110, 110, 255], | |
"itemDrop" : "apexshipdetails", | |
"description" : "A little bit of metal.", | |
- "shortdescription" : "Metal object", | |
+ "shortdescription" : "Metal Railing", | |
"glitchDescription" : "Statement. A small bit of metal.", | |
"floranDescription" : "Sssteel.", | |
"footstepSound" : "/sfx/blocks/footstep_composite.wav", | |
diff --git a/unpacked_pristine/tiles/materials/blueneonsymbolblock.material b/unpacked/tiles/materials/blueneonsymbolblock.material | |
index 65a466a..1e095f0 100644 | |
--- a/unpacked_pristine/tiles/materials/blueneonsymbolblock.material | |
+++ b/unpacked/tiles/materials/blueneonsymbolblock.material | |
@@ -4,7 +4,7 @@ | |
"particleColor" : [71, 66, 57, 255], | |
"itemDrop" : "blueneonsymbolblock", | |
"description" : "Blue neon symbol.", | |
- "shortdescription" : "Blue neon symbol.", | |
+ "shortdescription" : "Blue Neon Symbol", | |
"glitchDescription" : "Statement. An blue neon symbol block.", | |
"floranDescription" : "Block.", | |
"footstepSound" : "/sfx/blocks/footstep_stone.wav", | |
diff --git a/unpacked_pristine/tiles/materials/chain.material b/unpacked/tiles/materials/chain.material | |
index d51fc70..acbaa57 100644 | |
--- a/unpacked_pristine/tiles/materials/chain.material | |
+++ b/unpacked/tiles/materials/chain.material | |
@@ -4,7 +4,7 @@ | |
"particleColor" : [149, 148, 145, 255], | |
"itemDrop" : "chain", | |
"description" : "Steel chains, and not the fun kind.", | |
- "shortdescription" : "Steel chain", | |
+ "shortdescription" : "Steel Chain", | |
"glitchDescription" : "Statement. Chains.", | |
"floranDescription" : "Floran use chains to catch prey.", | |
"footstepSound" : "/sfx/blocks/footstep_composite.wav", | |
diff --git a/unpacked_pristine/tiles/materials/coconutblock.material b/unpacked/tiles/materials/coconutblock.material | |
index f2ac5ce..8f375b1 100644 | |
--- a/unpacked_pristine/tiles/materials/coconutblock.material | |
+++ b/unpacked/tiles/materials/coconutblock.material | |
@@ -4,7 +4,7 @@ | |
"particleColor" : [102, 73, 41, 255], | |
"itemDrop" : "coconutblock", | |
"description" : "Just a block made of coconut.", | |
- "shortdescription" : "Coconut block", | |
+ "shortdescription" : "Coconut Block", | |
"glitchDescription" : "Statement. Coconut.", | |
"floranDescription" : "Unssstabbed coco.", | |
"footstepSound" : "/sfx/blocks/footstep_wood.wav", | |
diff --git a/unpacked_pristine/tiles/materials/darksmoothstone.material b/unpacked/tiles/materials/darksmoothstone.material | |
index 37d9405..80dce73 100644 | |
--- a/unpacked_pristine/tiles/materials/darksmoothstone.material | |
+++ b/unpacked/tiles/materials/darksmoothstone.material | |
@@ -2,7 +2,7 @@ | |
"materialId" : 6, | |
"materialName" : "darksmoothstone", | |
"particleColor" : [132, 134, 132, 255], | |
- "shortdescription" : "Dark Smooth Stone.", | |
+ "shortdescription" : "Dark Smooth Stone", | |
"description" : "A dark, smooth stone block. Mysterious.", | |
"glitchDescription" : "Analysis. A dark block of unknown origin.", | |
"floranDescription" : "Sssmooth block.", | |
diff --git a/unpacked_pristine/tiles/materials/plantblock.material b/unpacked/tiles/materials/plantblock.material | |
index 6371b98..5ee2257 100644 | |
--- a/unpacked_pristine/tiles/materials/plantblock.material | |
+++ b/unpacked/tiles/materials/plantblock.material | |
@@ -4,7 +4,7 @@ | |
"particleColor" : [13, 39, 7, 255], | |
"itemDrop" : "plantblock", | |
"description" : "A block made of plant matter.", | |
- "shortdescription" : "plantblock", | |
+ "shortdescription" : "Plant Block", | |
"glitchDescription" : "Statement. Plant matter.", | |
"floranDescription" : "Floran feel kinship with plant block.", | |
"footstepSound" : "/sfx/blocks/footstep_gravel.wav", | |
diff --git a/unpacked_pristine/tiles/materials/spidersilkblock.material b/unpacked/tiles/materials/spidersilkblock.material | |
index 3c5ec9c..4bec506 100644 | |
--- a/unpacked_pristine/tiles/materials/spidersilkblock.material | |
+++ b/unpacked/tiles/materials/spidersilkblock.material | |
@@ -5,7 +5,7 @@ | |
"transparent" : true, | |
"itemDrop" : "spidersilkblock", | |
"description" : "Spider silk.", | |
- "shortdescription" : "Spider silk Block", | |
+ "shortdescription" : "Spider Silk Block", | |
"glitchDescription" : "todo", | |
"floranDescription" : "todo", | |
"footstepSound" : "/sfx/blocks/footstep_ash.wav", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment