Advertisement
imthenewguy

SkillExtractors config

Feb 10th, 2022
1,615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.40 KB | None | 0 0
  1. {
  2.   "Sound effect that plays when a player injects themselves with xp": "assets/bundled/prefabs/fx/impacts/stab/clothflesh/clothflesh1.prefab",
  3.   "Sound effect that plays when a player extracts xp from themselves": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
  4.   "Skill Extractors Empty": {
  5.     "2732111173": {
  6.       "displayName": "Small Skill Extractor (Empty)",
  7.       "xp": 2200.0,
  8.       "_filled": 2732112107,
  9.       "img": "https://imgur.com/XvLb9A8.png",
  10.       "cost": 100
  11.     },
  12.     "2732111003": {
  13.       "displayName": "Medium Skill Extractor (Empty)",
  14.       "xp": 5500.0,
  15.       "_filled": 2732111933,
  16.       "img": "https://imgur.com/GEpEkrc.png",
  17.       "cost": 200
  18.     },
  19.     "2732110688": {
  20.       "displayName": "Large Skill Extractor (Empty)",
  21.       "xp": 11000.0,
  22.       "_filled": 2732111481,
  23.       "img": "https://imgur.com/d92yizI.png",
  24.       "cost": 400
  25.     }
  26.   },
  27.   "Skill Extractors Full": {
  28.     "2732112107": {
  29.       "displayName": "Small Skill Extractor ({0})",
  30.       "xp": 2000.0,
  31.       "img": "https://imgur.com/xOrBJx1.png"
  32.     },
  33.     "2732111933": {
  34.       "displayName": "Medium Skill Extractor ({0})",
  35.       "xp": 5000.0,
  36.       "img": "https://imgur.com/qpURm2z.png"
  37.     },
  38.     "2732111481": {
  39.       "displayName": "Large Skill Extractor ({0})",
  40.       "xp": 10000.0,
  41.       "img": "https://imgur.com/a6P74Cq.png"
  42.     }
  43.   },
  44.   "Drop Information [chance is out of 1000]": {
  45.     "assets/bundled/prefabs/radtown/crate_normal_2.prefab": {
  46.       "chance": 20,
  47.       "drops": {
  48.         "2732111173": 100,
  49.         "2732111003": 5,
  50.         "2732110688": 1
  51.       }
  52.     },
  53.     "assets/bundled/prefabs/radtown/crate_normal.prefab": {
  54.       "chance": 50,
  55.       "drops": {
  56.         "2732111173": 25,
  57.         "2732111003": 100,
  58.         "2732110688": 5
  59.       }
  60.     },
  61.     "assets/bundled/prefabs/radtown/crate_elite.prefab": {
  62.       "chance": 50,
  63.       "drops": {
  64.         "2732111173": 25,
  65.         "2732111003": 50,
  66.         "2732110688": 100
  67.       }
  68.     },
  69.     "assets/prefabs/npc/patrol helicopter/heli_crate.prefab": {
  70.       "chance": 50,
  71.       "drops": {
  72.         "2732111173": 25,
  73.         "2732111003": 50,
  74.         "2732110688": 100
  75.       }
  76.     },
  77.     "assets/prefabs/npc/m2bradley/bradley_crate.prefab": {
  78.       "chance": 50,
  79.       "drops": {
  80.         "2732111173": 25,
  81.         "2732111003": 50,
  82.         "2732110688": 100
  83.       }
  84.     }
  85.   }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement