@@ -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
+}
@@ -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