This website requires JavaScript.
Explore
Help
Sign in
Foundry
/
.dungeon
Watch
0
Star
0
Fork
You've already forked .dungeon
0
Code
Issues
57
Pull requests
Projects
Releases
7
Packages
Wiki
Activity
Actions
34eae97b47
.dungeon
/
module
/
documents
/
Actor
History
Download ZIP
Download TAR.GZ
Oliver-Akins
96f5b17785
Implement a button to create items of a specific subtype in the player inventory (
closes
#120
)
2024-03-22 23:35:04 -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 a button to create items of a specific subtype in the player inventory (
closes
#120
)
2024-03-22 23:35:04 -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
Get the item embedding working in a cleaner way where most of the item embedding logic is handled in the item's class instead of the actor's class
2024-03-22 20:23:28 -06:00
Sync.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