broken_seals/game/data/spells/1_test_spell.tres
2019-12-01 00:25:55 +01:00

24 lines
691 B
Plaintext

[gd_resource type="Spell" load_steps=4 format=2]
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
[ext_resource path="res://data/icons/naturalist/test.tres" type="Texture" id=2]
[ext_resource path="res://data/spell_effects/enchanter/Arrow.tscn" type="PackedScene" id=4]
[resource]
resource_name = "adadadadadad"
spell_type = 16
target_relation_type = -138672214
rank = 1
icon = ExtResource( 2 )
needs_target = true
text_name = "adadadadadad"
damage = true
damage_min = 200
damage_max = 300
aoe_targetType = 1431112251
aoe_movement_type = 860237388
aoe_colliderType = 827465778
projectile = ExtResource( 4 )
projectile_speed = 50.0
script = ExtResource( 1 )