-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode
95 lines (84 loc) · 2.42 KB
/
code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Let's make a game!
name:Supplier Game (beta)
by:boshki0987
desc:Version 0.0.8</>Decimal code by FragileFrenzY
//[floor(resourceName)].[floor(10*((resourceName)-(floor(resourceName))))][floor(10*((10*((resourceName)-(floor(resourceName))))-(floor((10*((resourceName)-(floor(resourceName))))))))]
Settings
building cost increase:110%
building cost refund:100%
Layout
*main
contains:res, buttons
*res
contains:Resources
class:fullWidth
*buttons
contains:Buttons
*store
contains:buildings, upgrades
*buildings
contains:BulkDisplay, Buildings
header:Machinery
tooltip origin:left
*upgrades
contains:Upgrades
header:Projects
costs:hide
names:hide
Resources
*wood
name:Wood
//text:[floor(this)].[floor(10*((this)-(floor(this))))][floor(10*((10*((this)-(floor(this))))-(floor((10*((this)-(floor(this))))))))] wood
desc:Wood is abundent in the dense forest you woke up in.
Upgrades
*intro1
name:...
desc:Wake up...
*intro2
name:
desc:.
req:intro1
*intro3
name:Check Your Surroundings
desc:It's the autumn forest. Sticks and piles of leaves are everywhere. They lay toppled in front of you. Maybe they just need a bit of a reboot?
req:intro2
*repair1
name:Shake the First Machine
desc:A little jolt should get it going.
req:intro3
on earn:yield 1 stickcollect
*repair2
name:Fuel the Second Machine
desc:This machine uses your sticks to maintain a campfire-like furnace.
cost:10 sticks
req:repair1
on earn:yield 1 crafter1
*repair3
name:Fix the Third Machine
desc:It needs some patching on the outside.
cost:25 sticks
req:repair2
on earn:yield 1 research1
Buildings
*woodcollect1
name:Stick Gatherer
desc:A damaged, rusty machine that slowly collects the numerous sticks on the ground. It's not much, but it'll do for now.<b></>Level: [this]</>Collects [this/10] wood per second</b>
on tick:yield pow(this,0.9) wood
cost:10 wood
cost increase:120%
req:repair1
tag:generator
*craft1
name:Assembler
desc:This machine can construct and repair small machines using the materials you have.<b></>Level: [this]</>Crafting and Construction are [this]% cheaper.</b>
cost:25 wood, 5 stone
cost increase:140%
req:repair2
tag:crafter
*research1
name:Crude Researcher
desc:Allows you to research many basic projects and machines.<b></>Level: [this]</>Research times are [this/10])% faster.</b>
cost:20 stone
cost increase:140%
req:repair3
tag:crafter