Skip to content

Commit

Permalink
Fix price and level of Energy Adaptive rune (#16463)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Sep 11, 2024
1 parent 293345c commit bada293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module/item/physical/runes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ export const ARMOR_PROPERTY_RUNES: { [T in ArmorPropertyRuneType]: ArmorProperty
},
energyAdaptive: {
name: "PF2E.ArmorPropertyRuneEnergyAdaptive",
level: 6,
price: 225,
level: 13,
price: 2600,
rarity: "common",
slug: "energyAdaptive",
traits: ["magical"],
Expand Down

0 comments on commit bada293

Please sign in to comment.