primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[
|
||||
// Crafting Ingredients
|
||||
(4.0, LootTable("common.loot_tables.materials.common")),
|
||||
// Consumables
|
||||
(2.0, Item("common.items.consumable.potion_minor")),
|
||||
// Gold
|
||||
(2.0, MultiDrop(Item("common.items.utility.coins"), 25, 50)),
|
||||
// Ring
|
||||
(0.05, Item("common.items.armor.misc.ring.gold")),
|
||||
// Necklace
|
||||
(0.05, Item("common.items.armor.misc.neck.gold")),
|
||||
// Armor
|
||||
(0.4, Item("common.items.armor.misc.head.bandana.thief")),
|
||||
(0.4, Item("common.items.armor.misc.head.bandana.red")),
|
||||
(0.4, Item("common.items.armor.misc.head.hood")),
|
||||
(0.4, Item("common.items.armor.misc.head.hood_dark")),
|
||||
]
|
||||
@@ -0,0 +1,17 @@
|
||||
[
|
||||
// Crafting Ingredients
|
||||
(4.0, LootTable("common.loot_tables.materials.common")),
|
||||
// Consumables
|
||||
(2.0, Item("common.items.consumable.potion_minor")),
|
||||
// Gold
|
||||
(2.0, MultiDrop(Item("common.items.utility.coins"), 25, 50)),
|
||||
// Ring
|
||||
(0.05, Item("common.items.armor.misc.ring.gold")),
|
||||
// Necklace
|
||||
(0.05, Item("common.items.armor.misc.neck.gold")),
|
||||
// Armor
|
||||
(0.4, Item("common.items.armor.misc.head.bandana.thief")),
|
||||
(0.4, Item("common.items.armor.misc.head.bandana.red")),
|
||||
(0.4, Item("common.items.armor.misc.head.hood")),
|
||||
(0.4, Item("common.items.armor.misc.head.hood_dark")),
|
||||
]
|
||||
17
veloren/assets/common/loot_tables/humanoids/humanoid.ron
Normal file
17
veloren/assets/common/loot_tables/humanoids/humanoid.ron
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
// Crafting Ingredients
|
||||
(5.0, LootTable("common.loot_tables.materials.common")),
|
||||
// Consumables
|
||||
(0.2, Item("common.items.consumable.potion_minor")),
|
||||
// Armor
|
||||
(1.0, LootTable("common.loot_tables.armor.cloth")),
|
||||
// Ring
|
||||
(0.05, Item("common.items.armor.misc.ring.gold")),
|
||||
// Necklace
|
||||
(0.05, Item("common.items.armor.misc.neck.gold")),
|
||||
// Utility
|
||||
(0.05, Item("common.items.utility.collar")),
|
||||
// Weapons
|
||||
(1.0, LootTable("common.loot_tables.weapons.starter")),
|
||||
(1.0, LootTable("common.loot_tables.weapons.tier-0")),
|
||||
]
|
||||
20
veloren/assets/common/loot_tables/humanoids/pirate.ron
Normal file
20
veloren/assets/common/loot_tables/humanoids/pirate.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
// Crafting Ingredients
|
||||
(3.0, LootTable("common.loot_tables.materials.common")),
|
||||
// Consumables
|
||||
(0.2, Item("common.items.consumable.potion_minor")),
|
||||
// Gold
|
||||
(2.0, MultiDrop(Item("common.items.utility.coins"), 50, 75)),
|
||||
// Ring
|
||||
(0.05, Item("common.items.armor.misc.ring.gold")),
|
||||
// Necklace
|
||||
(0.05, Item("common.items.armor.misc.neck.gold")),
|
||||
// Utility
|
||||
(0.05, Item("common.items.utility.collar")),
|
||||
// Armor
|
||||
(0.080, Item("common.items.armor.pirate.hat")),
|
||||
(0.075, Item("common.items.armor.misc.head.crown")),
|
||||
// Food
|
||||
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
||||
(0.5, Item("common.items.food.meat.fish_raw")),
|
||||
]
|
||||
8
veloren/assets/common/loot_tables/humanoids/witch.ron
Normal file
8
veloren/assets/common/loot_tables/humanoids/witch.ron
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
(0.004, Item("common.items.lantern.pumpkin")),
|
||||
(3.0, LootTable("common.loot_tables.materials.common")),
|
||||
(0.05, Item("common.items.armor.misc.ring.gold")),
|
||||
(0.5, LootTable("common.loot_tables.weapons.tier-3")),
|
||||
(0.1, LootTable("common.loot_tables.weapons.tier-4")),
|
||||
(0.05, Item("common.items.armor.witch.hat")),
|
||||
]
|
||||
Reference in New Issue
Block a user