Added the 3 elementalist spells to elementalist!s class.

This commit is contained in:
Relintai 2019-12-06 00:48:36 +01:00
parent 5d01eddfee
commit d4d4cfaa8a
2 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,12 @@
[gd_resource type="EntityClassData" load_steps=48 format=2]
[gd_resource type="EntityClassData" load_steps=51 format=2]
[ext_resource path="res://scripts/entities/EntityClassDataGD.gd" type="Script" id=1]
[ext_resource path="res://data/character_specs/2_elementalist_fire.tres" type="CharacterSpec" id=2]
[ext_resource path="res://data/character_specs/3_elementalist_water.tres" type="CharacterSpec" id=3]
[ext_resource path="res://data/character_specs/4_elementalist_ice.tres" type="CharacterSpec" id=4]
[ext_resource path="res://data/spells/34_cold.tres" type="Spell" id=5]
[ext_resource path="res://data/spells/32_heat.tres" type="Spell" id=6]
[ext_resource path="res://data/spells/33_normal.tres" type="Spell" id=7]
[sub_resource type="StatDataEntry" id=1]
stat_id = 5
@ -199,5 +202,6 @@ stat_data = SubResource( 43 )
player_resource_type = 2
playstyle_type = 2
specs = [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ) ]
spells = [ null, null, null ]
spells = [ ExtResource( 6 ), ExtResource( 7 ), ExtResource( 5 ) ]
start_spells = [ ExtResource( 7 ) ]
script = ExtResource( 1 )

View File

@ -61,9 +61,6 @@ level_generator = SubResource( 1 )
voxel_scale = 4.0
chunk_spawn_range = 3
script = ExtResource( 8 )
meshes = [ ]
editor_generate = false
show_loading_screen = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 3 )