broken_seals/game/data/auras/16_ironbark_rank_1.tres
2019-11-20 13:52:52 +01:00

20 lines
603 B
Plaintext

[gd_resource type="Aura" load_steps=3 format=2]
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
[ext_resource path="res://data/icons/naturalist/ironbark.tres" type="Texture" id=2]
[resource]
resource_name = "Ironbark"
id = 16
icon = ExtResource( 2 )
time = 6.0
aura_type = 1
text_name = "Ironbark"
text_description = "Reduces damage taken by 70%. This spell is not on the global cooldown."
attribute_count = 1
StatModAttribute_0/stat = 24
StatModAttribute_0/base_mod = 0.0
StatModAttribute_0/bonus_mod = 0.0
StatModAttribute_0/percent_mod = -70.0
script = ExtResource( 1 )