Compare commits

...

19 Commits

Author SHA1 Message Date
b8211fe105 Update wbui2.json 2026-03-21 02:01:45 +00:00
60f1345b10 Update wbui2.json 2026-03-21 02:01:03 +00:00
f658a59506 Update admin.txt 2026-03-21 01:06:10 +00:00
63577177ae add real drop id 2025-04-14 18:35:02 -06:00
ce2c5b1939 changed the json formatting to not utilize dynamic keys 2025-04-14 18:33:36 -06:00
fae0c8d65d adjust json formatting 2025-04-14 18:24:05 -06:00
34d2659e3e adding drops config 2025-04-14 16:55:18 -06:00
1bab1edefe add live tuning file 2025-04-14 11:56:23 -06:00
4711dcbaff cleanup old images 2025-04-14 11:53:57 -06:00
ab3bb26a13 add admin file 2025-04-14 11:52:43 -06:00
cac5890dfc update server logo images 2025-03-29 13:59:08 -06:00
29475d8d71 update server logo image 2025-03-29 13:55:49 -06:00
bd0ded8679 add support for variable event scaling 2025-03-22 10:16:45 -06:00
665e027cd4 implement dynamic multiplier for event scaling 2025-03-22 10:07:52 -06:00
dbeda1c21d end event 2025-01-03 22:28:25 -07:00
b56c7d332c 100x event 2025-01-03 21:24:19 -07:00
dd1f8bfcb1 10x event 2025-01-03 21:19:15 -07:00
bf8a2c3d0b revert 2025-01-03 21:03:53 -07:00
ebe9039f3f testing dynamic multiplier 2025-01-03 20:56:42 -07:00
6 changed files with 30 additions and 3 deletions

0
admin.txt Normal file
View File

27
drops.json Normal file
View File

@@ -0,0 +1,27 @@
{
"drops": [
{
"class": "SupplyCrate_Level03_C",
"itemsets": [
{
"set_name": "WeaponsTier1",
"probability": 75.00,
"items": [
{
"item_bp": "blueprint",
"quality_low": "Apprentice",
"quality_high": "Journeyman",
"quality_probability_outside": 5.00,
"quantity_low": 1,
"quantity_high": 2,
"quanity_probability_outside": 10.00,
"grindability": true,
"percent_chance_in_set": 60.00,
"is_blueprint_chance": 30.00
}
]
}
]
}
]
}

View File

@@ -1 +1 @@
HarvestAmountMultiplier=2.0 HarvestAmountMultiplier=1.0

0
livetuning.ini Normal file
View File

BIN
server-logo400x400.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -19,8 +19,8 @@
"buttontext": "<RichColor Color=\"1,0,0,1\">Welcome</>", "buttontext": "<RichColor Color=\"1,0,0,1\">Welcome</>",
"title1": "<RichColor Color=\"0,1,0,1\">Welcome to SlangNTame!</>", "title1": "<RichColor Color=\"0,1,0,1\">Welcome to SlangNTame!</>",
"title2": "<RichColor Color=\"1,0,0,1\">Rules</>", "title2": "<RichColor Color=\"1,0,0,1\">Rules</>",
"text1": "Welcome to our server. We have a long record of running clusters and are excited to bring them to ASA.\nWe hope you enjoy the server and if you need anything don't hesitate to ask.", "text1": "Welcome to our server. We have a long record of running clusters and are excited to share them with you.\nWe hope you enjoy the server and if you need anything don't hesitate to ask.",
"text2": "<TextStyle.Red>Discord & Nicknames</>\n\tEveryone must join the discord!\n\tNames and Tribe names must be consistent.\n\tNO “Anonymous” names. I.e. 123, Human, Bob.\n<TextStyle.Red>No Excessive/Toxic Behavior & No Harassment</>\n\tNo racism or sexually explicit content.\n\tNo base wiping(where possible).\n<TextStyle.Red>No Cheating/Exploiting</>\n<TextStyle.Red>No Spamming Chat/Structures</>", "text2": "<TextStyle.Red>Discord & Nicknames</>\n\tAt least one member of a tribe must join the discord!\n\tNames and Tribe names must be consistent.\n\tNO “Anonymous” names. I.e. 123, Human, Bob.\n<TextStyle.Red>No Excessive/Toxic Behavior & No Harassment</>\n\tNo racism or sexually explicit content.\n\tNo base wiping(where possible).\n<TextStyle.Red>No Cheating/Exploiting</>\n<TextStyle.Red>No Spamming Chat/Structures</>",
"imageurl": "https://i.imgur.com/8PzLQq4.png" "imageurl": "https://i.imgur.com/8PzLQq4.png"
} }
} }