New source found from dndbeyond.com
This commit is contained in:
@@ -269,6 +269,9 @@ const initialItemState = {
|
||||
id: -1,
|
||||
isAttuned: null,
|
||||
limitedUse: null,
|
||||
originEntityId: null,
|
||||
originEntityTypeId: null,
|
||||
originDefinitionKey: null,
|
||||
quantity: -1,
|
||||
};
|
||||
export function itemReducer(state = initialItemState, action) {
|
||||
|
||||
Reference in New Issue
Block a user