This commit is contained in:
28
main.go
28
main.go
@@ -246,22 +246,22 @@ func main() {
|
||||
|
||||
// Dynamische Abteilungen – frei anpassbar
|
||||
abteilungen := []Abteilung{
|
||||
{Name: "Raumkampf", Anteil: 15, Beispiel: "CF-337 Panther (10x)", WertItem: 363080},
|
||||
{Name: "Bodenkampf", Anteil: 8, Beispiel: "P4-AR Rifle (100x)", WertItem: 590000},
|
||||
{Name: "Racing", Anteil: 3, Beispiel: "LumaCore - Power Plant (10x)", WertItem: 693000},
|
||||
{Name: "Medical", Anteil: 5, Beispiel: "ParaMed Medical Device (100x)", WertItem: 125000},
|
||||
{Name: "Exploration", Anteil: 3, Beispiel: "Pembroke Exploration Suit (10x)", WertItem: 150000},
|
||||
{Name: "Raumkampf", Anteil: 15, Beispiel: "CF-337 Panther", WertItem: 36308},
|
||||
{Name: "Bodenkampf", Anteil: 8, Beispiel: "P4-AR Rifle", WertItem: 5900},
|
||||
{Name: "Racing", Anteil: 3, Beispiel: "LumaCore - Power Plant", WertItem: 69300},
|
||||
{Name: "Medical", Anteil: 5, Beispiel: "ParaMed Medical Device", WertItem: 1250},
|
||||
{Name: "Exploration", Anteil: 3, Beispiel: "Pembroke Exploration Suit", WertItem: 15000},
|
||||
{Name: "Rettung", Anteil: 5, Beispiel: "GSX-HP Fuel-Pod", WertItem: 115200},
|
||||
{Name: "Logistik", Anteil: 8, Beispiel: "MaxLift Tractor Beam (10x)", WertItem: 191750},
|
||||
{Name: "Logistik", Anteil: 8, Beispiel: "MaxLift Tractor Beam", WertItem: 19175},
|
||||
{Name: "Mining", Anteil: 3, Beispiel: "Helix II", WertItem: 108000},
|
||||
{Name: "Salvaging", Anteil: 3, Beispiel: "Abrade Scraper Module (10x)", WertItem: 212500},
|
||||
{Name: "Trading", Anteil: 3, Beispiel: "MaxLift Tractor Beam (10x)", WertItem: 191750},
|
||||
{Name: "Basebuilding (+10)", Anteil: 0, Beispiel: "CF-337 Panther (10x)", WertItem: 363080},
|
||||
{Name: "Crafting (+8)", Anteil: 0, Beispiel: "CF-337 Panther (10x)", WertItem: 363080},
|
||||
{Name: "Forschung (+5)", Anteil: 0, Beispiel: "CF-337 Panther (10x)", WertItem: 363080},
|
||||
{Name: "Events (-23)", Anteil: 38, Beispiel: "CF-337 Panther (10x)", WertItem: 363080},
|
||||
{Name: "Roleplay", Anteil: 3, Beispiel: "Clothing (100x)", WertItem: 840000},
|
||||
{Name: "Kunstflug", Anteil: 3, Beispiel: "Beacon Undersuit Crimson (100x)", WertItem: 100000},
|
||||
{Name: "Salvaging", Anteil: 3, Beispiel: "Abrade Scraper Module", WertItem: 21250},
|
||||
{Name: "Trading", Anteil: 3, Beispiel: "MaxLift Tractor Beam", WertItem: 19175},
|
||||
{Name: "Basebuilding (+10)", Anteil: 0, Beispiel: "CF-337 Panther", WertItem: 36308},
|
||||
{Name: "Crafting (+8)", Anteil: 0, Beispiel: "CF-337 Panther", WertItem: 36308},
|
||||
{Name: "Forschung (+5)", Anteil: 0, Beispiel: "CF-337 Panther", WertItem: 36308},
|
||||
{Name: "Events (-23)", Anteil: 38, Beispiel: "CF-337 Panther", WertItem: 36308},
|
||||
{Name: "Roleplay", Anteil: 3, Beispiel: "Clothing", WertItem: 8400},
|
||||
{Name: "Kunstflug", Anteil: 3, Beispiel: "Beacon Undersuit Crimson", WertItem: 1000},
|
||||
}
|
||||
|
||||
for i := range abteilungen {
|
||||
|
Reference in New Issue
Block a user