Item munition

This commit is contained in:
2025-02-06 20:23:46 +01:00
parent 8479fdda8a
commit ecdcdb69d5
9 changed files with 78 additions and 7 deletions

View File

@ -0,0 +1,7 @@
import { RdDItem } from "../item.js";
export default class RdDItemMunition extends RdDItem {
static get defaultIcon() {
return 'systems/foundryvtt-reve-de-dragon/icons/objets/fleche.webp'
}
}