Skip to content

Commit 16d5a25

Browse files
committed
Support "Ethereal Sight" trait rag
Added in 5etools-utils 0.15.15
1 parent c4daa94 commit 16d5a25

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/FifthEdition/Bestiary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Scott James Remnant on 12/25/25.
66
//
77
// Derived from schema-template/bestiary/bestiary.json
8-
// Version: 1.21.60
8+
// Version: 1.21.62
99

1010
import MemberwiseInit
1111

Sources/FifthEdition/Enum.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ public enum TraitTag: String, CaseIterable, Codable, Sendable {
333333
case damageAbsorption = "Damage Absorption"
334334
case deathBurst = "Death Burst"
335335
case devilsSight = "Devil's Sight"
336+
case etherealSight = "Ethereal Sight"
336337
case falseAppearance = "False Appearance"
337338
case feyAncestry = "Fey Ancestry"
338339
case flyby = "Flyby"

0 commit comments

Comments
 (0)