File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 608
608
"name" : [ " " ],
609
609
"desc" : [ " " ]
610
610
},
611
+ {
612
+ "type" : " effect_type" ,
613
+ "id" : " effect_dhampir_corpselike_pallor_pale" ,
614
+ "//" : " Hidden--cosmetic to make dhampirs with Corpselike Pallor more pale" ,
615
+ "name" : [ " " ],
616
+ "desc" : [ " " ],
617
+ "enchantments" : [ { "mutations" : [ " PALE" ] } ]
618
+ },
611
619
{
612
620
"type" : " effect_type" ,
613
621
"id" : " effect_vampire_immune_to_classic_zombification" ,
Original file line number Diff line number Diff line change 505
505
"purifiable" : false ,
506
506
"valid" : false ,
507
507
"visibility" : 7 ,
508
- "ugliness" : 6
508
+ "ugliness" : 6 ,
509
+ "enchantments" : [ { "ench_effects" : [ { "effect" : " effect_dhampir_corpselike_pallor_pale" , "intensity" : 1 } ] } ]
509
510
},
510
511
{
511
512
"type" : " mutation" ,
1217
1218
{ "value" : " MENDING_MODIFIER" , "multiply" : 12 }
1218
1219
]
1219
1220
},
1220
- { "ench_effects" : [ { "effect" : " effect_vampire_immune_to_classic_zombification" , "intensity" : 1 } ] }
1221
+ {
1222
+ "ench_effects" : [
1223
+ { "effect" : " effect_vampire_immune_to_classic_zombification" , "intensity" : 1 },
1224
+ { "effect" : " effect_dhampir_corpselike_pallor_pale" , "intensity" : 1 }
1225
+ ]
1226
+ }
1221
1227
]
1222
1228
},
1223
1229
{
You can’t perform that action at this time.
0 commit comments