Skip to content

Commit

Permalink
Merge pull request #2057 from KronicWayz/Lootspawns-2.0
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
QuentinGruber committed May 16, 2024
2 parents b8fb8d8 + 16f1cbe commit 9e27609
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 48 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/stale.yml

This file was deleted.

138 changes: 117 additions & 21 deletions src/servers/ZoneServer2016/data/lootspawns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,15 +769,15 @@ export const lootTables: { [lootSpawner: string]: LootSpawner } = {
},
{
item: Items.WEAPON_BAT_WOOD,
weight: 20,
weight: 15,
spawnCount: {
min: 1,
max: 1
}
},
{
item: Items.WEAPON_BAT_ALUM,
weight: 20,
weight: 15,
spawnCount: {
min: 1,
max: 1
Expand Down Expand Up @@ -1239,23 +1239,23 @@ export const lootTables: { [lootSpawner: string]: LootSpawner } = {
min: 1,
max: 1
}
},
{
item: Items.WEAPON_HATCHET,
weight: 10,
spawnCount: {
min: 1,
max: 1
}
},
{
item: Items.WATER_EMPTY,
weight: 15,
spawnCount: {
min: 1,
max: 1
}
}
// {
// item: Items.WEAPON_HATCHET,
// weight: 10,
// spawnCount: {
// min: 1,
// max: 1
// }
// },
// {
// item: Items.WATER_EMPTY,
// weight: 15,
// spawnCount: {
// min: 1,
// max: 1
// }
// }
]
},
// #endregion
Expand Down Expand Up @@ -1448,6 +1448,30 @@ export const lootTables: { [lootSpawner: string]: LootSpawner } = {
min: 1,
max: 1
}
},
{

Check failure on line 1452 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.GRENADE_SMOKE,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{

Check failure on line 1460 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.GRENADE_FLASH,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{

Check failure on line 1468 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.WEAPON_MOLOTOV,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
}
]
},
Expand Down Expand Up @@ -1606,6 +1630,30 @@ export const lootTables: { [lootSpawner: string]: LootSpawner } = {
min: 1,
max: 1
}
},
{

Check failure on line 1634 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.GRENADE_SMOKE,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{

Check failure on line 1642 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.GRENADE_FLASH,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{

Check failure on line 1650 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.WEAPON_MOLOTOV,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
}
]
},
Expand Down Expand Up @@ -1676,6 +1724,30 @@ export const lootTables: { [lootSpawner: string]: LootSpawner } = {
min: 1,
max: 1
}
},
{

Check failure on line 1728 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.GRENADE_SMOKE,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{

Check failure on line 1736 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.GRENADE_FLASH,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{

Check failure on line 1744 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.WEAPON_MOLOTOV,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
}
]
},
Expand Down Expand Up @@ -1747,6 +1819,30 @@ export const lootTables: { [lootSpawner: string]: LootSpawner } = {
min: 1,
max: 1
}
},
{

Check failure on line 1823 in src/servers/ZoneServer2016/data/lootspawns.ts

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
item: Items.GRENADE_SMOKE,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{
item: Items.GRENADE_FLASH,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
},
{
item: Items.WEAPON_MOLOTOV,
weight: 100,
spawnCount: {
min: 1,
max: 1
}
}
]
},
Expand Down Expand Up @@ -3474,7 +3570,7 @@ export const containerLootSpawners: {
item: Items.FERTILIZER,
weight: 1,
spawnCount: {
min: 15,
min: 10,
max: 15
}
},
Expand Down Expand Up @@ -3504,15 +3600,15 @@ export const containerLootSpawners: {
item: Items.IED,
weight: 1,
spawnCount: {
min: 20,
min: 10,
max: 20
}
},
{
item: Items.FUEL_ETHANOL,
weight: 1,
spawnCount: {
min: 20,
min: 10,
max: 20
}
},
Expand Down

0 comments on commit 9e27609

Please sign in to comment.