Rename loot and equipment
This commit is contained in:
parent
dacce1b29d
commit
343a888b68
13 changed files with 267 additions and 128 deletions
|
@ -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 [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue