summaryrefslogtreecommitdiffstats
path: root/cholerab/assets/structs.nojson
diff options
context:
space:
mode:
authorroot <root@kremium>2011-12-01 20:59:27 +0100
committerroot <root@kremium>2011-12-01 20:59:27 +0100
commit2d733f93b82a1c11a014af1a3dd07d3540282356 (patch)
treeec23111722523ec03ec7d35e708735cf787c6f79 /cholerab/assets/structs.nojson
parentbfa204a580a503a216cedbedd36586fb00458181 (diff)
parent4be0c81eafe0f315b91eb13d5d9aa8886faef308 (diff)
Merge branch 'master' of http://github.com/krebscode/painload
Diffstat (limited to 'cholerab/assets/structs.nojson')
-rw-r--r--cholerab/assets/structs.nojson43
1 files changed, 43 insertions, 0 deletions
diff --git a/cholerab/assets/structs.nojson b/cholerab/assets/structs.nojson
new file mode 100644
index 00000000..4c084862
--- /dev/null
+++ b/cholerab/assets/structs.nojson
@@ -0,0 +1,43 @@
+"name": // default: random (gensym)
+ "type": "grafikkarte"
+ "location": "kremium"
+ "amount": 23 // default: 1
+ "owner": "shack" // default: krebs
+
+"nebula":
+ "type": "location"
+ "owner": "tv"
+
+"tv":
+ "type": "owner"
+
+"grafikkarte":
+ "type": "type"
+
+"amount":
+ "type": "natural"
+
+"root-server":
+ "type": "irgend ein owner ist root"
+
+"shared":
+ "type": "alle owner sind root"
+
+"oxberg":
+ "type": "root-server"
+ "location": "de"
+ "ipv4-address": "84.23.80.172"
+ "isp": "euserv"
+ "ram": "512MiB"
+
+"ram":
+ "must-match": /[0-9]+[MGk]iB/
+
+"kremium":
+ "location": "nebula"
+ "type": "root-server"
+ "shared": true
+
+"euserv":
+ "type": "ISP"
+