mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-18 14:07:17 +01:00
Doubled Naturalist's base stats. Also added stats for Berserker.
This commit is contained in:
parent
4ee06625ce
commit
ff1cb6c0fa
@ -194,11 +194,11 @@ stat_id = 40
|
|||||||
base = 1.0
|
base = 1.0
|
||||||
|
|
||||||
[sub_resource type="SimpleLevelStatData" id=48]
|
[sub_resource type="SimpleLevelStatData" id=48]
|
||||||
agility_per_level = 2
|
agility_per_level = 4
|
||||||
strength_per_level = 1
|
strength_per_level = 2
|
||||||
stamina_per_level = 2
|
stamina_per_level = 4
|
||||||
intellect_per_level = 2
|
intellect_per_level = 4
|
||||||
spirit_per_level = 3
|
spirit_per_level = 6
|
||||||
|
|
||||||
[sub_resource type="StatData" id=49]
|
[sub_resource type="StatData" id=49]
|
||||||
base_stat_health = SubResource( 20 )
|
base_stat_health = SubResource( 20 )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[gd_resource type="EntityClassData" load_steps=43 format=2]
|
[gd_resource type="EntityClassData" load_steps=44 format=2]
|
||||||
|
|
||||||
[sub_resource type="StatDataEntry" id=1]
|
[sub_resource type="StatDataEntry" id=1]
|
||||||
stat_id = 5
|
stat_id = 5
|
||||||
@ -49,7 +49,7 @@ stat_id = 25
|
|||||||
|
|
||||||
[sub_resource type="StatDataEntry" id=16]
|
[sub_resource type="StatDataEntry" id=16]
|
||||||
stat_id = 0
|
stat_id = 0
|
||||||
base = 10000.0
|
base = 100.0
|
||||||
|
|
||||||
[sub_resource type="StatDataEntry" id=17]
|
[sub_resource type="StatDataEntry" id=17]
|
||||||
stat_id = 28
|
stat_id = 28
|
||||||
@ -135,7 +135,14 @@ stat_id = 37
|
|||||||
stat_id = 40
|
stat_id = 40
|
||||||
base = 1.0
|
base = 1.0
|
||||||
|
|
||||||
[sub_resource type="StatData" id=42]
|
[sub_resource type="SimpleLevelStatData" id=42]
|
||||||
|
agility_per_level = 4
|
||||||
|
strength_per_level = 6
|
||||||
|
stamina_per_level = 6
|
||||||
|
intellect_per_level = 1
|
||||||
|
spirit_per_level = 2
|
||||||
|
|
||||||
|
[sub_resource type="StatData" id=43]
|
||||||
base_stat_health = SubResource( 16 )
|
base_stat_health = SubResource( 16 )
|
||||||
base_stat_speed = SubResource( 31 )
|
base_stat_speed = SubResource( 31 )
|
||||||
base_stat_mana = SubResource( 20 )
|
base_stat_mana = SubResource( 20 )
|
||||||
@ -177,10 +184,11 @@ base_stat_stun_resist = SubResource( 40 )
|
|||||||
base_stat_energy = SubResource( 8 )
|
base_stat_energy = SubResource( 8 )
|
||||||
base_stat_rage = SubResource( 27 )
|
base_stat_rage = SubResource( 27 )
|
||||||
base_stat_xp_rate = SubResource( 41 )
|
base_stat_xp_rate = SubResource( 41 )
|
||||||
|
level_stat_data = SubResource( 42 )
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
resource_name = "Berserker DO NOT USE"
|
resource_name = "Berserker DO NOT USE"
|
||||||
id = 2
|
id = 2
|
||||||
text_name = "Berserker DO NOT USE"
|
text_name = "Berserker DO NOT USE"
|
||||||
stat_data = SubResource( 42 )
|
stat_data = SubResource( 43 )
|
||||||
player_resource_type = 1
|
player_resource_type = 1
|
||||||
|
@ -4,9 +4,11 @@
|
|||||||
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=2]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
|
resource_name = "Berserker"
|
||||||
id = 2
|
id = 2
|
||||||
entity_type = 4
|
entity_type = 4
|
||||||
entity_controller = 1
|
entity_controller = 1
|
||||||
|
text_name = "Berserker"
|
||||||
bag_size = 24
|
bag_size = 24
|
||||||
entity_class_data = ExtResource( 1 )
|
entity_class_data = ExtResource( 1 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
Loading…
Reference in New Issue
Block a user