polectron

Untitled

Mar 22nd, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.41 KB | None | 0 0
  1. {
  2.     "dlcs":[
  3.         {
  4.             "name":"DLC 1",
  5.             "description":"First DLC to be available.",
  6.             "steps":"http://pastebin.com/raw/w9MuHu6C",
  7.             "requires":[]
  8.         },
  9.         {
  10.             "name":"DLC 2",
  11.             "description":"This DLC only works if DLC 1 is installed",
  12.             "steps":"http://pastebin.com/raw/4CHwKb4X",
  13.             "requires":[0]
  14.         }
  15.     ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment