mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
20 lines
603 B
Plaintext
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 )
|