misc. syntax errors

This commit is contained in:
horblegorble 2024-05-30 17:34:34 +10:00
parent 67c79a5759
commit 962eb1f40f
4 changed files with 6 additions and 6 deletions

View File

@ -20,6 +20,7 @@ BasicRanged(
chance: 1.0, chance: 1.0,
)), )),
)), )),
),
projectile_body: Object(Pumpkin), projectile_body: Object(Pumpkin),
projectile_light: None, projectile_light: None,
projectile_speed: 30.0, projectile_speed: 30.0,

View File

@ -19,7 +19,6 @@ BasicRanged(
chance: 0.1, chance: 0.1,
)), )),
)), )),
), ),
projectile_body: Object(BoltFire), projectile_body: Object(BoltFire),
projectile_speed: 25, projectile_speed: 25,

View File

@ -13,6 +13,6 @@
(3.0, Item("common.items.armor.misc.neck.scratched")), (3.0, Item("common.items.armor.misc.neck.scratched")),
(1.0, Item("common.items.armor.misc.head.wanderers_hat")), (1.0, Item("common.items.armor.misc.head.wanderers_hat")),
(1.0, Item("common.items.armor.misc.head.gnarling_mask")), (1.0, Item("common.items.armor.misc.head.gnarling_mask")),
]) ]),
])) ])),
] ]

View File

@ -8,11 +8,11 @@
Lottery([ Lottery([
(1.0, LootTable("common.loot_tables.armor.tier-1")), (1.0, LootTable("common.loot_tables.armor.tier-1")),
(1.0, LootTable("common.loot_tables.weapons.tier-1")), (1.0, LootTable("common.loot_tables.weapons.tier-1")),
]) ]),
Lottery([ Lottery([
(3.0, Nothing), (3.0, Nothing),
(1.0, Item("common.items.lantern.pumpkin")), (1.0, Item("common.items.lantern.pumpkin")),
(1.0, Item("common.items.glider.moth")), (1.0, Item("common.items.glider.moth")),
]) ]),
])) ])),
] ]