Skip to content

Commit

Permalink
Data: Add claw relic
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Aug 23, 2024
1 parent 115349e commit 8939eed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/assets/modifierdata/relics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
Outgoing Strike Damage: [7%, unknown]
gw2id: 100947

- id: claw-relic
text: Relic of the Claw
amountData:
label: '% uptime'
default: 0
defaultInput: ???
quantityEntered: 100
modifiers:
damage:
Outgoing Strike Damage: [7%, unknown]
gw2id: 103574

- id: brawler-relic
text: Relic of the Brawler
amountData:
Expand Down
1 change: 1 addition & 0 deletions src/components/url-state/schema/SchemaDicts.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export const relicsDict = [
'dwayna-relic',
'lyhr-relic',
'mercy-relic',
'claw-relic',
];

export const sigilDict = [
Expand Down

0 comments on commit 8939eed

Please sign in to comment.