# Loot Options

**URL:** https://discourse.cataclysmdda.org/t/loot-options/9792
**Category:** The Drawing Board
**Created:** [June 11, 2015, 11:35am UTC](https://discourse.cataclysmdda.org/t/loot-options/9792 "2015-06-11T11:35:55Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Asura](https://avatars.discourse-cdn.com/v4/letter/a/8e7dd6/32.png) [@Asura](https://discourse.cataclysmdda.org/u/Asura)
#### Post date: [June 11, 2015, 11:35am UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/1 "2015-06-11T11:35:55Z")

</div>

is it possible to add more options to influence item generation in the game? sliders for different types of item categories (food, drugs, clothes etc.) would be nice.  
right now im playing with an item spawn scaling factor of 0.05 and there are still to many items. but thats because Z´s and NPC´s drop everything u need. so another slider for them would be pretty nice.

[size=8pt]i apologize for my bad english[/size]

---

<div class="post-metadata">

### Author: ![troll\_from\_behind](https://avatars.discourse-cdn.com/v4/letter/t/779978/32.png) [@troll\_from\_behind](https://discourse.cataclysmdda.org/u/troll_from_behind)
#### Post date: [June 11, 2015, 11:40am UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/2 "2015-06-11T11:40:38Z")

</div>

It would also be nice to know how many “loot tables” there are, from which the game rolls what you get in a location/from a dead zed/vehicle.

---

<div class="post-metadata">

### Author: ![John\_Candlebury](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/john_candlebury/32/6437_2.png) [@John\_Candlebury](https://discourse.cataclysmdda.org/u/John_Candlebury)
#### Post date: [June 11, 2015, 1:16pm UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/3 "2015-06-11T13:16:48Z")

</div>

You technically could count the with the debug menu, but I dont think you’ll get anything really useful from that.

---

<div class="post-metadata">

### Author: ![Straume21](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/straume21/32/236_2.png) [@Straume21](https://discourse.cataclysmdda.org/u/Straume21)
#### Post date: [June 21, 2015, 5:45pm UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/4 "2015-06-21T17:45:35Z")

</div>

This… would be great. I would love to be able to tweak individual values of items in the world, like food or weapons.

---

<div class="post-metadata">

### Author: ![i2amroy](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/i2amroy/32/909_2.png) [@i2amroy](https://discourse.cataclysmdda.org/u/i2amroy)
#### Post date: [June 21, 2015, 6:14pm UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/5 "2015-06-21T18:14:18Z")

</div>

While you can’t do it in-game, almost everything involving loot is avaliable for access in the json files and as such is editable with a simple text editor. Depending what you want to change you should open up either item\_groups.json, monster\_drops.json, or possibly monsters.json.

---

<div class="post-metadata">

### Author: ![SiegeLion](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/siegelion/32/351_2.png) [@SiegeLion](https://discourse.cataclysmdda.org/u/SiegeLion)
#### Post date: [June 21, 2015, 7:32pm UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/6 "2015-06-21T19:32:09Z")

</div>

How difficult would it be to implement a system for editing this in game? A lot of the options already in the game involve JSON’s don’t they? If you set this up before creating a world then it should work pretty well.

If this isn’t too difficult and nobody else is going to implement it then I may look into it, possibly, no promises.

---

<div class="post-metadata">

### Author: ![i2amroy](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/i2amroy/32/909_2.png) [@i2amroy](https://discourse.cataclysmdda.org/u/i2amroy)
#### Post date: [June 21, 2015, 8:56pm UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/7 "2015-06-21T20:56:10Z")

</div>

Honestly it sounds more like a job for an external mod tool than something in the game proper (who knows, there might already be something that can do it over in the lab forum). I mean all you are basically doing is coding a graphical user interface over a text editor at that point, which isn’t that difficult (doubly so if you are one of the very rare people who actually like working with UI’s).

---

<div class="post-metadata">

### Author: ![SiegeLion](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/siegelion/32/351_2.png) [@SiegeLion](https://discourse.cataclysmdda.org/u/SiegeLion)
#### Post date: [June 21, 2015, 8:58pm UTC](https://discourse.cataclysmdda.org/t/loot-options/9792/8 "2015-06-21T20:58:38Z")

</div>

[Sarcasm]People don’t enjoy working with UI’s?[/sarcasm]
