mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-08 01:49:35 +01:00
Set levels to a few abilities.
This commit is contained in:
parent
3cacc01945
commit
8fabc6159a
@ -26,7 +26,7 @@
|
||||
[sub_resource type="EntityAI" id=1]
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[sub_resource type="CharacterSpec" id=3]
|
||||
[sub_resource type="CharacterSpec" id=2]
|
||||
id = 1
|
||||
|
||||
[resource]
|
||||
@ -34,7 +34,7 @@ resource_name = "Naturalist"
|
||||
id = 1
|
||||
text_name = "Naturalist"
|
||||
entity_resources = [ ExtResource( 4 ) ]
|
||||
specs = [ SubResource( 3 ) ]
|
||||
specs = [ SubResource( 2 ) ]
|
||||
spells = [ ExtResource( 7 ), ExtResource( 3 ), ExtResource( 15 ), ExtResource( 5 ), ExtResource( 12 ), ExtResource( 23 ), ExtResource( 1 ), ExtResource( 10 ), ExtResource( 24 ), ExtResource( 2 ), ExtResource( 19 ), ExtResource( 18 ), ExtResource( 17 ), ExtResource( 20 ), ExtResource( 11 ), ExtResource( 22 ), ExtResource( 16 ), ExtResource( 21 ), ExtResource( 14 ) ]
|
||||
start_spells = [ ExtResource( 7 ), ExtResource( 21 ), ExtResource( 14 ) ]
|
||||
ais = [ SubResource( 1 ) ]
|
||||
|
@ -7,6 +7,7 @@
|
||||
[resource]
|
||||
resource_name = "Aspect of Wasps"
|
||||
spell_type = 8
|
||||
level = 2
|
||||
rank = 1
|
||||
icon = ExtResource( 3 )
|
||||
target_aura_applys = [ ExtResource( 1 ) ]
|
||||
|
@ -8,6 +8,7 @@
|
||||
resource_name = "Aspect of Wolves"
|
||||
id = 2
|
||||
spell_type = 8
|
||||
level = 3
|
||||
rank = 1
|
||||
icon = ExtResource( 2 )
|
||||
needs_target = true
|
||||
|
@ -8,6 +8,7 @@
|
||||
resource_name = "Aspect of Bees"
|
||||
id = 3
|
||||
spell_type = 8
|
||||
level = 4
|
||||
rank = 1
|
||||
icon = ExtResource( 3 )
|
||||
needs_target = true
|
||||
|
Loading…
Reference in New Issue
Block a user