Slowness.yml

turret:
  alias: "减速炮塔"
  structure:
  - "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZjOWYzNDA2MGU3MWVmMDdiNDRkNzkyNzg0ZGI4ZDQwNTY0Y2JiMzZmMjFkOTUxNzg0MDBlYmJhYjk2OGM5ZSJ9fX0="
  - "PURPLE_STAINED_GLASS"
  - "PURPLE_TERRACOTTA"
  shoot_type: INSTANT
  target: ENEMIES
  require_ammunition: false
  health_recovery: 10
  default_options:
    attack_players: false
    attack_monsters: true
    attack_animals: false
    attack_others: false
    priority: CLOSEST
  effects:
    shoot_effect:
      sound: BLOCK_CONDUIT_ACTIVATE;1;2
      separation: 0.3
      amount: 100
      list_of_effects:
        effect1:
          particle: REDSTONE;15293951
          speed: 0.01
    impact_effect:
      list_of_effects:
        effect1:
          particle: FLASH
          speed: 0.1
  upgrades:
    1:
      speed: 1.5
      range: 15
      min_damage: 1
      max_damage: 2.5
      money_cost: 0
      actions:
        action1:
          type: "potion_effect: SLOW;1"
          duration: 5
          probability: 20
    2:
      speed: 1.25
      range: 17
      min_damage: 1.5
      max_damage: 3
      money_cost: 1000
      actions:
        action1:
          type: "potion_effect: SLOW;1"
          duration: 6
          probability: 40
    3:
      speed: 1
      range: 20
      min_damage: 2
      max_damage: 3.5
      money_cost: 3000
      actions:
        action1:
          type: "potion_effect: SLOW;1"
          duration: 7
          probability: 60
items:
  block:
    id: "PURPLE_TERRACOTTA"
    name: "&a减速炮塔&6方块"
    lore:
    - "&7特殊的炮塔"
    - "&7能够攻击并减慢敌人的速度"
    - ""
    - "&8» &7等级: &e%upgrade_level%"
    - "&8» &7伤害: &a%min_damage%&7-&a%max_damage%"
    - "&8» &7冷却: &a%speed%秒"
    - "&8» &7范围: &a%range%格"
    - ""
    - "&8» &7有&e%action_action1_probability%%&7的几率使敌人&d减速"
    - "&8» &e%action_action1_duration%&7秒."
  ammunition:
    id: "PURPLE_DYE"
    name: "&6减速炮塔&7弹药"
    lore:
    - "&7把这个物品放入你的炮塔弹药舱里"
    - "&7来使炮塔开始射击."
inventory:
  upgrade:
    id: "EMERALD"
    name: "&a减速炮塔&e升级"
    lore:
    - "&7等级: &e&l%current_level%&8 ➜ &e&l%next_level%"  
    - "&7伤害: &a%current_min_damage%&7-&a%current_max_damage%&8 ➜ &a%next_min_damage%&7-&a%next_max_damage%"
    - "&7冷却: &a%current_speed%(秒)&8 ➜ &a%next_speed%(秒)"
    - "&7范围: &a%current_range%格&8 ➜ &a%next_range%格"
    - ""
    - "&e当前数据:"
    - "&7有&a%current_action_action1_probability%%&7的几率使敌人&d减速"
    - "&a%current_action_action1_duration% &7秒."
    - ""
    - "&e下一级数据:"
    - "&7有&a%next_action_action1_probability%%&7的几率使敌人&d减速"
    - "&7for &a%next_action_action1_duration% &7秒."
    - ""
    - "&7花费: &6$%money_cost%"
    - ""
    - "&8[点击升到&e&l%next_level%&8级]"  
  last_upgrade:
    id: "REDSTONE"
    name: "&a减速炮塔&e升级"
    lore:
    - "&7等级: &e&l%current_level%"  
    - "&7伤害: &a%current_min_damage%&7-&a%current_max_damage%"
    - "&7冷却: &a%current_speed%(秒)"
    - "&7范围: &a%current_range%格"
    - ""
    - "&7有&a%current_action_action1_probability%%&7的几率使敌人&d减速"
    - "&a%current_action_action1_duration% &7秒."
    - ""
    - "&c无法再继续升级" 
hologram:
- "&8[&6减速炮塔&8]"
- "&7拥有者: &a%owner%"
- "&7等级: &a%level%"
- "&7伤害: &a%min_damage%&7-&a%max_damage%"
hit_hologram:
- "&c-%value% &8[&7%owner%&8]"

Last updated