12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "id": "Sanctuary",
- "name": "Sanctuaire",
- "moneyCost": 2000,
- "cellCost": 0,
- "droppable": false,
- "hasLevels": false,
- "castCD": 3,
- "tags": [
- {
- "tag": "NoDamage"
- },
- {
- "tag": "TransformOnUse"
- }
- ],
- "props": {
- "distance": 8,
- "tick": 0.06,
- "bump": 0.2,
- "duration": 15,
- "item": "SanctuaryEmpty",
- "speed": 0.25
- },
- "group": 0,
- "icon": {
- "file": "cardIcons.png",
- "size": 24,
- "x": 11,
- "y": 5
- },
- "gameplayDesc": "Drags mobs away from you. Doesn't work on elites or bosses. One-time use.",
- "tier1": "Tactic",
- "__separator_group_ID": 0,
- "__separator_group_Name": "DeployedTrap",
- "__original_Index": 9
- }
|