Login

Fancade Wiki

upload and replace cdn.discordapp.com attachments to wiki, move note to top, as well as some improvements.

... ...
@@ -1,6 +1,6 @@
1
Ok, so you wanna learn how to use the shop system, don't you? Well, I'm gonna tell you everything I figured out while using the shop system.
1
**Note: The shop system is only accessible on the beta version of Fancade 1.6.4 for now.**
2 2
3
_Note: The shop system is only accessible on the beta version of Fancade 1.6.4_
3
Ok, so you wanna learn how to use the shop system, don't you? Well, I'm gonna tell you everything I figured out while using the shop system.
4 4
5 5
Currently the only way to access the shop is by losing or winning.
6 6
Also, you will need to use a saved variable (!Var) or it'll be completely useless.
... ...
@@ -8,18 +8,18 @@ Also, you will need to use a saved variable (!Var) or it'll be completely useles
8 8
# Coins
9 9
To use the coins, just take a number variable and stick it to the new coins input in the score block.
10 10
11
![Score block](https://cdn.discordapp.com/attachments/788803873330298880/849717918266032158/Captura_de_pantalla_2021-06-02_143144.png)
11
[[/uploads/Captura_de_pantalla_2021-06-02_143144.png]]
12 12
13 13
When you test-play the game you should see the coin counter at the corner of the screen. To get coins just increment the variable you used as the coin counter.
14 14
15
![Coin counter](https://cdn.discordapp.com/attachments/788803873330298880/849718303794004058/unknown.png)
15
[[/uploads/Captura_1.png]]
16 16
17
*Note: When making a game you can give yourself free coins to test your upgrade shop. They won't count as coins in the actual game though.*
17
*Note: When making a game, you can give yourself free coins to test your upgrade shop. They won't count as coins in the actual game though.*
18 18
19 19
# Menu items
20
To use the menu items, first take a block out of the inventory, then you gotta use two kinds of inputs: a picture input and a variable input.
20
To use the menu items, first take a block out of the inventory, then you are going to use two kinds of inputs: a picture input and a variable input.
21 21
22
![Menu item block](https://cdn.discordapp.com/attachments/788803873330298880/849715742093475851/Captura_de_pantalla_2021-06-02_142338.png)
22
[[/uploads/Captura_de_pantalla_2021-06-02_142338.png]]
23 23
24 24
The Picture input is the object that will appear when looking at the according "Upgrade it" references.
25 25
... ...
@@ -27,27 +27,27 @@ The Variable input uses a variable to save the current state of the upgrade.
27 27
28 28
There's also other options when you select the block:
29 29
30
![Menu item block options](https://cdn.discordapp.com/attachments/788803873330298880/849720257870037012/unknown.png)
30
[[/uploads/Captura_2.png]]
31 31
32
Name: how the item will appear nicknamed in the shop.
32
Name: how the item will be named in the shop.
33 33
34
![Menu item name](https://media.discordapp.net/attachments/788803873330298880/849719245243940874/unknown.png?width=351&height=467)
34
[[/uploads/Captura_3.png]]
35 35
36 36
If the block isn't connected to something else and/or neither there's no object connected to the Picture input nor a Variable then it'll show as title on a new page.
37 37
38
![Menu page title](https://cdn.discordapp.com/attachments/788803873330298880/849720693074952232/unknown.png)
38
[[/uploads/Captura_4.png]]
39 39
40 40
On/Off: this sets the amount of times that object can be upgraded. For example: let's say you set it on Max 2.
41 41
42
![Max 2](https://cdn.discordapp.com/attachments/788803873330298880/849721190892830750/unknown.png)
42
[[/uploads/Captura_5.png]]
43 43
44 44
The corresponding object in the shop system will have to be upgraded 2 times to be maxed out.
45 45
46
![Max 2 showcase](https://cdn.discordapp.com/attachments/788803873330298880/849721737809231972/unknown.png)
46
[[/uploads/Captura_6.png]]
47 47
48 48
If you leave it as On/Off, you'll be able to upgrade it once, and toggle it on and off, like an extra mode or a cheat code.
49 49
50
![On/Off showcase](https://cdn.discordapp.com/attachments/788803873330298880/849722559334711296/unknown.png)
50
[[/uploads/Captura_7.png]]
51 51
52 52
"Fixed":
53 53
This changes the price of the upgrade after you've bought it. If left on "10 fixed", the price will stay on 10 coins every time you buy the upgrade.
... ...
@@ -60,14 +60,14 @@ If set to 10 Double, then the price doubles each time you buy the upgrade.
60 60
61 61
And you even get a bigger price if you keep clicking after 10 Double! The existing prices are 100, 1k (1,000) and 10k (10,000) and all of them have the same options except for 10k, which only has the fixed option.
62 62
63
![10 Linear showcase](https://cdn.discordapp.com/attachments/788803873330298880/849724272485335070/unknown.png)
63
[[/uploads/Captura_8.png]]
64 64
65 65
# Limits
66 66
67
6 Pages
68
92 Items (including Titles)
67
- 6 Pages
68
- 92 Items (including Titles)
69 69
70
P.S. Due to bug 100 items will break fangold/gems menu, because it also occupy 8 items. Dont do that or your game may be unpublished.
70
Note: Due to a bug, 100 items will break fangold/gems menu, because it also occupies 8 items. Don't do that or your game may be unpublished.
71 71
72 72
***
73 73
Fancade Wiki