Hello! I would like to add the Iridium and Radioactive Clocks to my file but I want to keep the Gold Clock as in the Vanilla version. What do I have to edit to do that?
Iridium and Radioactive Clocks are added as extra buildings. The Golden Clock is still available as usual and if you dont want the extra effect it gives just turn it off in the Config Menu.
I'm not sure if this is intentional, but since the Gold Clock is giving an effect mechanically similar to profit margin, the +25% is also being applied to the purchase price of seeds and many other items in certain NPC shops, making them more expensive. This isn't a huge deal, of course, since by the time a player can afford the Gold Clock, money isn't really a concern any longer, but I'm just curious if that's by design or an unplanned consequence.
Hi, Thanks for commenting. This is rather unplanned consequence that I was aware of. It is the result of manipulating the internal's game profit margin. I didn't want to go over every shop and edit the items prices so I just left it as it is.
Hi, this is a nice idea, sorry if what I'm going to ask is too much, but, would it be possible to make the clocks' names easier to target by a CP mod? I usually play a medieval everything and I would like to change at least one of your clocks into the Junimo Sundial, I think I know how to target the texture, but I don't know how to target the name. Again, sorry if I'm asking too much, and thank you for this mod. UPDATE: I was naive, I don't know how to target textures either...
Hi, If you want to target the Iridium Clock or Radioactive clock with any CP Mod then you can do it also from within that mod's config.json file. Here is an example based on the [CP] Junimo Sundial config.json, this will work with seasons.
Jeez Louise!! I spent this Sunday evening trying to do this very thing, doing the exact same thing you're showing, without much avail, before crawling back here to admit my failing, my mistake:"Target": "Buildings/IridiumClock" instead of "Target": "Buildings/Iridium Clock" |:( Thank you for the help
This looks really interesting! I have several questions/requests however.
How much do the clocks cost? If possible, I'd like to be able to change how much they cost since I use an automate based modlist, so being able to increase the price would be nice.
Do these clocks affect mod added shops/crops? ex: Does the gold clock affect shops from Shop Tile Framework or does the Iridium clock affect PFM machines or Json Assets crops?
And is it possible for you to give the option of a flat % increase in growth speed, instead of a random instant growth for the radioactive clock? I prefer my crops to be uniform, so random growths are generally inconvenient.
Hello. Thank you for commenting! :) This is my first mod so I will try to make some balance/gameplay changes as well as notifications for if the Clocks effects triggered.
I will definitely look into the growth speed suggestion.
I am planning to add the Configuration options as well.
The Iridium Clock works only with Vanilla machines for now.
I am not sure if Gold Clock profit margin affects other shops/JA. Definitely need to test :)
The price for Iridium Clock is 10m and 100 iridium bars. Radioactive Clock 10m and 100 radioactive bars.
Added many configurable options to the mod. I am currently working on the option to set the Crop Grow Method between (grow Completely & grow into next growth phase). Enjoy :)
24 comments
Any plans on updating it?
Adding this one to my modlist for sure. Cheers!
also are machines added by mods effected by the iridium clock ?
I am not sure about custom machines from other mods. Feel free to test it :)
Cheers
Iridium and Radioactive Clocks are added as extra buildings. The Golden Clock is still available as usual and if you dont want the extra effect it gives just turn it off in the Config Menu.
Cheers
Thanks for commenting.
This is rather unplanned consequence that I was aware of.
It is the result of manipulating the internal's game profit margin.
I didn't want to go over every shop and edit the items prices so I just left it as it is.
UPDATE: I was naive, I don't know how to target textures either...
I will see what I can do to make the Clock textures configurable or make it easier to swap with CP for other textures.
Cheers
See the details on the main page and the media files for instructions.
Enjoy.
If you want to target the Iridium Clock or Radioactive clock with any CP Mod then you can do it also from within that mod's config.json file.
Here is an example based on the [CP] Junimo Sundial config.json, this will work with seasons.
{
"Format": "1.9",
"Changes": [
{
"Action": "EditImage",
"Target": "Buildings/Iridium Clock",
"FromFile": "assets/Gold_Clock_{{season}}.png"
},
{
"Action": "EditImage",
"Target": "Buildings/Radioactive Clock",
"FromFile": "assets/Gold_Clock_{{season}}.png"
},
{
"Action": "EditImage",
"Target": "loosesprites/cursors",
"FromFile": "assets/cursors.png",
"ToArea":
{
"X": 363,
"Y": 395,
"Width": 16,
"Height": 13
},
"FromArea":
{
"X": 363,
"Y": 395,
"Width": 16,
"Height": 13
},
}
]
}
"Target": "Buildings/IridiumClock"
instead of"Target": "Buildings/Iridium Clock"
|:(Thank you for the help
Just released another update with a new Radioactive effect to choose from.
SMAPI shows correctly the 1.2.0 as the latest version.
How much do the clocks cost? If possible, I'd like to be able to change how much they cost since I use an automate based modlist, so being able to increase the price would be nice.
Do these clocks affect mod added shops/crops? ex: Does the gold clock affect shops from Shop Tile Framework or does the Iridium clock affect PFM machines or Json Assets crops?
And is it possible for you to give the option of a flat % increase in growth speed, instead of a random instant growth for the radioactive clock? I prefer my crops to be uniform, so random growths are generally inconvenient.
Thank you for commenting! :)
This is my first mod so I will try to make some balance/gameplay changes as well as notifications for if the Clocks effects triggered.
I will definitely look into the growth speed suggestion.
I am planning to add the Configuration options as well.
The Iridium Clock works only with Vanilla machines for now.
I am not sure if Gold Clock profit margin affects other shops/JA. Definitely need to test :)
The price for Iridium Clock is 10m and 100 iridium bars.
Radioactive Clock 10m and 100 radioactive bars.
Feel free to post any bugs/suggestions.
I am currently working on the option to set the Crop Grow Method between (grow Completely & grow into next growth phase).
Enjoy :)
Thanks for suggestion!
EDIT:
Updated SMAPI shouldn't complain anymore :)