Luck be a Landlord

Luck be a Landlord

Counting!
This topic has been locked
Laughing Still  [developer] 19 Feb, 2022 @ 5:12pm
Symbol Zero Adjustments
This thread is for those who want to restore the symbol: Zero (zero_num) prior to updates.
If you do readjust any of the symbols, DO NOT report any bugs with said symbol as the choices are not intentional with the final release.

Prior Release

description = "Gives <icon_coin><color_FBF236><value_1><end> in the fifth column. Adjacent <group_number> <last_number> give <icon_coin><color_FBF236><value_1><end> more."

values = [4]

effects:
#Bonus Number
{
"effect_type": "adjacent_symbols",
"comparisons": [{"a": "groups", "b": "number"}],
"anim_targets": "adjacent_symbol",
"anim": "shake",
"value_to_change": "value_bonus", "diff": values[0]
},
#Bonus Last column
{
"effect_type": "self",
"comparisons": [{"a":"grid_position_x", "b": {"starting_value": 4}}],
"value_to_change": "value_bonus",
"diff": values[0]
}

Adjacent Number multiples

description = "Gives <icon_coin><color_FBF236><value_1><end> in the fifth column. Adjacent <group_number> <last_number> give <icon_coin><color_FBF236><value_2><end> more."

values = [4, 2]

effects:
#Bonus Number
{
"effect_type": "adjacent_symbols",
"comparisons": [{"a": "groups", "b": "number"}],
"anim": "shake",
"value_to_change": "value_multiplier", "diff": values[1]
},

What would you replace?

To find all this first, you need to find the steam workshop downloads in your system. There are plenty of ways you can do that, google how to do it.

To get back to all adjacent symbols replace the current #Bonus Number inside the file "0zero", but be wary with copy and pasting from steam forums as it make lead to syntax errors. The values inside the value brackets are as such: 4 being the value rewarded, and 2 is a what was supposed to be multiplier.

Anything inside #bonus last column should be left alone, as the only value that gets adjusted inside is the first number inside the > values = [Number, Second Number] < .