From 72420c8e3c2b51c6ec12d7e5973a90b2e4119152 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Tue, 22 Jun 2021 22:50:34 +1200 Subject: [PATCH] Update gamedata.json --- DataCollection/gamedata.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/DataCollection/gamedata.json b/DataCollection/gamedata.json index 5e5db1c..4af5372 100755 --- a/DataCollection/gamedata.json +++ b/DataCollection/gamedata.json @@ -52,11 +52,12 @@ "profile":{ "save":"Your profile changes were saved.", "too_long":"Profile TOO LONG, 4,000 char max!", - "blocked":"Profile NOT SAVED, Chat Violations Present! (%REASON%)", - + "blocked":"Profile NOT SAVED, Chat Violations Present! (%REASON%)", + }, + "prof_reasons":{ "profanity":"Profanity detected.", "personal_info":"No giving out personal info/websites.", - }, + } "private_notes_save":"Saved Private Notes.", "buddy_request":"Attempting to Add Buddy. The other player must click ADD BUDDY as well. (Many players reserve this for just a couple players so don't feel insulted if they do not).", "click_nothing_message":"Nothing interesting here...", @@ -610,7 +611,6 @@ "ranch_buy_cannot_afford":"You cannot afford this property!", "ranch_brought":"You paid $%PRICE% and are now the proud owner of this ranch!", - "saved_ranch":"Saved Ranch Description.", "default_title":"Ranch", "edit_description":"^PLRanch Title:|%RANCHTITLE%^LYour Ranch Description:^R1^PB160|%RANCHDESC%^PS11|SAVE DESCRIPTION", "your_ranch_meta":"%USERNAME%'s %TITLE%", @@ -618,6 +618,15 @@ "sell_confirm":"^T6Are you SURE you want to sell your ranch?^B6S^R1", "sell_done":"You sold your ranch for $%PRICE%!", + + "ranch_info":{ + "saved":"Saved Ranch Description.", + "title_too_long":"100 character Max for Ranch Titles!", + "description_too_long":"4000 character Max for Ranch description!", + + "title_contains_violations":"Title NOT SAVED, Chat Violations Present!", + "desc contains violations":"Description NOT SAVED, Chat Violations Present! (%REASON%)", + }, "build":{ "build_on_this_spot":"You can build one of the following buildings on this spot:", "build_format":"^T6Build a %BUILDINGNAME% for $%PRICE%^B6L%BUILDINGID%^B6B%BUILDINGID%^R1", @@ -771,7 +780,14 @@ "released_by_message":"Released by %USERNAME%:", "stop_riding_message":"You are now not riding a horse!", "unequip_tack_message":"You removed the tack off %HORSENAME%.", - "saved_profile":"Saved profile for horse %HORSENAME%.", + "profile":{ + "saved":"Saved profile for horse %HORSENAME%.", + "desc_too_long":"Horse Description too long (250 char max)!", + "name_too_long":"Horse Name too long (50 char max)!", + + "name_profanity_detected":"Name NOT SAVED, Chat Violations Present!", + "profile_profanity_detected":"Profile NOT SAVED, Chat Violations Present! (%REASON%)" + } "horse_set_new_category":"Horse set as %CATEGORY%", "back_to_horse":"^R1^D5|BACK TO HORSE^R1", "pet_horse":"%MESSAGES%Your horse whinnies lightly. (+%MOOD% mood / -%TIREDNESS% tiredness)",