Croebh / Avrae-Customizations

A place for me to store and update all of my Avrae aliases and customizations.
GNU General Public License v3.0
28 stars 23 forks source link

New Features and Bug Fixes #18

Closed nerdsanddragons closed 3 years ago

nerdsanddragons commented 4 years ago

New Features Fog of War -fow coordinate(s) - Turns fog of war on but reveals what's between a set of coordinates or a single coordinate. Example: !map -fow B1E5 or !map -fow J5 -fow none - Turns fog of war off and makes everything visible. -addfow coordinate(s) - Conceals what's between a set of coordinates, or a single coordinate, with fog of war.

Load JSON Files -loadjson url - Loads Json file. Multiple files can be loaded -deletejson url - Deletes A Specific Json File -loadjson reset - Deletes All Json Files

Distance -distance coordinate:coordinate[,color] - Will measure the distance between to coordinates. You also can measure between a target and a coordinate or between two targets. You can change the default color of the overlay if needed. Example: !map -distance a1:d4 or !map -distance prixaris:h5,r or !map -distance prixaris:go1,y

Objectlist !map objectlist - Show Object Key List as well as image of available objects that can be placed

Walls - Colored Walls -wall coordinate coordinate>[,color] - Draws a wall directly onto the grid, between two coordinates. Example: -wall B3J3_B6J6 would draw a line from B3 to J3, and another from B6 to J6. Walls can be added one at a time, or multiple at a time with multiple -wall. When adding walls you can make each one any color you want. Example: -wall b2b9,r

Fixes • Zoom options for !map status and -options display both old way or new way if setting zoom • When saving map you can save name in uppercase or lowercase letters but loading map is case-insensitive

Updated all new features info in help menus

What Alias/Snippet is this for?

!map

Summary

New features and bug fixes

Checklist

PR Type

nerdsanddragons commented 3 years ago

Closing this out to send new one