summaryrefslogtreecommitdiff
path: root/content/encyclopediae/default_encyclopedia.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-05 13:17:36 +0100
committertroido <troido@protonmail.com>2020-03-05 13:17:36 +0100
commit7846b871f5c9d57a19dbf09b7acbf0d6b38a69ca (patch)
tree0e81bd4b9da194ebbcf85b9c61578dbf17bb8013 /content/encyclopediae/default_encyclopedia.json
parent170741fe959d30ee43ce689fd5fbae725cc1dae4 (diff)
new componentparameters to get own template and name
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
-rw-r--r--content/encyclopediae/default_encyclopedia.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 36713cf..3d7adae 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -77,7 +77,7 @@
"pebble": {
"components": [
["Item", {
- "ent": ["template", "pebble"],
+ "ent": ["self", null],
"name": ["string", "pebble"],
"action": ["action", ["none", null]]
}]
@@ -88,7 +88,7 @@
"stone": {
"components": [
["Item", {
- "ent": ["template", "stone"],
+ "ent": ["self", null],
"name": ["string", "stone"],
"action": ["action", ["build", "builtwall"]]
}]
@@ -200,7 +200,7 @@
"name": "radishseed",
"components": [
["Item", {
- "ent": ["template", "radishseed"],
+ "ent": ["self", null],
"name": ["string", "radishseed"],
"action": ["action", ["build", "plantedradishseed"]]
}]
@@ -223,7 +223,7 @@
"name": "radishes",
"components": [
["Item", {
- "ent": ["template", "radishes"],
+ "ent": ["self", null],
"name": ["string", "radishes"],
"action": ["action", ["eat", 3]]
}]
@@ -234,7 +234,7 @@
"height": 0.5,
"components": [
["Item", {
- "ent": ["template", "sword"],
+ "ent": ["self", null],
"name": ["string", "sword"],
"action": ["action", ["equip", {
"slot": "hand",