feat(characters): add modular woodland traveler kit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="CharacterAppearanceProfile" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://world/presentation/CharacterAppearanceProfile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
species = 3
|
||||
height = 0.98
|
||||
body_fullness = 1.0
|
||||
leg_length = 0.9
|
||||
outfit = 2
|
||||
arm_pose = 0
|
||||
bag = 0
|
||||
hat = 1
|
||||
scarf = false
|
||||
fur_color = Color(0.79, 0.77, 0.71, 1)
|
||||
outfit_color = Color(0.47, 0.5, 0.35, 1)
|
||||
@@ -0,0 +1,16 @@
|
||||
[gd_resource type="Resource" script_class="CharacterAppearanceProfile" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://world/presentation/CharacterAppearanceProfile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
species = 1
|
||||
height = 1.12
|
||||
body_fullness = 0.15
|
||||
leg_length = 1.12
|
||||
outfit = 1
|
||||
arm_pose = 0
|
||||
hat = 2
|
||||
bag = 1
|
||||
fur_color = Color(0.72, 0.43, 0.24, 1)
|
||||
outfit_color = Color(0.42, 0.49, 0.33, 1)
|
||||
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="CharacterAppearanceProfile" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://world/presentation/CharacterAppearanceProfile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
species = 2
|
||||
ears = 4
|
||||
height = 0.92
|
||||
body_fullness = 0.8
|
||||
ear_length = 1.12
|
||||
outfit = 2
|
||||
arm_pose = 0
|
||||
bag = 0
|
||||
scarf = false
|
||||
fur_color = Color(0.80, 0.78, 0.73, 1)
|
||||
outfit_color = Color(0.6, 0.4, 0.28, 1)
|
||||
@@ -0,0 +1,15 @@
|
||||
[gd_resource type="Resource" script_class="CharacterAppearanceProfile" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://world/presentation/CharacterAppearanceProfile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
species = 4
|
||||
height = 1.06
|
||||
body_fullness = 0.42
|
||||
head_size = 0.94
|
||||
outfit = 0
|
||||
arm_pose = 0
|
||||
bag = 1
|
||||
fur_color = Color(0.51, 0.42, 0.33, 1)
|
||||
outfit_color = Color(0.41, 0.43, 0.54, 1)
|
||||
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="CharacterAppearanceProfile" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://world/presentation/CharacterAppearanceProfile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
species = 2
|
||||
height = 0.84
|
||||
body_fullness = 0.18
|
||||
head_size = 1.08
|
||||
leg_length = 0.92
|
||||
outfit = 1
|
||||
arm_pose = 0
|
||||
bag = 1
|
||||
spectacles = true
|
||||
fur_color = Color(0.76, 0.72, 0.64, 1)
|
||||
outfit_color = Color(0.57, 0.37, 0.31, 1)
|
||||
@@ -0,0 +1,6 @@
|
||||
[gd_resource type="Resource" script_class="CharacterAppearanceProfile" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://world/presentation/CharacterAppearanceProfile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
Reference in New Issue
Block a user