Merge branch 'master' of ssh://git.sjkillen.ca:2222/sjkillen/everything_has_a_price_jam
This commit is contained in:
commit
2294aac186
21 changed files with 406 additions and 1 deletions
|
|
@ -6,3 +6,4 @@ class_name Currency
|
|||
@export_multiline var description = "no description of currency"
|
||||
@export var thumbnail: Texture2D
|
||||
@export var color: Color = Color.PINK
|
||||
@export var wants: Array[Production]
|
||||
|
|
|
|||
|
|
@ -4,10 +4,47 @@
|
|||
[ext_resource type="Script" uid="uid://dddyxbkq0ienn" path="res://currency/production.gd" id="1_m37xt"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_b0duy"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_k672a"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="5_2kil6"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="6_qqxwu"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="7_227pm"]
|
||||
[ext_resource type="Resource" uid="uid://ytteqojj7k1o" path="res://currency/inanimate/stone.tres" id="8_k5pub"]
|
||||
[ext_resource type="Resource" uid="uid://b7vjuqkog7cxd" path="res://currency/inanimate/wood.tres" id="9_i8mvc"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ui157"]
|
||||
script = ExtResource("1_m37xt")
|
||||
currency = ExtResource("5_2kil6")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ah5vq"]
|
||||
script = ExtResource("1_m37xt")
|
||||
currency = ExtResource("6_qqxwu")
|
||||
amount = 7
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2437s"]
|
||||
script = ExtResource("1_m37xt")
|
||||
currency = ExtResource("7_227pm")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_n5gpp"]
|
||||
script = ExtResource("1_m37xt")
|
||||
currency = ExtResource("8_k5pub")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_b1lqu"]
|
||||
script = ExtResource("1_m37xt")
|
||||
currency = ExtResource("9_i8mvc")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_e7gnr")
|
||||
name = "Archer"
|
||||
production = Array[ExtResource("1_m37xt")]([ExtResource("2_b0duy"), ExtResource("3_k672a")])
|
||||
description = "arrow go fweeewww"
|
||||
color = Color(1.1310726e-06, 0.67725253, 0.15828604, 1)
|
||||
wants = Array[ExtResource("1_m37xt")]([SubResource("Resource_ui157"), SubResource("Resource_ah5vq"), SubResource("Resource_2437s"), SubResource("Resource_n5gpp"), SubResource("Resource_b1lqu")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,47 @@
|
|||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="1_o1w50"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_hqcau"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_lyu7q"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="5_fxi61"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="6_vf3g1"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="7_2uxum"]
|
||||
[ext_resource type="Resource" uid="uid://ytteqojj7k1o" path="res://currency/inanimate/stone.tres" id="8_npspm"]
|
||||
[ext_resource type="Resource" uid="uid://b7vjuqkog7cxd" path="res://currency/inanimate/wood.tres" id="9_j3ou3"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ui157"]
|
||||
script = ExtResource("1_cnnt2")
|
||||
currency = ExtResource("5_fxi61")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ah5vq"]
|
||||
script = ExtResource("1_cnnt2")
|
||||
currency = ExtResource("6_vf3g1")
|
||||
amount = 7
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2437s"]
|
||||
script = ExtResource("1_cnnt2")
|
||||
currency = ExtResource("7_2uxum")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_n5gpp"]
|
||||
script = ExtResource("1_cnnt2")
|
||||
currency = ExtResource("8_npspm")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_b1lqu"]
|
||||
script = ExtResource("1_cnnt2")
|
||||
currency = ExtResource("9_j3ou3")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_o1w50")
|
||||
name = "Calvary"
|
||||
production = Array[ExtResource("1_cnnt2")]([ExtResource("2_hqcau"), ExtResource("3_lyu7q")])
|
||||
description = "save a horse ride a cowboy or something."
|
||||
color = Color(1, 0.14509805, 0.08627451, 1)
|
||||
wants = Array[ExtResource("1_cnnt2")]([SubResource("Resource_ui157"), SubResource("Resource_ah5vq"), SubResource("Resource_2437s"), SubResource("Resource_n5gpp"), SubResource("Resource_b1lqu")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@
|
|||
script = ExtResource("1_10o5k")
|
||||
name = "Chicken"
|
||||
description = "The evolved form of egg."
|
||||
color = Color(1, 0.8980392, 0.23137255, 1)
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@
|
|||
script = ExtResource("1_0c5xt")
|
||||
name = "Cow"
|
||||
description = "Moo"
|
||||
color = Color(0.82329136, 0.82329136, 0.82329136, 1)
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@
|
|||
script = ExtResource("1_0dcki")
|
||||
name = "Dinosaur"
|
||||
description = "*rawrs at you gayly and prehistorically*"
|
||||
color = Color(1, 0.48235294, 0, 1)
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,55 @@
|
|||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_u3n2t"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_yv5d2"]
|
||||
[ext_resource type="Texture2D" uid="uid://bbcjo350ne8pv" path="res://thumbnails/doctor.jpg" id="5_e68kt"]
|
||||
[ext_resource type="Resource" uid="uid://crnhu4w6lfopb" path="res://currency/inanimate/beer.tres" id="6_r8lqy"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="7_ck4s1"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="8_hu81m"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="9_w0d8m"]
|
||||
[ext_resource type="Resource" uid="uid://bwrs2rwum4n2k" path="res://currency/abstract/plague.tres" id="10_gs0ul"]
|
||||
[ext_resource type="Resource" uid="uid://by3dayfdpobpt" path="res://currency/inanimate/blood.tres" id="11_0hope"]
|
||||
[ext_resource type="Resource" uid="uid://dmctedq3pav0t" path="res://currency/inanimate/corpse.tres" id="12_gr03u"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_60ga3"]
|
||||
script = ExtResource("1_ohece")
|
||||
currency = ExtResource("6_r8lqy")
|
||||
amount = 2
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_i5jpd"]
|
||||
script = ExtResource("1_ohece")
|
||||
currency = ExtResource("7_ck4s1")
|
||||
amount = 20
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2l2nr"]
|
||||
script = ExtResource("1_ohece")
|
||||
currency = ExtResource("8_hu81m")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6v7ae"]
|
||||
script = ExtResource("1_ohece")
|
||||
currency = ExtResource("9_w0d8m")
|
||||
amount = 25
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_iph2q"]
|
||||
script = ExtResource("1_ohece")
|
||||
currency = ExtResource("10_gs0ul")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_i8tft"]
|
||||
script = ExtResource("1_ohece")
|
||||
currency = ExtResource("11_0hope")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_j0xkl"]
|
||||
script = ExtResource("1_ohece")
|
||||
currency = ExtResource("12_gr03u")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_8u0th")
|
||||
|
|
@ -12,4 +61,6 @@ name = "Doctor"
|
|||
production = Array[ExtResource("1_ohece")]([ExtResource("2_u3n2t"), ExtResource("3_yv5d2")])
|
||||
description = "They're definitely not crow people. Don't question the masks. it's fine."
|
||||
thumbnail = ExtResource("5_e68kt")
|
||||
color = Color(0, 0.9529412, 0, 1)
|
||||
wants = Array[ExtResource("1_ohece")]([SubResource("Resource_60ga3"), SubResource("Resource_i5jpd"), SubResource("Resource_2l2nr"), SubResource("Resource_6v7ae"), SubResource("Resource_iph2q"), SubResource("Resource_i8tft"), SubResource("Resource_j0xkl")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,19 @@
|
|||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_0dvy8"]
|
||||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="2_j265y"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_0dvy8"]
|
||||
[ext_resource type="Resource" uid="uid://crnhu4w6lfopb" path="res://currency/inanimate/beer.tres" id="5_a7r6n"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_buevm"]
|
||||
script = ExtResource("1_b07i1")
|
||||
currency = ExtResource("5_a7r6n")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_j265y")
|
||||
name = "Drunk"
|
||||
production = Array[ExtResource("1_b07i1")]([ExtResource("2_0dvy8"), ExtResource("3_0dvy8")])
|
||||
description = "Will happily talk to you about all their problems."
|
||||
color = Color(0.80004877, 0.60784924, 0.18863755, 1)
|
||||
wants = Array[ExtResource("1_b07i1")]([SubResource("Resource_buevm")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,54 @@
|
|||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="1_kipvp"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_jkjll"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_kfqfp"]
|
||||
[ext_resource type="Resource" uid="uid://b5qok0rcalr" path="res://currency/sentient/cow.tres" id="5_uddvy"]
|
||||
[ext_resource type="Resource" uid="uid://rdrcyvuvrp2m" path="res://currency/sentient/pig.tres" id="6_epa0v"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="7_uh6l7"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="8_7lva1"]
|
||||
[ext_resource type="Resource" uid="uid://dsohovjbf3s2p" path="res://currency/sentient/chicken.tres" id="9_i5hpk"]
|
||||
[ext_resource type="Resource" uid="uid://y4ssn47oa8tm" path="res://currency/inanimate/fertilizer.tres" id="10_n23mm"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_p1wox"]
|
||||
script = ExtResource("1_35xhy")
|
||||
currency = ExtResource("5_uddvy")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_bu4yr"]
|
||||
script = ExtResource("1_35xhy")
|
||||
currency = ExtResource("6_epa0v")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_dynkd"]
|
||||
script = ExtResource("1_35xhy")
|
||||
currency = ExtResource("7_uh6l7")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_t37mv"]
|
||||
script = ExtResource("1_35xhy")
|
||||
currency = ExtResource("8_7lva1")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ou8s7"]
|
||||
script = ExtResource("1_35xhy")
|
||||
currency = ExtResource("9_i5hpk")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_4ts75"]
|
||||
script = ExtResource("1_35xhy")
|
||||
currency = ExtResource("10_n23mm")
|
||||
amount = 20
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_kipvp")
|
||||
name = "Farmer"
|
||||
production = Array[ExtResource("1_35xhy")]([ExtResource("2_jkjll"), ExtResource("3_kfqfp")])
|
||||
description = "When something is farm, but more."
|
||||
color = Color(0.43529412, 0.84705883, 1, 1)
|
||||
wants = Array[ExtResource("1_35xhy")]([SubResource("Resource_p1wox"), SubResource("Resource_bu4yr"), SubResource("Resource_dynkd"), SubResource("Resource_t37mv"), SubResource("Resource_ou8s7"), SubResource("Resource_4ts75")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,40 @@
|
|||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="1_y7sat"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_s3h3i"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_3jtdd"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="5_bom44"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="6_y0tsi"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="7_1ptox"]
|
||||
[ext_resource type="Resource" uid="uid://crnhu4w6lfopb" path="res://currency/inanimate/beer.tres" id="8_t2htw"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_1g3kj"]
|
||||
script = ExtResource("1_f1fuf")
|
||||
currency = ExtResource("5_bom44")
|
||||
amount = 20
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_kmdkm"]
|
||||
script = ExtResource("1_f1fuf")
|
||||
currency = ExtResource("6_y0tsi")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_3p8gt"]
|
||||
script = ExtResource("1_f1fuf")
|
||||
currency = ExtResource("7_1ptox")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_m16xj"]
|
||||
script = ExtResource("1_f1fuf")
|
||||
currency = ExtResource("8_t2htw")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_y7sat")
|
||||
name = "King Guard"
|
||||
production = Array[ExtResource("1_f1fuf")]([ExtResource("2_s3h3i"), ExtResource("3_3jtdd")])
|
||||
description = "better hope these guys are loyal."
|
||||
color = Color(0.54509807, 0, 1, 1)
|
||||
wants = Array[ExtResource("1_f1fuf")]([SubResource("Resource_1g3kj"), SubResource("Resource_kmdkm"), SubResource("Resource_3p8gt"), SubResource("Resource_m16xj")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,33 @@
|
|||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_sa77c"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_xhy5h"]
|
||||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="4_7d8n3"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="5_7d8n3"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="6_xlwb3"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="7_ds1y1"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ui157"]
|
||||
script = ExtResource("1_626vc")
|
||||
currency = ExtResource("5_7d8n3")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ah5vq"]
|
||||
script = ExtResource("1_626vc")
|
||||
currency = ExtResource("6_xlwb3")
|
||||
amount = 7
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2437s"]
|
||||
script = ExtResource("1_626vc")
|
||||
currency = ExtResource("7_ds1y1")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_7d8n3")
|
||||
name = "Knight"
|
||||
production = Array[ExtResource("1_626vc")]([ExtResource("2_sa77c"), ExtResource("3_xhy5h")])
|
||||
description = "Nighty night Knight"
|
||||
color = Color(0.54901963, 0, 0, 1)
|
||||
wants = Array[ExtResource("1_626vc")]([SubResource("Resource_ui157"), SubResource("Resource_ah5vq"), SubResource("Resource_2437s")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -11,4 +11,5 @@ name = "Lover"
|
|||
production = Array[ExtResource("1_8hvx0")]([ExtResource("2_xggvw"), ExtResource("3_8a0mj")])
|
||||
description = "Romeo and Juliet?
|
||||
Romiet? Julieo?"
|
||||
color = Color(0.9999934, 0.2775343, 0.50037557, 1)
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,19 @@
|
|||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="1_m8i4c"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_x1puw"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_yveov"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="5_p4ceb"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_3og8x"]
|
||||
script = ExtResource("1_81xhi")
|
||||
currency = ExtResource("5_p4ceb")
|
||||
amount = 20
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_m8i4c")
|
||||
name = "Mercenary"
|
||||
production = Array[ExtResource("1_81xhi")]([ExtResource("2_x1puw"), ExtResource("3_yveov")])
|
||||
description = "For some reason I always think of masonry when I read this word."
|
||||
color = Color(0.36862746, 0.3019608, 0.7529412, 1)
|
||||
wants = Array[ExtResource("1_81xhi")]([SubResource("Resource_3og8x")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,33 @@
|
|||
[ext_resource type="Script" uid="uid://dddyxbkq0ienn" path="res://currency/production.gd" id="1_iy37t"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_demtt"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_mxgt6"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="5_rq11v"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="6_rptfm"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="7_mf0hi"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0idw0"]
|
||||
script = ExtResource("1_iy37t")
|
||||
currency = ExtResource("5_rq11v")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_l6nf4"]
|
||||
script = ExtResource("1_iy37t")
|
||||
currency = ExtResource("6_rptfm")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_7h38k"]
|
||||
script = ExtResource("1_iy37t")
|
||||
currency = ExtResource("7_mf0hi")
|
||||
amount = 20
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_egwdx")
|
||||
name = "Messenger"
|
||||
production = Array[ExtResource("1_iy37t")]([ExtResource("2_demtt"), ExtResource("3_mxgt6")])
|
||||
description = "Like a carrier pigeon, but worse at their job."
|
||||
color = Color(0.6574991, 0.8582606, 1, 1)
|
||||
wants = Array[ExtResource("1_iy37t")]([SubResource("Resource_0idw0"), SubResource("Resource_l6nf4"), SubResource("Resource_7h38k")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,36 @@
|
|||
[ext_resource type="Script" uid="uid://dddyxbkq0ienn" path="res://currency/production.gd" id="1_yn73g"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_8h62s"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_2kvuq"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="5_eaivi"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="6_4664q"]
|
||||
[ext_resource type="Resource" uid="uid://crnhu4w6lfopb" path="res://currency/inanimate/beer.tres" id="7_tbpph"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_bws7g"]
|
||||
script = ExtResource("1_yn73g")
|
||||
currency = ExtResource("5_eaivi")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_vxrsf"]
|
||||
script = ExtResource("1_yn73g")
|
||||
currency = ExtResource("6_4664q")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_sgbmh"]
|
||||
script = ExtResource("1_yn73g")
|
||||
currency = ExtResource("7_tbpph")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_u6o3i"]
|
||||
script = ExtResource("1_yn73g")
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_phc4h")
|
||||
name = "Miner"
|
||||
production = Array[ExtResource("1_yn73g")]([ExtResource("2_8h62s"), ExtResource("3_2kvuq")])
|
||||
description = "we yearn for the mines, sire."
|
||||
wants = Array[ExtResource("1_yn73g")]([SubResource("Resource_bws7g"), SubResource("Resource_vxrsf"), SubResource("Resource_sgbmh"), SubResource("Resource_u6o3i")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@
|
|||
script = ExtResource("1_g345f")
|
||||
name = "Pig"
|
||||
description = "Oink Oink."
|
||||
color = Color(0.99999994, 0.5224684, 0.6292804, 1)
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@ script = ExtResource("1_jo5ux")
|
|||
name = "Royalty"
|
||||
production = Array[ExtResource("1_acsld")]([ExtResource("2_40pnt"), ExtResource("3_xy04b")])
|
||||
description = "Well look at you up on your high horse (or I suppose more accurately chair)."
|
||||
color = Color(0.30911273, 1.997426e-05, 0.26303148, 1)
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,40 @@
|
|||
[ext_resource type="Script" uid="uid://dddyxbkq0ienn" path="res://currency/production.gd" id="1_wync1"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_30yvg"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_pvkom"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="5_ssejx"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="6_dmqey"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="7_wnwuo"]
|
||||
[ext_resource type="Resource" uid="uid://crnhu4w6lfopb" path="res://currency/inanimate/beer.tres" id="8_jpoxk"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_lljap"]
|
||||
script = ExtResource("1_wync1")
|
||||
currency = ExtResource("5_ssejx")
|
||||
amount = 25
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_dr7t1"]
|
||||
script = ExtResource("1_wync1")
|
||||
currency = ExtResource("6_dmqey")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_g2eqt"]
|
||||
script = ExtResource("1_wync1")
|
||||
currency = ExtResource("7_wnwuo")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_me530"]
|
||||
script = ExtResource("1_wync1")
|
||||
currency = ExtResource("8_jpoxk")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ou6ev")
|
||||
name = "Spy"
|
||||
production = Array[ExtResource("1_wync1")]([ExtResource("2_30yvg"), ExtResource("3_pvkom")])
|
||||
description = "this... is a bucket."
|
||||
color = Color(0.2784093, 0, 0.63105136, 1)
|
||||
wants = Array[ExtResource("1_wync1")]([SubResource("Resource_lljap"), SubResource("Resource_dr7t1"), SubResource("Resource_g2eqt"), SubResource("Resource_me530")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,34 @@
|
|||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="1_an3bl"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_0o8mq"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_xknsl"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="5_hkj46"]
|
||||
[ext_resource type="Resource" uid="uid://b7vjuqkog7cxd" path="res://currency/inanimate/wood.tres" id="6_s7hyh"]
|
||||
[ext_resource type="Resource" uid="uid://ytteqojj7k1o" path="res://currency/inanimate/stone.tres" id="7_urykh"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="8_lqdse"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_t4qyg"]
|
||||
script = ExtResource("1_0qymk")
|
||||
currency = ExtResource("5_hkj46")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_mxenu"]
|
||||
script = ExtResource("1_0qymk")
|
||||
currency = ExtResource("6_s7hyh")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hgnp0"]
|
||||
script = ExtResource("1_0qymk")
|
||||
currency = ExtResource("7_urykh")
|
||||
amount = 5
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_ljdya"]
|
||||
script = ExtResource("1_0qymk")
|
||||
currency = ExtResource("8_lqdse")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_an3bl")
|
||||
|
|
@ -12,4 +40,5 @@ production = Array[ExtResource("1_0qymk")]([ExtResource("2_0o8mq"), ExtResource(
|
|||
description = "Hear Ye! Hear Ye!
|
||||
Extra! Extra!
|
||||
Come Get It While It's Hot Off The Medieval Presses!"
|
||||
wants = Array[ExtResource("1_0qymk")]([SubResource("Resource_t4qyg"), SubResource("Resource_mxenu"), SubResource("Resource_hgnp0"), SubResource("Resource_ljdya")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,61 @@
|
|||
[ext_resource type="Script" uid="uid://hcvynq5fjypj" path="res://currency/sentient_currency.gd" id="1_tds6s"]
|
||||
[ext_resource type="Resource" uid="uid://boshkhnywnk27" path="res://currency/production/human_production_shared_1.tres" id="2_ud150"]
|
||||
[ext_resource type="Resource" uid="uid://mgb7y1r3eapq" path="res://currency/production/human_production_shared_2.tres" id="3_mp872"]
|
||||
[ext_resource type="Resource" uid="uid://crnhu4w6lfopb" path="res://currency/inanimate/beer.tres" id="5_g2km3"]
|
||||
[ext_resource type="Resource" uid="uid://b8b6yr444ecdk" path="res://currency/inanimate/water.tres" id="6_aqv3t"]
|
||||
[ext_resource type="Resource" uid="uid://ervsee7ku1i2" path="res://currency/inanimate/bread.tres" id="7_fu5ce"]
|
||||
[ext_resource type="Resource" uid="uid://bnlnq4ucsgfxe" path="res://currency/inanimate/gold.tres" id="8_rx02f"]
|
||||
[ext_resource type="Resource" uid="uid://bwrs2rwum4n2k" path="res://currency/abstract/plague.tres" id="9_dc2dr"]
|
||||
[ext_resource type="Resource" uid="uid://by3dayfdpobpt" path="res://currency/inanimate/blood.tres" id="10_0ipx8"]
|
||||
[ext_resource type="Resource" uid="uid://dmctedq3pav0t" path="res://currency/inanimate/corpse.tres" id="11_1nkrr"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_60ga3"]
|
||||
script = ExtResource("1_05kyk")
|
||||
currency = ExtResource("5_g2km3")
|
||||
amount = 2
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_i5jpd"]
|
||||
script = ExtResource("1_05kyk")
|
||||
currency = ExtResource("6_aqv3t")
|
||||
amount = 20
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2l2nr"]
|
||||
script = ExtResource("1_05kyk")
|
||||
currency = ExtResource("7_fu5ce")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6v7ae"]
|
||||
script = ExtResource("1_05kyk")
|
||||
currency = ExtResource("8_rx02f")
|
||||
amount = 25
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_iph2q"]
|
||||
script = ExtResource("1_05kyk")
|
||||
currency = ExtResource("9_dc2dr")
|
||||
amount = 15
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_i8tft"]
|
||||
script = ExtResource("1_05kyk")
|
||||
currency = ExtResource("10_0ipx8")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_j0xkl"]
|
||||
script = ExtResource("1_05kyk")
|
||||
currency = ExtResource("11_1nkrr")
|
||||
amount = 10
|
||||
metadata/_custom_type_script = "uid://dddyxbkq0ienn"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_tds6s")
|
||||
name = "Wizard"
|
||||
production = Array[ExtResource("1_05kyk")]([ExtResource("2_ud150"), ExtResource("3_mp872")])
|
||||
description = "FIREBALL!!!"
|
||||
color = Color(0, 0, 0.79607844, 1)
|
||||
wants = Array[ExtResource("1_05kyk")]([SubResource("Resource_60ga3"), SubResource("Resource_i5jpd"), SubResource("Resource_2l2nr"), SubResource("Resource_6v7ae"), SubResource("Resource_iph2q"), SubResource("Resource_i8tft"), SubResource("Resource_j0xkl")])
|
||||
metadata/_custom_type_script = "uid://hcvynq5fjypj"
|
||||
|
|
|
|||
|
|
@ -125,4 +125,3 @@ dialogic_default_action={
|
|||
[rendering]
|
||||
|
||||
rendering_device/driver.windows="d3d12"
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue