Advertisement
Guest User

Untitled

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.83 KB | None | 0 0
  1. {
  2.   "General":{
  3.     "TimedPointsReward":{
  4.       "Enabled":true,
  5.       "Interval":5,
  6.       "Groups":{
  7.         "Default":{
  8.           "Amount":5
  9.         },
  10.         "Premiums":{
  11.           "Amount":15
  12.         }
  13.       }
  14.     },
  15.     "ItemsPerPage":15,
  16.     "ShopDisplayTime":15.0,
  17.     "ShopTextSize":1.3,
  18.     "DbPathOverride":"",
  19.     "DefaultKit":"vip,starter"
  20.   },
  21.   "Kits":{
  22.     "starter":{
  23.       "DefaultAmount":2,
  24.       "Price":90,
  25.       "Description":"Starter kit (carno with saddle)",
  26.       "OnlyFromSpawn":true,
  27.       "Items":[
  28.         {
  29.           "Amount":1,
  30.           "Quality":0,
  31.           "ForceBlueprint":false,
  32.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'"
  33.         }
  34.       ],
  35.       "Dinos":[
  36.         {
  37.           "Level":10,
  38.           "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  39.         }
  40.       ]
  41.     },
  42.     "vip":{
  43.       "DefaultAmount":1,
  44.       "Description":"Vip kit for premiums (ptero)",
  45.       "Permissions":"Admins,Premiums",
  46.       "Dinos":[
  47.         {
  48.           "Level":20,
  49.           "Neutered":true,
  50.           "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  51.         }
  52.       ]
  53.     },
  54.     "tools":{
  55.       "DefaultAmount":3,
  56.       "Price":50,
  57.       "MinLevel":1,
  58.       "MaxLevel":20,
  59.       "Description":"Tools kit (pike and club)",
  60.       "Items":[
  61.         {
  62.           "Amount":1,
  63.           "Quality":0,
  64.           "ForceBlueprint":false,
  65.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
  66.         },
  67.         {
  68.           "Amount":1,
  69.           "Quality":0,
  70.           "ForceBlueprint":false,
  71.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneClub.PrimalItem_WeaponStoneClub'"
  72.         }
  73.       ]
  74.     }
  75.   },
  76.   "ShopItems":{
  77.     "ingots100":{
  78.       "Type":"item",
  79.       "Description":"Metal Ingot (100x)",
  80.       "Price":15,
  81.       "Items":[
  82.         {
  83.           "Quality":0,
  84.           "ForceBlueprint":false,
  85.           "Amount":100,
  86.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  87.         }
  88.       ]
  89.     },
  90.     "tools":{
  91.       "Type":"item",
  92.       "Description":"Tools (Metal Hatchet, Metal Pick)",
  93.       "Price":5,
  94.       "Items":[
  95.         {
  96.           "Quality":0,
  97.           "ForceBlueprint":false,
  98.           "Amount":1,
  99.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  100.         },
  101.         {
  102.           "Quality":0,
  103.           "ForceBlueprint":false,
  104.           "Amount":1,
  105.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  106.         }
  107.       ]
  108.     },
  109.     "para":{
  110.       "Type":"dino",
  111.       "Description":"Parasaurolophus",
  112.       "Level":10,
  113.       "Price":20,
  114.       "MinLevel":10,
  115.       "MaxLevel":15,
  116.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
  117.     },
  118.     "carno":{
  119.       "Type":"dino",
  120.       "Description":"Carnotaurus",
  121.       "Level":15,
  122.       "Price":50,
  123.       "Neutered":true,
  124.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  125.     },
  126.     "crate25":{
  127.       "Type":"beacon",
  128.       "Description":"SupplyCrate Lvl 25",
  129.       "Price":100,
  130.       "ClassName":"SupplyCrate_Level25_Double_C"
  131.     },
  132.     "crate2":{
  133.       "Type":"beacon",
  134.       "Description":"Artifact Crate 2",
  135.       "Price":100,
  136.       "ClassName":"ArtifactCrate_2_C"
  137.     },
  138.     "exp1000":{
  139.       "Type":"experience",
  140.       "Description":"1000 points of experience",
  141.       "GiveToDino":false,
  142.       "Price":55,
  143.       "Amount":1000.0
  144.     }
  145.   },
  146.   "SellItems":{
  147.     "metal":{
  148.       "Type":"item",
  149.       "Description":"100x metal",
  150.       "Price":10,
  151.       "Amount":100,
  152.       "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Metal.PrimalItemResource_Metal'"
  153.     }
  154.   },
  155.   "Messages":{
  156.     "Sender":"ArkShop",
  157.     "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">你已经成功购买该物品</>",
  158.     "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">大佬,你已经成功买下了这只恐龙!</>",
  159.     "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  160.     "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">你已经成功购买了EXP</>",
  161.     "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">你已经收到 {0} 金额 (total: {1})</>",
  162.     "HavePoints":"You have {0} points",
  163.     "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">你没有足够的钱</>",
  164.     "WrongId":"<RichColor Color=\"1, 0, 0, 1\">错误id</>",
  165.     "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">你没有使用这个工具包的许可</>",
  166.     "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">你不能买这个工具包</>",
  167.     "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">牛逼!你已经成功买了 {0} kit</>",
  168.     "AvailableKits":"为您提供工具包:",
  169.     "NoKits":"没有可用的工具包",
  170.     "KitsLeft":"You have {0} {1} kits left",
  171.     "NoKitsLeft":"You don't have {0} kits left",
  172.     "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">你不能给自己金额</>",
  173.     "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">你不能在骑恐龙的时候买这个东西</>",
  174.     "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">您已成功发送 {0} 金额至 {1}</>",
  175.     "GotPoints":"你已经收到 {0} 来自 {1}",
  176.     "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">玩家不存在</>",
  177.     "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">玩家名不能为空</>",
  178.     "BuyUsage":"Usage: /购买数量",
  179.     "ShopUsage":"Usage: /商店用法",
  180.     "KitUsage":"Usage: /工具包名称",
  181.     "BuyKitUsage":"Usage: /购买工具 名称 金额",
  182.     "TradeUsage":"Usage: /查询余额 '游戏名' 数量",
  183.     "PointsCmd":"/余额",
  184.     "TradeCmd":"/trade",
  185.     "BuyCmd":"/购买",
  186.     "ShopCmd":"/商店",
  187.     "KitCmd":"/kit",
  188.     "BuyKitCmd":"/购买工具包",
  189.     "SellCmd":"/卖",
  190.     "ShopSellCmd":"/玩家销售",
  191.     "SellUsage":"Usage: /卖出 id 金额",
  192.     "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">你没有足够的物品 ({0}/{1})</>",
  193.     "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">你已经成功地销售了项目</>",
  194.     "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">等级需求: {0} - {1}</>",
  195.     "KitsListPrice":"价格表: {0}",
  196.     "KitsListFormat":"\"{0}\" - {1}. {2} 左. {3}\n",
  197.     "StoreListDino":"{0}) {1}. 等级: {2}. Id: {3}. 价格: {4}\n",
  198.     "StoreListItem":"{0}) {1}. Id: {2}. 价格: {3}\n",
  199.     "StoreListFormat":"{0}",
  200.     "OnlyOnSpawnKit":"这个礼盒只能产龙"
  201.   }
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement