File: special.json

package info (click to toggle)
vcmi 0.99%2Bdfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 10,264 kB
  • ctags: 16,826
  • sloc: cpp: 121,945; objc: 248; sh: 193; makefile: 28; python: 13; ansic: 9
file content (126 lines) | stat: -rw-r--r-- 2,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
	// Several unused in H3 creatures
	// TODO: better way to disable them
	"unused122" :
	{
		"faction": "neutral",
		"disabled" : true,
		"graphics" : null,
		"index" : 122
	},
	"unused124" :
	{
		"faction": "neutral",
		"disabled" : true,
		"graphics" : null,
		"index" : 124
	},
	"unused126" :
	{
		"faction": "neutral",
		"disabled" : true,
		"graphics" : null,
		"index" : 126
	},
	"unused128" :
	{
		"faction": "neutral",
		"disabled" : true,
		"graphics" : null,
		"index" : 128
	},

	"catapult" :
	{
		"special" : true,
		"index": 145,
		"level": 0,
		"faction": "neutral",
		"graphics" :
		{
			"animation": "SMCATA.DEF",
			"missile" :
			{
				"projectile": "SMCATX.DEF"
			}
		},
		"sound" :
		{
			"killed": "CATAKILL.wav",
			"shoot": "CATASHOT.wav",
			"wince": "CATAWNCE.wav"
		}
	},
	"ballista" :
	{
		"special" : true,
		"index": 146,
		"level": 0,
		"faction": "neutral",
		"graphics" :
		{
			"animation": "SMBAL.DEF",
			"missile" :
			{
				"projectile": "SMBALX.DEF"
			}
		},
		"sound" :
		{
			"killed": "BALLKILL.wav",
			"shoot": "BALLSHOT.wav",
			"wince": "BALLWNCE.wav"
		}
	},
	"firstAidTent" :
	{
		"special" : true,
		"index": 147,
		"level": 0,
		"faction": "neutral",
		"abilities": { "heals" : { "type" : "HEALER" } },
		"graphics" :
		{
			"animation": "SMTENT.DEF"
		},
		"sound" :
		{
			"killed": "FAIDKILL.wav",
			"wince": "FAIDWNCE.wav"
		}
	},
	"ammoCart" :
	{
		"special" : true,
		"index": 148,
		"level": 0,
		"faction": "neutral",
		"abilities": { "inactive" : { "type" : "NOT_ACTIVE" } },
		"graphics" :
		{
			"animation": "SMCART.DEF"
		},
		"sound" :
		{
			"killed": "CARTKILL.wav",
			"wince": "CARTWNCE.wav"
		}
	},
	"arrowTower" :
	{
		"special" : true,
		"index": 149,
		"level": 0,
		"faction": "neutral",
		"abilities":
		{
			"shooter" : { "type" : "SHOOTER" },
			"ignoreDefence" : { "type" : "ENEMY_DEFENCE_REDUCTION", "val" : 100 }
		},
		"graphics" :
		{
			"animation": "CLCBOW.DEF" // needed to pass validation, never used
		},
		"sound": {}
	}
}