mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
misc. syntax errors
This commit is contained in:
parent
67c79a5759
commit
962eb1f40f
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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")),
|
||||||
])
|
]),
|
||||||
]))
|
])),
|
||||||
]
|
]
|
@ -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")),
|
||||||
])
|
]),
|
||||||
]))
|
])),
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user