Rename loot and equipment

This commit is contained in:
Johannes Loher 2021-02-21 03:40:54 +01:00
parent dacce1b29d
commit 343a888b68
13 changed files with 267 additions and 128 deletions

View file

@ -134,8 +134,8 @@ export class DS4Actor extends Actor<DS4ActorData, DS4Item> {
"weapon",
"armor",
"shield",
"trinket",
"equipment",
"loot",
"spell",
"talent",
"racialAbility",
@ -143,7 +143,7 @@ export class DS4Actor extends Actor<DS4ActorData, DS4Item> {
"alphabet",
];
case "creature":
return ["weapon", "armor", "shield", "trinket", "equipment", "spell", "specialCreatureAbility"];
return ["weapon", "armor", "shield", "equipment", "loot", "spell", "specialCreatureAbility"];
default:
return [];
}