32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
[gd_resource type="Resource" load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=1]
|
|
[ext_resource path="res://mods/Breebee.ZooFishing/Assets/Textures/Cosmetics/Hats/baseball_cap_zoother.png" type="Texture" id=2]
|
|
[ext_resource path="res://Assets/Models/Cosmetics/rig_main_updated.tres" type="Skin" id=3]
|
|
[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons34.png" type="Texture" id=4]
|
|
[ext_resource path="res://Assets/Models/Cosmetics/baseball_cap.tres" type="ArrayMesh" id=5]
|
|
|
|
[sub_resource type="SpatialMaterial" id=1]
|
|
albedo_texture = ExtResource( 2 )
|
|
|
|
[resource]
|
|
script = ExtResource( 1 )
|
|
name = "Zoo Therian Baseball Cap"
|
|
desc = "For the zooeiest and theriest"
|
|
title = ""
|
|
icon = ExtResource( 4 )
|
|
mesh = ExtResource( 5 )
|
|
species_alt_mesh = [ ]
|
|
mesh_skin = ExtResource( 3 )
|
|
material = SubResource( 1 )
|
|
main_color = Color( 0.35, 0.57, 0.58, 1 )
|
|
body_pattern = [ ]
|
|
mirror_face = true
|
|
flip = false
|
|
allow_blink = true
|
|
category = "hat"
|
|
cos_internal_id = 0
|
|
in_rotation = false
|
|
chest_reward = false
|
|
cost = 75
|