Advertisement
neonerz

Untitled

Jul 15th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.31 KB | None | 0 0
  1. {  
  2.    "minecraft:entity":{  
  3.       "format_version":"1.1.0",
  4.       "component_groups":{  
  5.          "marooned:spider_king_phase1":{  
  6.             "minecraft:health":{  
  7.                "value":10,
  8.                "max":30
  9.             },
  10.             "minecraft:behavior.send_event":{  
  11.                "priority":0,
  12.                "event_choices":[  
  13.                   {  
  14.                      "min_activation_range":0.0,
  15.                      "max_activation_range":25.0,
  16.                      "cooldown_time":3.0,
  17.                      "cast_duration":5.0,
  18.                      "particle_color":"#ffffffff",
  19.                      "weight":1
  20.                   }
  21.                ]
  22.             },
  23.             "minecraft:damage_sensor":[  
  24.                {  
  25.                   "on_damage":{  
  26.                      "filters":{  
  27.                         "with_damage_fatal":true
  28.                      },
  29.                      "event":"marooned:spider_king_phase2"
  30.                   },
  31.                   "deals_damage":false
  32.                }
  33.             ]
  34.          },
  35.          "marooned:spider_king_phase2":{  
  36.             "minecraft:health":{  
  37.                "value":10,
  38.                "max":30
  39.             },
  40.             "minecraft:behavior.send_event":{  
  41.                "priority":0,
  42.                "event_choices":[  
  43.                   {  
  44.                      "min_activation_range":0.0,
  45.                      "max_activation_range":25.0,
  46.                      "cooldown_time":3.0,
  47.                      "cast_duration":5.0,
  48.                      "particle_color":"#ff00ff11",
  49.                      "weight":1
  50.                   }
  51.                ]
  52.             },
  53.             "minecraft:damage_sensor":[  
  54.                {  
  55.                   "on_damage":{  
  56.                      "filters":{  
  57.                         "with_damage_fatal":true
  58.                      },
  59.                      "event":"marooned:spider_king_phase3"
  60.                   },
  61.                   "deals_damage":false
  62.                }
  63.             ]
  64.          },
  65.          "marooned:spider_king_phase3":{  
  66.             "minecraft:health":{  
  67.                "value":10,
  68.                "max":30
  69.             },
  70.             "minecraft:behavior.send_event":{  
  71.                "priority":0,
  72.                "event_choices":[  
  73.                   {  
  74.                      "min_activation_range":0.0,
  75.                      "max_activation_range":25.0,
  76.                      "cooldown_time":3.0,
  77.                      "cast_duration":5.0,
  78.                      "particle_color":"#ff000000",
  79.                      "weight":1
  80.                   }
  81.                ]
  82.             }
  83.          }
  84.       },
  85.       "components":{  
  86.          "minecraft:identifier":{  
  87.             "id":"minecraft:spider"
  88.          },
  89.          "minecraft:type_family":{  
  90.             "family":[  
  91.                "spider",
  92.                "boss"
  93.             ]
  94.          },
  95.          "minecraft:breathable":{  
  96.             "totalSupply":15,
  97.             "suffocateTime":0
  98.          },
  99.          "minecraft:collision_box":{  
  100.             "width":0.5,
  101.             "height":0.9
  102.          },
  103.          "minecraft:fall_damage":{  
  104.             "value":0.0
  105.          },
  106.          "minecraft:movement":{  
  107.             "value":0.0
  108.          },
  109.          "minecraft:nameable":{  
  110.  
  111.          },
  112.          "minecraft:health":{  
  113.             "value":30,
  114.             "max":30
  115.          }
  116.       },
  117.       "events":{  
  118.          "minecraft:entity_spawned":{  
  119.             "add":{  
  120.                "component_groups":[  
  121.                   "marooned:spider_king_phase1"
  122.                ]
  123.             }
  124.          },
  125.          "marooned:spider_king_phase2":{  
  126.             "remove":{  
  127.                "component_groups":[  
  128.                   "marooned:spider_king_phase1"
  129.                ]
  130.             },
  131.             "add":{  
  132.                "component_groups":[  
  133.                   "marooned:spider_king_phase2"
  134.                ]
  135.             }
  136.          },
  137.          "marooned:spider_king_phase3":{  
  138.             "remove":{  
  139.                "component_groups":[  
  140.                   "marooned:spider_king_phase2"
  141.                ]
  142.             },
  143.             "add":{  
  144.                "component_groups":[  
  145.                   "marooned:spider_king_phase3"
  146.                ]
  147.             }
  148.          }
  149.       }
  150.    }
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement