diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/opensb/interface/merchant/shine.png | bin | 866 -> 0 bytes | |||
-rw-r--r-- | assets/opensb/interface/windowconfig/crafting.config.patch | 12 | ||||
-rw-r--r-- | assets/opensb/interface/windowconfig/merchant.config.patch | 12 |
3 files changed, 20 insertions, 4 deletions
diff --git a/assets/opensb/interface/merchant/shine.png b/assets/opensb/interface/merchant/shine.png Binary files differdeleted file mode 100644 index 639bae9..0000000 --- a/assets/opensb/interface/merchant/shine.png +++ /dev/null diff --git a/assets/opensb/interface/windowconfig/crafting.config.patch b/assets/opensb/interface/windowconfig/crafting.config.patch index 0728507..9febcd4 100644 --- a/assets/opensb/interface/windowconfig/crafting.config.patch +++ b/assets/opensb/interface/windowconfig/crafting.config.patch @@ -4,7 +4,11 @@ // Disables the crafting timer if true. "disableTimer" : false, - // This is only used if the crafting timer is enabled. - // This is how many crafts are ran when the crafting timer wraps. - "craftCount" : 1 -} }
\ No newline at end of file + // This is only used if the crafting timer is enabled. + // This is how many crafts are ran when the crafting timer wraps. + "craftCount" : 1, + + // This is how many of any item can be crafted at once. + // This is also used by merchants. + "maxSpinCount" : 9999 +} } diff --git a/assets/opensb/interface/windowconfig/merchant.config.patch b/assets/opensb/interface/windowconfig/merchant.config.patch new file mode 100644 index 0000000..fd483c2 --- /dev/null +++ b/assets/opensb/interface/windowconfig/merchant.config.patch @@ -0,0 +1,12 @@ +[ + { + "op" : "test", + "path" : "/paneLayout/bgShine/position/1", + "value" : -12 + }, + { + "op" : "replace", + "path" : "/paneLayout/bgShine/position/1", + "value" : -19 + } +] |