Allah 6 years ago
parent
commit
9dbebcc223

+ 35 - 0
CDB/item/Power/032---BulletKiller.json

@@ -0,0 +1,35 @@
+{
+  "id": "BulletKiller",
+  "name": "Déflecteur",
+  "droppable": false,
+  "castCD": 3,
+  "props": {
+    "range": 15,
+    "duration": 3,
+    "power": [
+      70
+    ],
+    "life": 0,
+    "effectCharge": 0.7
+  },
+  "group": 3,
+  "tags": [
+    {
+      "tag": "LowDamage"
+    }
+  ],
+  "gameplayDesc": "Détruit tous les projectiles proches. Le lanceur de ce projectile subit ::+power:: dégâts et est étourdit ::effectCharge:: secondes.",
+  "icon": {
+    "file": "cardIcons.png",
+    "size": 24,
+    "x": 11,
+    "y": 10
+  },
+  "tier1": "Tactic",
+  "cellCost": 0,
+  "moneyCost": 1600,
+  "hasLevels": false,
+  "__separator_group_ID": 3,
+  "__separator_group_Name": "Power",
+  "__original_Index": 32
+}

File diff suppressed because it is too large
+ 982 - 968
CDB/room/SubLevel/0524---PrisonFlaskRoom.json


File diff suppressed because it is too large
+ 77 - 77
CDB/room/SubLevel/0527---PrisonMonsterDoor.json


+ 4 - 1
changelog.txt

@@ -1,5 +1,8 @@
-v1.1:
+v1.1.1:
+added scaling&icon to bulletkiller
+spikes to the left now working as intended
 
+v1.1:
 PrisonStart is now corrupted
 reworked PrisonFlaskRoom
 added this changelog file