Skip to content

Commit

Permalink
Add some comments for column context and guesses
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwarner committed Nov 16, 2023
1 parent 73efcb9 commit 0edcb1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dat-schema/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ type BaseItemTypes @tags(list: ["item:def", "item:droptable"]) {
_: bool
_: rid
_: rid
_: bool
_: bool # something to do with being transactional/UI based items
TradeMarketCategory: TradeMarketCategory
Unmodifiable: bool
Unmodifiable: bool # only for base types whose class isn't inherently Unmodifiable
Achievement: [AchievementItems]
}

Expand Down Expand Up @@ -4362,7 +4362,7 @@ type RareMonsterLifeScalingPerLevel {

type Rarity {
Id: string
MinMods: i32
MinMods: i32 # This doesn't seem right, rare should be 3 not 4
MaxMods: i32
_: i32
MaxPrefix: i32
Expand Down Expand Up @@ -4531,7 +4531,7 @@ type SkillGems @tags(list: ["item:def"]) {
RegularVariant: SkillGems
GrantedEffectHardMode: GrantedEffects
_: rid
_: i32
_: i32 # This is tied to gem color: 1=red, 2=green, 3=blue, 4=white
ItemExperienceType: ItemExperienceTypes
MtxSlotTypes: [MicrotransactionSkillGemEffectSlotTypes]
}
Expand Down

0 comments on commit 0edcb1c

Please sign in to comment.