Version 1.0.19b

This commit is contained in:
Adrian Marquis
2023-05-29 13:49:34 +00:00
parent 5386f164b9
commit b5ede55eba
927 changed files with 92525 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
id: "4B19C9059B3AA9AC"
order_index: 34
title: "Powah: Basic Loot Reward"
loot_size: 1
use_title: true
rewards: [
{ item: "powah:capacitor_basic_tiny", count: 2, random_bonus: 2, weight: 25.0f }
{ item: "powah:capacitor_basic", random_bonus: 2, weight: 25.0f }
{ item: "powah:capacitor_basic_large", weight: 25.0f }
{ item: "powah:dielectric_casing", random_bonus: 1, weight: 10.0f }
{ item: "powah:energy_cable_starter", count: 4, random_bonus: 4, weight: 10.0f }
{ item: "powah:energy_cable_basic", count: 4, random_bonus: 4, weight: 10.0f }
{ item: "powah:energizing_rod_starter", random_bonus: 1, weight: 5.0f }
{ item: "powah:energizing_rod_basic", random_bonus: 1, weight: 5.0f }
{ item: "powah:solar_panel_starter" }
{ item: "powah:solar_panel_basic" }
]
}