Skip to content

Remove data duplication from objects.ron - #365

Merged
ozkriff merged 2 commits into
masterfrom
i361_remove_config_data_duplication
Oct 6, 2018
Merged

Remove data duplication from objects.ron#365
ozkriff merged 2 commits into
masterfrom
i361_remove_config_data_duplication

Conversation

@ozkriff

@ozkriff ozkriff commented Oct 6, 2018

Copy link
Copy Markdown
Owner

Closes #361

Related to ozkriff/zemeroth_assets@9532e8a

Config diff example:

    "swordsman": [
        Blocker(()),
        Strength((
-           base_strength: 4,
            strength: 4,
        )),
        Agent((
            moves: 1,
            attacks: 1,
            jokers: 1,
            reactive_attacks: 1,
            attack_distance: 1,
            attack_strength: 2,
            attack_break: 1,
            move_points: 3,
-           base_moves: 1,
-           base_attacks: 1,
-           base_jokers: 1,
        )),
        Abilities([
            (ability: Jump(2), base_cooldown: 2),
            (ability: Rage(2), base_cooldown: 3),
            (ability: Dash, base_cooldown: 1),
         ]),
     ],

@ozkriff
ozkriff merged commit aa0f160 into master Oct 6, 2018
@ozkriff
ozkriff deleted the i361_remove_config_data_duplication branch October 6, 2018 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant