make clippy happy

Delete glider.ron
This commit is contained in:
Monty Marz
2020-10-07 02:23:20 +00:00
parent 613b3b103f
commit 2b800a2b63
467 changed files with 1980 additions and 1011 deletions

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Adaptive stride setup for more dynamic run behavior - Adaptive stride setup for more dynamic run behavior
- Theropod body - Theropod body
- Several new animals - Several new animals
- Item quality indicators
### Changed ### Changed

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Back("Admin"), kind: Back("Admin"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Debug,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Back("DungPurp0"), kind: Back("DungPurp0"),
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Back("Short2"), kind: Back("Short2"),
stats: ( stats: (
protection: Normal(0.2), protection: Normal(0.2)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Back("Short0"), kind: Back("Short0"),
stats: ( stats: (
protection: Normal(0.3), protection: Normal(0.3)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Back("Short1"), kind: Back("Short1"),
stats: ( stats: (
protection: Normal(0.1), protection: Normal(0.1)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Assassin"), kind: Belt("Assassin"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("Bonerattler"), kind: Belt("Bonerattler"),
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("ClothBlue0"), kind: Belt("ClothBlue0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("ClothGreen0"), kind: Belt("ClothGreen0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("ClothPurple0"), kind: Belt("ClothPurple0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("Cultist"), kind: Belt("Cultist"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Druid"), kind: Belt("Druid"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("Leather0"), kind: Belt("Leather0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("Leather2"), kind: Belt("Leather2"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Leather2"), kind: Belt("Leather2"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Plate0"), kind: Belt("Plate0"),
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Steel0"), kind: Belt("Steel0"),
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Belt("Tarasque"), kind: Belt("Tarasque"),
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Twig"), kind: Belt("Twig"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Twigsflowers"), kind: Belt("Twigsflowers"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Belt("Twigsleaves"), kind: Belt("Twigsleaves"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Assassin"), kind: Chest("Assassin"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("Bonerattler"), kind: Chest("Bonerattler"),
stats: ( stats: (
protection: Normal(25.0), protection: Normal(25.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("ClothBlue0"), kind: Chest("ClothBlue0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("ClothGreen0"), kind: Chest("ClothGreen0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("ClothPurple0"), kind: Chest("ClothPurple0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("CultistBlue"), kind: Chest("CultistBlue"),
stats: ( stats: (
protection: Normal(30.0), protection: Normal(30.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("CultistPurple"), kind: Chest("CultistPurple"),
stats: ( stats: (
protection: Normal(30.0), protection: Normal(30.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Druid"), kind: Chest("Druid"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Leather0"), kind: Chest("Leather0"),
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Leather2"), kind: Chest("Leather2"),
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Leather2"), kind: Chest("Leather2"),
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("PlateGreen0"), kind: Chest("PlateGreen0"),
stats: ( stats: (
protection: Normal(20.0), protection: Normal(20.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("Steel0"), kind: Chest("Steel0"),
stats: ( stats: (
protection: Normal(25.0), protection: Normal(25.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("Tarasque"), kind: Chest("Tarasque"),
stats: ( stats: (
protection: Normal(25.0), protection: Normal(25.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Twig"), kind: Chest("Twig"),
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Twigsflowers"), kind: Chest("Twigsflowers"),
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Chest("Twigsleaves"), kind: Chest("Twigsleaves"),
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerGreen0"), kind: Chest("WorkerGreen0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerGreen1"), kind: Chest("WorkerGreen1"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerOrange0"), kind: Chest("WorkerOrange0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerOrange1"), kind: Chest("WorkerOrange1"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerPurple0"), kind: Chest("WorkerPurple0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerPurple1"), kind: Chest("WorkerPurple1"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerRed0"), kind: Chest("WorkerRed0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerRed1"), kind: Chest("WorkerRed1"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerYellow0"), kind: Chest("WorkerYellow0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Chest("WorkerYellow1"), kind: Chest("WorkerYellow1"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Low,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Foot("Assassin"), kind: Foot("Assassin"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("Bonerattler"), kind: Foot("Bonerattler"),
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("ClothBlue0"), kind: Foot("ClothBlue0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("ClothGreen0"), kind: Foot("ClothGreen0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("ClothPurple0"), kind: Foot("ClothPurple0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("Cultist"), kind: Foot("Cultist"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Foot("Druid"), kind: Foot("Druid"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("JackalopeSlips"), kind: Foot("JackalopeSlips"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("Leather0"), kind: Foot("Leather0"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("Leather2"), kind: Foot("Leather2"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Foot("Leather2"), kind: Foot("Leather2"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Foot("Plate0"), kind: Foot("Plate0"),
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("Steel0"), kind: Foot("Steel0"),
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Foot("Tarasque"), kind: Foot("Tarasque"),
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Foot("Twig"), kind: Foot("Twig"),
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Foot("Twigsflowers"), kind: Foot("Twigsflowers"),
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Foot("Twigsleaves"), kind: Foot("Twigsleaves"),
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Hand("Assassin"), kind: Hand("Assassin"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("Bonerattler"), kind: Hand("Bonerattler"),
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("ClothBlue0"), kind: Hand("ClothBlue0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("ClothGreen0"), kind: Hand("ClothGreen0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("ClothPurple0"), kind: Hand("ClothPurple0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("CultistBlue"), kind: Hand("CultistBlue"),
stats: ( stats: (
protection: Normal(12.0), protection: Normal(12.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("CultistPurple"), kind: Hand("CultistPurple"),
stats: ( stats: (
protection: Normal(12.0), protection: Normal(12.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("Druid"), kind: Hand("Druid"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("Leather0"), kind: Hand("Leather0"),
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("Leather2"), kind: Hand("Leather2"),
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Hand("Leather2"), kind: Hand("Leather2"),
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Hand("Plate0"), kind: Hand("Plate0"),
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Hand("Steel0"), kind: Hand("Steel0"),
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Hand("Tarasque"), kind: Hand("Tarasque"),
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Hand("Twig"), kind: Hand("Twig"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Hand("Twigsflowers"), kind: Hand("Twigsflowers"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Hand("Twigsleaves"), kind: Hand("Twigsleaves"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Head("AssaMask0"), kind: Head("AssaMask0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Head("Leather0"), kind: Head("Leather0"),
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Neck("Neck0"), kind: Neck("Neck0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Neck("Neck1"), kind: Neck("Neck1"),
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Pants("Assassin"), kind: Pants("Assassin"),
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("Bonerattler"), kind: Pants("Bonerattler"),
stats: ( stats: (
protection: Normal(20.0), protection: Normal(20.0)),
),
) )
), ),
quality: High,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("ClothBlue0"), kind: Pants("ClothBlue0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("ClothGreen0"), kind: Pants("ClothGreen0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("ClothPurple0"), kind: Pants("ClothPurple0"),
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("CultistBlue"), kind: Pants("CultistBlue"),
stats: ( stats: (
protection: Normal(24.0), protection: Normal(24.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("CultistPurple"), kind: Pants("CultistPurple"),
stats: ( stats: (
protection: Normal(24.0), protection: Normal(24.0)),
),
) )
), ),
quality: Epic,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Pants("Druid"), kind: Pants("Druid"),
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Pants("Hunting"), kind: Pants("Hunting"),
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("Leather0"), kind: Pants("Leather0"),
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,8 @@ ItemDef(
( (
kind: Pants("Leather2"), kind: Pants("Leather2"),
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0)),
),
) )
), ),
quality: Common,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Pants("Leather2"), kind: Pants("Leather2"),
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0)
), ),
) )
), ),
quality: Moderate,
) )

View File

@ -5,8 +5,9 @@ ItemDef(
( (
kind: Pants("PlateGreen0"), kind: Pants("PlateGreen0"),
stats: ( stats: (
protection: Normal(16.0), protection: Normal(16.0)
), ),
) )
), ),
quality: Moderate,
) )

Some files were not shown because too many files have changed in this diff Show More