Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "minecraft:entity":{
- "format_version":"1.1.0",
- "component_groups":{
- "marooned:spider_king_phase1":{
- "minecraft:health":{
- "value":10,
- "max":30
- },
- "minecraft:behavior.send_event":{
- "priority":0,
- "event_choices":[
- {
- "min_activation_range":0.0,
- "max_activation_range":25.0,
- "cooldown_time":3.0,
- "cast_duration":5.0,
- "particle_color":"#ffffffff",
- "weight":1
- }
- ]
- },
- "minecraft:damage_sensor":[
- {
- "on_damage":{
- "filters":{
- "with_damage_fatal":true
- },
- "event":"marooned:spider_king_phase2"
- },
- "deals_damage":false
- }
- ]
- },
- "marooned:spider_king_phase2":{
- "minecraft:health":{
- "value":10,
- "max":30
- },
- "minecraft:behavior.send_event":{
- "priority":0,
- "event_choices":[
- {
- "min_activation_range":0.0,
- "max_activation_range":25.0,
- "cooldown_time":3.0,
- "cast_duration":5.0,
- "particle_color":"#ff00ff11",
- "weight":1
- }
- ]
- },
- "minecraft:damage_sensor":[
- {
- "on_damage":{
- "filters":{
- "with_damage_fatal":true
- },
- "event":"marooned:spider_king_phase3"
- },
- "deals_damage":false
- }
- ]
- },
- "marooned:spider_king_phase3":{
- "minecraft:health":{
- "value":10,
- "max":30
- },
- "minecraft:behavior.send_event":{
- "priority":0,
- "event_choices":[
- {
- "min_activation_range":0.0,
- "max_activation_range":25.0,
- "cooldown_time":3.0,
- "cast_duration":5.0,
- "particle_color":"#ff000000",
- "weight":1
- }
- ]
- }
- }
- },
- "components":{
- "minecraft:identifier":{
- "id":"minecraft:spider"
- },
- "minecraft:type_family":{
- "family":[
- "spider",
- "boss"
- ]
- },
- "minecraft:breathable":{
- "totalSupply":15,
- "suffocateTime":0
- },
- "minecraft:collision_box":{
- "width":0.5,
- "height":0.9
- },
- "minecraft:fall_damage":{
- "value":0.0
- },
- "minecraft:movement":{
- "value":0.0
- },
- "minecraft:nameable":{
- },
- "minecraft:health":{
- "value":30,
- "max":30
- }
- },
- "events":{
- "minecraft:entity_spawned":{
- "add":{
- "component_groups":[
- "marooned:spider_king_phase1"
- ]
- }
- },
- "marooned:spider_king_phase2":{
- "remove":{
- "component_groups":[
- "marooned:spider_king_phase1"
- ]
- },
- "add":{
- "component_groups":[
- "marooned:spider_king_phase2"
- ]
- }
- },
- "marooned:spider_king_phase3":{
- "remove":{
- "component_groups":[
- "marooned:spider_king_phase2"
- ]
- },
- "add":{
- "component_groups":[
- "marooned:spider_king_phase3"
- ]
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement