popraven novi npc

This commit is contained in:
2025-12-08 17:09:52 +01:00
parent 81a7895c10
commit abc536fea1
17 changed files with 149 additions and 58 deletions

View File

@@ -53,6 +53,8 @@ class LootChest {
],
'city': [
{ item: 'gold', count: 50, chance: 1.0 },
{ item: 'scrap_metal', count: 5, chance: 0.8 }, // City-specific
{ item: 'chips', count: 2, chance: 0.6 }, // Electronics
{ item: 'stone', count: 30, chance: 0.9 },
{ item: 'iron', count: 10, chance: 0.7 },
{ item: 'seeds_corn', count: 5, chance: 0.6 },
@@ -61,6 +63,8 @@ class LootChest {
],
'elite': [
{ item: 'gold', count: 100, chance: 1.0 },
{ item: 'scrap_metal', count: 15, chance: 1.0 }, // Lots of scrap
{ item: 'chips', count: 5, chance: 0.9 }, // Rare electronics
{ item: 'iron', count: 25, chance: 1.0 },
{ item: 'diamond', count: 3, chance: 0.5 },
{ item: 'seeds_corn', count: 20, chance: 0.8 }