|
174 | 174 | "set_source" : "false", |
175 | 175 | "set_target" : "false", |
176 | 176 | "silent" : "false", |
| 177 | + "sitting" : "false", |
177 | 178 | "speed" : "0", |
178 | 179 | "strength" : null, |
179 | 180 | "tags" : null, |
|
276 | 277 | "min_entity_range" : "0", |
277 | 278 | "miss" : null, |
278 | 279 | "miss_effects" : "miss", |
| 280 | + "mount_wand" : "false", |
279 | 281 | "name" : null, |
280 | 282 | "no_target" : "true", |
281 | 283 | "npc_weight" : "-1", |
|
318 | 320 | "right_arm_transform" : null, |
319 | 321 | "right_leg_transform" : null, |
320 | 322 | "silent" : "false", |
| 323 | + "sitting" : "false", |
321 | 324 | "small" : "false", |
322 | 325 | "source_location" : "", |
323 | 326 | "spawn_reason" : null, |
|
360 | 363 | "velocity_offset" : null, |
361 | 364 | "velocity_transform-map" : null, |
362 | 365 | "visible_delay_ticks" : "1", |
| 366 | + "wand_slot" : "helmet", |
363 | 367 | "weakness" : null, |
364 | 368 | "xp" : "0" |
365 | 369 | }, |
|
586 | 590 | "source_pitch_offset" : "0", |
587 | 591 | "source_relative_direction_pitch_offset" : "0", |
588 | 592 | "source_relative_direction_yaw_offset" : "0", |
| 593 | + "source_use_movement_direction" : "false", |
589 | 594 | "source_yaw_offset" : "0", |
590 | 595 | "swap_source_and_target" : "false", |
591 | 596 | "target_attachment" : "false", |
|
601 | 606 | "target_relative_direction_yaw_offset" : "0", |
602 | 607 | "target_self" : "false", |
603 | 608 | "target_snap" : "0", |
| 609 | + "target_use_movement_direction" : "false", |
604 | 610 | "target_yaw_offset" : "0" |
605 | 611 | }, |
606 | 612 | "short_class" : "ChangeContext" |
|
1082 | 1088 | "damage_type" : null, |
1083 | 1089 | "elemental_damage" : "1", |
1084 | 1090 | "entity_damage" : "1", |
| 1091 | + "invert_distance" : "false", |
1085 | 1092 | "knockback_resistance" : "0", |
1086 | 1093 | "magic_damage" : "true", |
1087 | 1094 | "magic_entity_damage" : "true", |
|
1237 | 1244 | "name" : "Drop", |
1238 | 1245 | "parameters" : { |
1239 | 1246 | "drop_count" : "-1", |
1240 | | - "falling" : "true" |
| 1247 | + "falling" : "true", |
| 1248 | + "tool" : "diamond_pickaxe" |
1241 | 1249 | }, |
1242 | 1250 | "short_class" : "Drop" |
1243 | 1251 | }, |
|
2610 | 2618 | "damage_type" : null, |
2611 | 2619 | "elemental_damage" : "1", |
2612 | 2620 | "entity_damage" : "1", |
| 2621 | + "invert_distance" : "false", |
2613 | 2622 | "knockback_resistance" : "0", |
2614 | 2623 | "magic_damage" : "true", |
2615 | 2624 | "magic_entity_damage" : "true", |
|
2872 | 2881 | }, |
2873 | 2882 | "short_class" : "TNT" |
2874 | 2883 | }, |
| 2884 | + "take_costs" : { |
| 2885 | + "category" : "compound", |
| 2886 | + "class_name" : "TakeCostsAction", |
| 2887 | + "description" : [ "Remove some costs from the caster, failing if they do not have enough" ], |
| 2888 | + "examples" : [ ], |
| 2889 | + "importance" : 0, |
| 2890 | + "name" : "Take Costs", |
| 2891 | + "parameters" : { |
| 2892 | + "costs" : null, |
| 2893 | + "costs_map" : null, |
| 2894 | + "fail" : null |
| 2895 | + }, |
| 2896 | + "short_class" : "TakeCosts" |
| 2897 | + }, |
2875 | 2898 | "take_item" : { |
2876 | 2899 | "category" : "player", |
2877 | 2900 | "class_name" : "TakeItemAction", |
|
4923 | 4946 | "name" : "Blocked", |
4924 | 4947 | "type" : "potion_effect_list" |
4925 | 4948 | }, |
| 4949 | + "blocked_list" : { |
| 4950 | + "category" : "", |
| 4951 | + "description" : [ "" ], |
| 4952 | + "field" : "blocked", |
| 4953 | + "importance" : 0, |
| 4954 | + "name" : "Blocked", |
| 4955 | + "type" : "list" |
| 4956 | + }, |
4926 | 4957 | "blockmiss_effect_list" : { |
4927 | 4958 | "category" : "effects", |
4928 | 4959 | "description" : [ "A list of effects to perform each tick of a projectile that does not hit a block", "These effects are mostly used to debug particle movement and not generally used in a real spell." ], |
|
6023 | 6054 | "name" : "Crash Velocity Y Offset", |
6024 | 6055 | "type" : "double" |
6025 | 6056 | }, |
| 6057 | + "creative_restricted" : { |
| 6058 | + "category" : "actions", |
| 6059 | + "description" : [ "" ], |
| 6060 | + "field" : "creative_restricted", |
| 6061 | + "importance" : 0, |
| 6062 | + "name" : "Creative Restricted", |
| 6063 | + "type" : "boolean" |
| 6064 | + }, |
6026 | 6065 | "creator" : { |
6027 | 6066 | "category" : "actions", |
6028 | 6067 | "description" : [ "" ], |
|
6567 | 6606 | "name" : "Earns Sp", |
6568 | 6607 | "type" : "integer" |
6569 | 6608 | }, |
| 6609 | + "earns_type" : { |
| 6610 | + "category" : "actions", |
| 6611 | + "description" : [ "" ], |
| 6612 | + "field" : "earns_type", |
| 6613 | + "importance" : 0, |
| 6614 | + "name" : "Earns Type", |
| 6615 | + "type" : "string" |
| 6616 | + }, |
6570 | 6617 | "edge_length" : { |
6571 | 6618 | "category" : "", |
6572 | 6619 | "description" : [ "" ], |
|
7896 | 7943 | "name" : "Invert", |
7897 | 7944 | "type" : "boolean" |
7898 | 7945 | }, |
| 7946 | + "invert_distance" : { |
| 7947 | + "category" : "", |
| 7948 | + "description" : [ "" ], |
| 7949 | + "field" : "invert_distance", |
| 7950 | + "importance" : 0, |
| 7951 | + "name" : "Invert Distance", |
| 7952 | + "type" : "boolean" |
| 7953 | + }, |
7899 | 7954 | "invisible" : { |
7900 | 7955 | "category" : "", |
7901 | 7956 | "description" : [ "" ], |
|
10040 | 10095 | "name" : "Refresh", |
10041 | 10096 | "type" : "integer" |
10042 | 10097 | }, |
| 10098 | + "refund_on_no_target" : { |
| 10099 | + "category" : "actions", |
| 10100 | + "description" : [ "" ], |
| 10101 | + "field" : "refund_on_no_target", |
| 10102 | + "importance" : 0, |
| 10103 | + "name" : "Refund On No Target", |
| 10104 | + "type" : "boolean" |
| 10105 | + }, |
10043 | 10106 | "relative_offset" : { |
10044 | 10107 | "category" : "", |
10045 | 10108 | "description" : [ "Offset the source location based on the direction of that location" ], |
|
10240 | 10303 | "name" : "Required", |
10241 | 10304 | "type" : "potion_effect_list" |
10242 | 10305 | }, |
| 10306 | + "required_list" : { |
| 10307 | + "category" : "", |
| 10308 | + "description" : [ "" ], |
| 10309 | + "field" : "required", |
| 10310 | + "importance" : 0, |
| 10311 | + "name" : "Required", |
| 10312 | + "type" : "list" |
| 10313 | + }, |
10243 | 10314 | "requirements" : { |
10244 | 10315 | "category" : "base", |
10245 | 10316 | "description" : [ "" ], |
|
10640 | 10711 | "name" : "Silent", |
10641 | 10712 | "type" : "boolean" |
10642 | 10713 | }, |
| 10714 | + "sitting" : { |
| 10715 | + "category" : "", |
| 10716 | + "description" : [ "" ], |
| 10717 | + "field" : "sitting", |
| 10718 | + "importance" : 0, |
| 10719 | + "name" : "Sitting", |
| 10720 | + "type" : "boolean" |
| 10721 | + }, |
10643 | 10722 | "size" : { |
10644 | 10723 | "category" : "", |
10645 | 10724 | "description" : [ "Size of the effect" ], |
|
10904 | 10983 | "name" : "Source Relative Direction Yaw Offset", |
10905 | 10984 | "type" : "double" |
10906 | 10985 | }, |
| 10986 | + "source_use_movement_direction" : { |
| 10987 | + "category" : "", |
| 10988 | + "description" : [ "Use the direction the the caster is moving rather than facing" ], |
| 10989 | + "field" : "source_use_movement_direction", |
| 10990 | + "importance" : 0, |
| 10991 | + "name" : "Source Use Movement Direction", |
| 10992 | + "type" : "boolean" |
| 10993 | + }, |
10907 | 10994 | "source_yaw_offset" : { |
10908 | 10995 | "category" : "", |
10909 | 10996 | "description" : [ "" ], |
|
11600 | 11687 | "name" : "Target Unknown", |
11601 | 11688 | "type" : "boolean" |
11602 | 11689 | }, |
| 11690 | + "target_use_movement_direction" : { |
| 11691 | + "category" : "", |
| 11692 | + "description" : [ "Use the direction the target is moving rather than facing" ], |
| 11693 | + "field" : "target_use_movement_direction", |
| 11694 | + "importance" : 0, |
| 11695 | + "name" : "Target Use Movement Direction", |
| 11696 | + "type" : "boolean" |
| 11697 | + }, |
11603 | 11698 | "target_vanished" : { |
11604 | 11699 | "category" : "targeting", |
11605 | 11700 | "description" : [ "Whether or not this spell may target vanished players" ], |
|
11761 | 11856 | "name" : "Toggle", |
11762 | 11857 | "type" : "spell_toggle_type" |
11763 | 11858 | }, |
| 11859 | + "tool" : { |
| 11860 | + "category" : "", |
| 11861 | + "description" : [ "" ], |
| 11862 | + "field" : "tool", |
| 11863 | + "importance" : 0, |
| 11864 | + "name" : "Tool", |
| 11865 | + "type" : "string" |
| 11866 | + }, |
11764 | 11867 | "tornado_color" : { |
11765 | 11868 | "category" : "", |
11766 | 11869 | "description" : [ "" ], |
|
12210 | 12313 | "name" : "Use Items", |
12211 | 12314 | "type" : "boolean" |
12212 | 12315 | }, |
| 12316 | + "use_mode" : { |
| 12317 | + "category" : "", |
| 12318 | + "description" : [ "" ], |
| 12319 | + "field" : "use_mode", |
| 12320 | + "importance" : 0, |
| 12321 | + "name" : "Use Mode", |
| 12322 | + "type" : "string" |
| 12323 | + }, |
12213 | 12324 | "use_sp" : { |
12214 | 12325 | "category" : "", |
12215 | 12326 | "description" : [ "" ], |
|
12450 | 12561 | "name" : "Power", |
12451 | 12562 | "type" : "percentage_level" |
12452 | 12563 | }, |
| 12564 | + "wand_slot" : { |
| 12565 | + "category" : "", |
| 12566 | + "description" : [ "Where to put the wand the player was holding on the armor stand" ], |
| 12567 | + "field" : "wand_slot", |
| 12568 | + "importance" : 0, |
| 12569 | + "name" : "Wand Slot", |
| 12570 | + "type" : "string" |
| 12571 | + }, |
12453 | 12572 | "warmup" : { |
12454 | 12573 | "category" : "base", |
12455 | 12574 | "description" : [ "An alias for the 'delay' parameter of the Delay action, a delay in milliseconds", "If present this will be shown in lore as the spells' warmup time" ], |
|
12923 | 13042 | "category" : null, |
12924 | 13043 | "color" : null, |
12925 | 13044 | "costs" : null, |
| 13045 | + "creative_restricted" : "false", |
12926 | 13046 | "creator" : null, |
12927 | 13047 | "creator_id" : null, |
12928 | 13048 | "description" : "", |
|
12931 | 13051 | "earns" : "0", |
12932 | 13052 | "earns_cooldown" : "0", |
12933 | 13053 | "earns_sp" : "0", |
| 13054 | + "earns_type" : "sp", |
12934 | 13055 | "effects_map" : null, |
12935 | 13056 | "enabled" : "true", |
12936 | 13057 | "extended_description" : "", |
|
12949 | 13070 | "progress_levels" : null, |
12950 | 13071 | "pvp_restricted" : "false", |
12951 | 13072 | "quick_cast" : "false", |
| 13073 | + "refund_on_no_target" : "false", |
12952 | 13074 | "removes_spells" : null, |
12953 | 13075 | "require_break" : "false", |
12954 | 13076 | "require_build" : "false", |
|
16188 | 16310 | "unmoveable" : "false", |
16189 | 16311 | "unstashable" : "false", |
16190 | 16312 | "upgrade" : "false", |
| 16313 | + "use_mode" : null, |
16191 | 16314 | "uses" : null, |
16192 | 16315 | "wand_power" : "0" |
16193 | 16316 | } |
|
0 commit comments