Skip to content

Commit 573e56c

Browse files
[Magiclysm] The Forge Lords won't take clothes (#82735)
* Initial commit * Kick tests * Kick tests
1 parent 6cfc519 commit 573e56c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

data/mods/Magiclysm/npc/factions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
{ "item": "denarius", "price": 2500, "fixed_adj": 0 },
142142
{ "category": "drink", "price": 0 },
143143
{ "category": "food", "price": 0 },
144+
{ "category": "clothing", "price": 0 },
144145
{ "category": "guns", "premium": 0.1 },
145146
{ "category": "ammo", "premium": 0.1 },
146147
{ "category": "artifacts", "premium": 1000 },
@@ -153,6 +154,16 @@
153154
{ "group": "SUS_utensils", "price": 0 },
154155
{ "group": "SUS_junk_drawer", "price": 0 },
155156
{ "group": "SUS_kitchen_sink", "price": 0 },
157+
{ "group": "enchanted_rings_common", "premium": 1 },
158+
{ "group": "enchanted_rings_uncommon", "premium": 1 },
159+
{ "group": "enchanted_rings_rare", "premium": 1 },
160+
{ "group": "enchanted_combat_items", "premium": 1 },
161+
{ "group": "enchanted_misc", "premium": 1 },
162+
{ "group": "enchanted_masks", "premium": 1 },
163+
{ "group": "enchanted_worn_items", "premium": 1 },
164+
{ "group": "enchanted_bracers_greater", "premium": 1 },
165+
{ "group": "enchanted_cloaks_rare", "premium": 1 },
166+
{ "group": "items_of_elvenkind", "premium": 1 },
156167
{ "group": "potions_common", "premium": 1 },
157168
{ "group": "potions_uncommon", "premium": 1.1 },
158169
{ "group": "potions_rare", "premium": 1.6 },

0 commit comments

Comments
 (0)