diff options
| author | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
| commit | bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 (patch) | |
| tree | 5383c325fafeb34c01ea737a7070402f040fc5af /data/drops | |
| parent | fbe5090ac3325ff8ea6989cdf4515c7f077c975b (diff) | |
| download | thehouseoficarus-bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5.tar.gz | |
feat: admin gui map, item, and objects mostly complete
Diffstat (limited to 'data/drops')
| -rw-r--r-- | data/drops/credit_stick_drop.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/data/drops/credit_stick_drop.yaml b/data/drops/credit_stick_drop.yaml index 09ad76a..8b00d69 100644 --- a/data/drops/credit_stick_drop.yaml +++ b/data/drops/credit_stick_drop.yaml @@ -1,16 +1,17 @@ drops: - item_id: credits - weight: 40 quantity: 15 + weight: 40 - item_id: credits - weight: 30 quantity: 30 + weight: 30 - item_id: credits - weight: 20 quantity: 50 + weight: 20 - item_id: credits - weight: 8 quantity: 100 + weight: 8 - item_id: credits + quantity: 250 weight: 2 - quantity: 250
\ No newline at end of file +id: credit_stick_drop |
