Merge pull request #62035 from GuardianDll/magi

[Magiclysm] few attunements fixes
This commit is contained in:
Angela Graves 2022-11-02 01:58:28 -05:00 committed by GitHub
commit cca0c2bf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -40,8 +40,6 @@
"message": "",
"valid_targets": [ "self" ],
"flags": [ "SILENT", "NO_LEGS", "NO_HANDS" ],
"min_damage": 1,
"max_damage": 1,
"effect": "attack",
"effect_str": "biomechanic",
"shape": "blast",

View File

@ -8,8 +8,8 @@
"flags": [ "SILENT", "RANDOM_DAMAGE", "NO_EXPLOSION_SFX" ],
"shape": "blast",
"effect": "mod_moves",
"min_damage": 75,
"max_damage": 125,
"min_damage": -75,
"max_damage": -125,
"min_range": 2,
"max_range": 2
},