Files
NGECore2/scripts/loot/lootPools/random_loot_primitives.py
T
CharonInferar 16f82b50a6 Dantooine-wide spawns added with Planetary Spawn Tool
Considering the combat level ranges from live, the planet's surface has
been covered with spawn areas for various mobs and NPCs. A small as
possible count of collidables was used to save server resources while
still being able to realize the spawns.
2014-05-19 15:52:57 +02:00

8 lines
80 B
Python

def itemNames():
return ['janta_knife']
def itemChances():
return [100]