Skip to content

Commit 71f04c8

Browse files
authored
feat: plate armor item descriptions (#8238)
Rewrite plate armor item descriptions to be more flavorful
1 parent 9e20898 commit 71f04c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/json/items/armor/suits_protection.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"id": "armor_lightplate",
155155
"type": "ARMOR",
156156
"name": { "str": "plate armor" },
157-
"description": "A suit of Gothic plate armor.",
157+
"description": "A suit of Gothic plate armor, forged from solid steel and shaped to deflect blows. It's heavy, but surprisingly easy to move in.",
158158
"weight": "11000 g",
159159
"volume": "17500 ml",
160160
"price": "600 USD",
@@ -177,7 +177,7 @@
177177
"copy-from": "armor_lightplate",
178178
"type": "ARMOR",
179179
"name": { "str": "superalloy plate armor" },
180-
"description": "A suit of Gothic plate armor, remade using modern superalloy.",
180+
"description": "A suit of Gothic plate armor, forged from modern superalloy and shaped to deflect blows. It's lighter than steel armor.",
181181
"material": [ "superalloy" ],
182182
"color": "light_cyan",
183183
"encumbrance": 25,
@@ -247,7 +247,7 @@
247247
"id": "armor_plate",
248248
"type": "ARMOR",
249249
"name": { "str": "ornamental plate armor" },
250-
"description": "An extremely heavy suit of ornamental armor.",
250+
"description": "An extremely heavy suit of plate armor, with a prominent codpiece. The decorative etchings inlaid with gold make it look more like a display piece than serious armor, but the heavy steel plating should be more than enough to keep the wearer safe.",
251251
"weight": "18000 g",
252252
"volume": "30 L",
253253
"price": "7800 USD",
@@ -270,7 +270,7 @@
270270
"copy-from": "armor_plate",
271271
"type": "ARMOR",
272272
"name": { "str": "ornamental superalloy plate armor" },
273-
"description": "A heavy suit of ornamental armor, remade using modern superalloy.",
273+
"description": "A heavy suit of plate armor, forged from modern superalloy, with a prominent codpiece. It is decorated with menacing spikes and has been polished to a mirror shine.",
274274
"material": [ "superalloy" ],
275275
"color": "light_cyan",
276276
"encumbrance": 40,

0 commit comments

Comments
 (0)