weighted spawns, magic mapping, and curses
This commit is contained in:
parent
b8f8691e90
commit
c6639b7616
8 changed files with 318 additions and 133 deletions
|
|
@ -51,12 +51,14 @@ pub fn save_game(ecs: &mut World) {
|
|||
SufferDamage,
|
||||
WantsToMelee,
|
||||
Item,
|
||||
Cursed,
|
||||
Consumable,
|
||||
Destructible,
|
||||
Ranged,
|
||||
InflictsDamage,
|
||||
AOE,
|
||||
Confusion,
|
||||
MagicMapper,
|
||||
ProvidesHealing,
|
||||
InBackpack,
|
||||
WantsToPickupItem,
|
||||
|
|
@ -126,12 +128,14 @@ pub fn load_game(ecs: &mut World) {
|
|||
SufferDamage,
|
||||
WantsToMelee,
|
||||
Item,
|
||||
Cursed,
|
||||
Consumable,
|
||||
Destructible,
|
||||
Ranged,
|
||||
InflictsDamage,
|
||||
AOE,
|
||||
Confusion,
|
||||
MagicMapper,
|
||||
ProvidesHealing,
|
||||
InBackpack,
|
||||
WantsToPickupItem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue