forked from foulman/spellmonger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
item_blacklist.json
132 lines (132 loc) · 4.02 KB
/
item_blacklist.json
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
127
128
129
130
131
132
[
{
"//": "blacklists sci-fi items native to cata's default setting, as they don't fit C:DSA's lore at the moment",
"type": "ITEM_BLACKLIST",
"whitelist": false,
"items": [
"wizard_beginner",
"wizard_utility",
"pyro",
"wizard_advanced",
"priest_beginner",
"priest_advanced",
"winter_grasp",
"tome_of_storms",
"generic_spellbook",
"light_manipulation_spellbook",
"biomancer_spellbook",
"druid_spellbook",
"recovery_spellbook",
"magus_spellbook",
"eshaper_spellbook",
"magus_spellbook_move",
"summon_scroll_smudged",
"summon_undead_spellbook",
"techno_fundamentals",
"techno_idiots",
"techno_em",
"animist_shadows",
"translocate_spellbook",
"stat_up_spellbook",
"spell_scroll_crystallize_mana",
"spell_scroll_dark_sight",
"spell_scroll_invisibility",
"spell_scroll_obfuscated_body",
"spell_scroll_holographic_transposition",
"spell_scroll_smite",
"spell_scroll_recover_mana",
"spell_scroll_recover_pain",
"spell_scroll_baleful_polymorph",
"spell_scroll_summon_zombie",
"spell_scroll_summon_skeleton",
"spell_scroll_summon_floating_disk",
"spell_scroll_summon_decayed_pouncer",
"spell_scroll_light_healing",
"spell_scroll_pain_split",
"spell_scroll_vicious_tentacle",
"spell_scroll_bio_grotesque",
"spell_scroll_bio_acidicspray",
"spell_scroll_bio_fleshpouch",
"spell_scroll_bio_bonespear",
"spell_scroll_megablast",
"spell_scroll_create_atomic_light",
"spell_scroll_blinding_flash",
"spell_scroll_ethereal_grasp",
"spell_scroll_protection_aura",
"spell_scroll_druid_veggrasp",
"spell_scroll_druid_rootstrike",
"spell_scroll_druid_woodshaft",
"spell_scroll_druid_naturebow1",
"spell_scroll_recover_fatigue",
"spell_scroll_summon_cats",
"spell_scroll_stonefist",
"spell_scroll_seismic_stomp",
"spell_scroll_recover_stamina",
"spell_scroll_eshaper_shardspray",
"spell_scroll_eshaper_piercing_bolt",
"spell_scroll_eshaper_shardstorm",
"spell_scroll_eshaper_rockbolt",
"spell_scroll_point_flare",
"spell_scroll_create_lighter",
"spell_scroll_ice_spike",
"spell_scroll_fireball",
"spell_scroll_cone_cold",
"spell_scroll_burning_hands",
"spell_scroll_frost_spray",
"spell_scroll_chilling_touch",
"spell_scroll_glide_ice",
"spell_scroll_hoary_blast",
"spell_scroll_ice_shield",
"spell_scroll_frost_armor",
"spell_scroll_magic_missile",
"spell_scroll_phase_door",
"spell_scroll_gravity_well",
"spell_scroll_magus_mana_blast",
"spell_scroll_magus_mana_bolt",
"spell_scroll_magus_haste",
"spell_scroll_magus_mana_beam",
"spell_scroll_magus_escape",
"spell_scroll_cats_grace",
"spell_scroll_eagles_sight",
"spell_scroll_ogres_strength",
"spell_scroll_foxs_cunning",
"spell_scroll_jolt",
"spell_scroll_lightning_bolt",
"spell_scroll_windstrike",
"spell_scroll_windrun",
"spell_scroll_storm_hammer",
"spell_scroll_bless",
"spell_scroll_holy_blade",
"spell_scroll_spirit_armor",
"spell_scroll_create_atomic_lamp",
"spell_scroll_recover_bionic_power",
"spell_scroll_taze",
"spell_scroll_quantum_tunnel_lesser",
"spell_scroll_synaptic_stimulation",
"spell_scroll_laze",
"spell_scroll_animated_blade",
"spell_scroll_mirror_image",
"spell_scroll_lightning_blast",
"spell_scroll_necrotic_gaze",
"spell_scroll_purification_seed",
"spell_scroll_x-ray",
"spell_scroll_overcharge_eyes",
"spell_scroll_clairvoyance",
"spell_scroll_lava_bomb",
"spell_scroll_acid_resistance",
"spell_scroll_druidic_regrowth",
"spell_scroll_druidic_healing",
"spell_scroll_earthshaper_stoneskin",
"spell_scroll_earthshaper_pillar",
"spell_scroll_biomancer_paralytic_dart",
"spell_scroll_biomancer_visceral_projection",
"spell_scroll_biomancer_coagulant_weave",
"spell_scroll_stormshaper_ionization",
"spell_scroll_summon_wisps",
"spell_scroll_stormshaper_wall_of_fog",
"spell_scroll_knock",
"spell_scroll_improved_knock",
"spell_scroll_repelling_arc"
]
}
]