.dungeon/module/documents/Actor
2024-05-05 16:39:25 -06:00
..
_proxy.mjs Fix the instanceof operators on the proxy to include the default class 2024-03-19 19:35:14 -06:00
GenericActor.mjs Implement the DiceField and required changes to get it working (closes #179) 2024-04-27 02:07:22 -06:00
Mob.mjs Make the system use Proxy and proper subclassing instead of the weird middle-ground polymorphism (closes #86) 2024-03-18 23:16:17 -06:00
Player.mjs Move the data that should not be stored in the DB into the Actor's prepareBaseData method 2024-05-05 16:39:25 -06:00
Sync.mjs Fix a bug with the Sync actor 2024-04-06 12:00:06 -06:00