diff --git a/P3D/Content/Data/Scripts/frontier/shops/berry/daily.dat b/P3D/Content/Data/Scripts/frontier/shops/berry/daily.dat index 73ae26f25..c78c6d633 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/berry/daily.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/berry/daily.dat @@ -91,6 +91,6 @@ version=2 @storage.set(integer,berryloop2,+1) :endwhile :endif -@text.show(Welcome to the berry shop, take a look at today's harvest.) +@text.show(Welcome to the berry shop,~take a look at today's~harvest.) @screen.trade({|10|1}{|10|1}{|10|1}{|10|1}{|10|1}{|10|1}{|10|1},1,0,bp,bfberries) :end diff --git a/P3D/Content/Data/Scripts/frontier/shops/berry/grabbag.dat b/P3D/Content/Data/Scripts/frontier/shops/berry/grabbag.dat index d063e37a0..7f543e148 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/berry/grabbag.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/berry/grabbag.dat @@ -1,5 +1,5 @@ version=2 -@text.show(Want to get a berry grab bag?) +@text.show(Want to get a berry~grab bag?) @options.SetCancelIndex(3) @options.show(Standard Bag 5 BP,Special Bag 10 BP,Info,Exit) :when:Standard Bag 5 BP @@ -22,7 +22,7 @@ version=2 @storage.set(integer,berryloop,+1) :endwhile :when:Info - @text.show(If you choose the standard bag you will get 15 berries chosen completely at random.*If you choose the special bag you will get 10 of the best berries.) + @text.show(If you choose the standard~bag you will get 15 berries~chosen completely at random.*If you choose the special~bag you will get 10 of~the best berries.) :when:Exit :endscript :endwhen diff --git a/P3D/Content/Data/Scripts/frontier/shops/choice.dat b/P3D/Content/Data/Scripts/frontier/shops/choice.dat index 3bfa9e035..6270e8f50 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/choice.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/choice.dat @@ -1,9 +1,10 @@ version=2 -@text.show(These items offer great power but only at a price.*Do you think you can master them?) +@text.show(These items offer great~power but only at a price.*Do you think you~can master them?) @options.show(Yes,No) :when:Yes @screen.trade({578|-1|25}{579|-1|25}{580|-1|25}{577|-1|25}{506|-1|25}{505|-1|25},1,0,bp) + @text.show(I forsee some other items~being added in stock~in the near future,~come back to learn more.) @text.show(Thank you.) :end :when:No diff --git a/P3D/Content/Data/Scripts/frontier/shops/consume.dat b/P3D/Content/Data/Scripts/frontier/shops/consume.dat index 0fbaaf52f..f32e26627 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/consume.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/consume.dat @@ -1,5 +1,5 @@ version=2 -@text.show(I stock the best comumable items availbe!*Buy some so I don't eat them all!) +@text.show(I stock the best consumable~items available!*Buy some so I don't~eat them all!) @options.show(Buy,Cancel) :when:Buy @@ -7,7 +7,7 @@ version=2 @text.show(Thank you.) :end :when:Cancel - @text.show(buurrrrp*Someone better buy~some before I eat them all.) + @text.show(buurrrrp*Someone better buy some`before I eat them all.) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/evo.dat b/P3D/Content/Data/Scripts/frontier/shops/evo.dat index 366153dbb..bdbfee128 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/evo.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/evo.dat @@ -1,5 +1,5 @@ version=2 -@text.show(These items should help awaken the potential of your pokemon.) +@text.show(These items should help~awaken the potential~of your Pokémon.) @options.show(Buy,Cancel) :when:Buy diff --git a/P3D/Content/Data/Scripts/frontier/shops/field.dat b/P3D/Content/Data/Scripts/frontier/shops/field.dat index f4c584f0f..b088fc883 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/field.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/field.dat @@ -1,5 +1,5 @@ version=2 -@text.show(With these items you can work your field to exactly how you want it!*Do you want to buy~anything?) +@text.show(With these items you can~work your field to exactly~how you want it!*Do you want to buy anything?) @options.show(Yes,No) :when:Yes diff --git a/P3D/Content/Data/Scripts/frontier/shops/gem.dat b/P3D/Content/Data/Scripts/frontier/shops/gem.dat index 250beb503..f3a538e1f 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/gem.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/gem.dat @@ -1,5 +1,5 @@ version=2 -@text.show(I have lots of pretty gem!*Do you want to buy some?) +@text.show(I have lots of pretty gems!*Do you want to buy some?) @options.show(Yes,No) :when:Yes @@ -7,7 +7,7 @@ version=2 @text.show(Thank you.) :end :when:No - @text.show(I guess gems aren't your style.) + @text.show(I guess gems aren't~your style.) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/held.dat b/P3D/Content/Data/Scripts/frontier/shops/held.dat index 05ed81581..d0b8467d1 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/held.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/held.dat @@ -1,13 +1,14 @@ version=2 -@text.show() +@text.show(Check out these items your~Pokémon can hold to boost~their power!) @options.show(Yes,No) :when:Yes @screen.trade({298|-1|20}{591|-1|20}{30|-1|10}{73|-1|20}{140|-1|10}{171|-1|10}{74|-1|10},1,0,bp) + @text.show(I am getting even more~items in stock coming soon.) @text.show(Thank you.) :end :when:No - @text.show() + @text.show(Come back to find the right~boost for your Pokémon.) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat b/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat index 5db2d5eb7..5c2912f71 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat @@ -1,12 +1,12 @@ version=2 -@text.show(Welcome to the Juice Shoppe!*I can help you make your own custom drinks free of charge!*All you have to do is provide the berries!*Would you like to begin?) +@text.show(Welcome to the Juice Shoppe!*I can help you make your own~custom drinks free of charge!*All you have to do is~provide the berries!*Would you like to begin?) @Options.show(Yes,No) :when:No @text.show(Come again soon!) :end :endwhen -@text.show(Please select your first berry.) +@text.show(Please select your~first berry.) @item.select(plants,2000-2066) :if:=-1 @text.show(Come again soon!) @@ -14,7 +14,7 @@ version=2 :endif @storage.set(integer,berry1,) -@text.show(Please select your second berry.) +@text.show(Please select your~second berry.) @item.select(plants,2000-2066) :if:=-1 @text.show(Come again soon!) diff --git a/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat b/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat index 66a170884..6918cb941 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat @@ -73,7 +73,7 @@ version=2 :endwhile @storage.set(string,juiceselect,Exit) -@text.show(Welcome to the Juice Shoppe!*Please take a look at our daily specials!) +@text.show(Welcome to the Juice Shoppe!*Please take a look~at our daily specials!) @options.show() :when:Exit @text.show(Come again soon!) @@ -104,7 +104,7 @@ version=2 @storage.set(integer,select,5) :endwhen -@text.show(Which Pokemon is this drink for?) +@text.show(Which Pokemon is this~drink for?) @pokemon.select :if:=-1 @text.show(Come again soon!) diff --git a/P3D/Content/Data/Scripts/frontier/shops/nurture.dat b/P3D/Content/Data/Scripts/frontier/shops/nurture.dat index fa32b2b99..1c6bf00bc 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/nurture.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/nurture.dat @@ -1,5 +1,5 @@ version=2 -@text.show(Master both nature and nurture with these items!*Do you want to buy~anything?) +@text.show(Master both nature and~nurture with these items!*Do you want to buy anything?) @options.show(Yes,No) :when:Yes @@ -7,7 +7,7 @@ version=2 @text.show(Thank you.) :end :when:No - @text.show(Raise you pokemon with love and care!) + @text.show(Raise you Pokémon with~love and care!) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/power.dat b/P3D/Content/Data/Scripts/frontier/shops/power.dat index db9f7d29f..92b178cb8 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/power.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/power.dat @@ -1,5 +1,5 @@ version=2 -@text.show(These items can help power up your training!) +@text.show(These items can help power~up your training!) @options.show(Buy,Cancel) :when:Buy @@ -7,7 +7,7 @@ version=2 @text.show(Thank you.) :end :when:Cancel - @text.show(Come back to train with power!) + @text.show(Come back to train~with power!) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/protect.dat b/P3D/Content/Data/Scripts/frontier/shops/protect.dat index 5d13ff4da..397ca5431 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/protect.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/protect.dat @@ -1,13 +1,14 @@ version=2 -@text.show(These items will heal or protect your precios Pokémon.) +@text.show(These items will heal~or protect your precios~Pokémon.) @options.show(Buy,Cancel) :when:Buy @screen.trade({119|-1|20}{146|-1|20},1,0,bp) + @text.show(I am working to bring~a broader and more diverse~stock in the future.) @text.show(Thank you.) :end :when:Cancel - @text.show(We hope to see you~again!) + @text.show(We hope to see you again!) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/specialty.dat b/P3D/Content/Data/Scripts/frontier/shops/specialty.dat index 4b45fc37a..69469916f 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/specialty.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/specialty.dat @@ -1,13 +1,14 @@ version=2 -@text.show(I have the newest breakthroughs in optimizing any Pokemon for battle!*Do you want to buy~anything?) +@text.show(I have the newest~breakthroughs in optimizing~any Pokemon for battle!*Do you want to buy~anything?) @options.show(Yes,No) :when:Yes @screen.trade({187|-1|150},1,0,bp) + @text.show(Research is ongoing for more~items to come in the future.) @text.show(Thank you.) :end :when:No - @text.show(You will struggle to find these items anywhere else!) + @text.show(You will struggle to find~these items anywhere else!) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/tms.dat b/P3D/Content/Data/Scripts/frontier/shops/tms.dat index d900dc2d2..a73c16a64 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/tms.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/tms.dat @@ -1,5 +1,5 @@ version=2 -@text.show(Fill out your movesets with these useful attacks.) +@text.show(Fill out your movesets with~these useful attacks.) @options.show(Buy,Cancel) :when:Buy @@ -7,7 +7,7 @@ version=2 @text.show(Thank you.) :end :when:Cancel - @text.show(We hope to see you~again!) + @text.show(We hope to see you again!) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/Scripts/frontier/shops/vitamin.dat b/P3D/Content/Data/Scripts/frontier/shops/vitamin.dat index 71760e012..5ecca414e 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/vitamin.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/vitamin.dat @@ -1,5 +1,5 @@ version=2 -@text.show(I have the best medicines you can get to enhance your Pokemon's battle prowess!) +@text.show(I have the best medicines~you can get to enhance your~Pokémon's battle prowess!) @options.show(Buy,Cancel) :when:Buy @@ -7,7 +7,7 @@ version=2 @text.show(Thank you.) :end :when:Cancel - @text.show(Come back for all of your medicinal needs!) + @text.show(Come back for all of your~medicinal needs!) :end :endwhen :end \ No newline at end of file diff --git a/P3D/Content/Data/maps/frontier/main.dat b/P3D/Content/Data/maps/frontier/main.dat index 4fadd3ee3..5b787c5c0 100644 --- a/P3D/Content/Data/maps/frontier/main.dat +++ b/P3D/Content/Data/maps/frontier/main.dat @@ -1583,7 +1583,7 @@ Shops: {"NPC"{NPC[{"Position"{sngArr[38,4,18]}}{"TextureID"{str[battletower\29]}}{"ID"{int[12]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\berry\daily]}}{"Rotation"{int[1]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[38,4,20]}}{"TextureID"{str[battletower\30]}}{"ID"{int[13]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\berry\grabbag]}}{"Rotation"{int[1]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} -{"NPC"{NPC[{"Position"{sngArr[47,4,28]}}{"TextureID"{str[56]}}{"ID"{int[14]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\field]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} +{"NPC"{NPC[{"Position"{sngArr[47,4,28]}}{"TextureID"{str[battletower\29]}}{"ID"{int[14]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\field]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[46,4,38]}}{"TextureID"{str[28]}}{"ID"{int[15]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\consumables]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[48,4,38]}}{"TextureID"{str[2]}}{"ID"{int[16]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\gems]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}