combat system overhaul - d20/hack-like
This commit is contained in:
parent
32044dbb6a
commit
c169a1eae6
20 changed files with 762 additions and 292 deletions
|
|
@ -48,15 +48,14 @@ pub fn save_game(ecs: &mut World) {
|
|||
serializer,
|
||||
data,
|
||||
AOE,
|
||||
ArmourClassBonus,
|
||||
Attributes,
|
||||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Bystander,
|
||||
CombatStats,
|
||||
Confusion,
|
||||
Consumable,
|
||||
Cursed,
|
||||
DefenceBonus,
|
||||
Destructible,
|
||||
Digger,
|
||||
Door,
|
||||
|
|
@ -70,13 +69,15 @@ pub fn save_game(ecs: &mut World) {
|
|||
InflictsDamage,
|
||||
Item,
|
||||
MagicMapper,
|
||||
MeleePowerBonus,
|
||||
MeleeWeapon,
|
||||
Mind,
|
||||
Monster,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
ParticleLifetime,
|
||||
Player,
|
||||
Position,
|
||||
Pools,
|
||||
Prop,
|
||||
ProvidesHealing,
|
||||
ProvidesNutrition,
|
||||
|
|
@ -84,6 +85,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
Ranged,
|
||||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
SufferDamage,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
|
|
@ -147,15 +149,14 @@ pub fn load_game(ecs: &mut World) {
|
|||
de,
|
||||
d,
|
||||
AOE,
|
||||
ArmourClassBonus,
|
||||
Attributes,
|
||||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Bystander,
|
||||
CombatStats,
|
||||
Confusion,
|
||||
Consumable,
|
||||
Cursed,
|
||||
DefenceBonus,
|
||||
Destructible,
|
||||
Digger,
|
||||
Door,
|
||||
|
|
@ -169,12 +170,14 @@ pub fn load_game(ecs: &mut World) {
|
|||
InflictsDamage,
|
||||
Item,
|
||||
MagicMapper,
|
||||
MeleePowerBonus,
|
||||
MeleeWeapon,
|
||||
Mind,
|
||||
Monster,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
ParticleLifetime,
|
||||
Player,
|
||||
Pools,
|
||||
Position,
|
||||
Prop,
|
||||
ProvidesHealing,
|
||||
|
|
@ -183,6 +186,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
Ranged,
|
||||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
SufferDamage,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue