mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
mints and gems files
This commit is contained in:
parent
201108ae53
commit
859e3d27fd
13
P3D/Content/Data/Scripts/frontier/shops/gem.dat
Normal file
13
P3D/Content/Data/Scripts/frontier/shops/gem.dat
Normal file
@ -0,0 +1,13 @@
|
||||
version=2
|
||||
@text.show(I have lots of pretty gem!*Do you want to buy some?)
|
||||
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@screen.trade({630|-1|20}{631|-1|20}{632|-1|20}{633|-1|20}{634|-1|20}{635|-1|20}{636|-1|20}{637|-1|20}{638|-1|20}{639|-1|20}{640|-1|20}{641|-1|20}{642|-1|20}{643|-1|20}{644|-1|20}{645|-1|20}{646|-1|20}{647|-1|20},1,0,bp)
|
||||
@text.show(Thank you.)
|
||||
:end
|
||||
:when:No
|
||||
@text.show(I guess gems aren't your style.)
|
||||
:end
|
||||
:endwhen
|
||||
:end
|
15
P3D/Content/Data/Scripts/frontier/shops/mints.dat
Normal file
15
P3D/Content/Data/Scripts/frontier/shops/mints.dat
Normal file
@ -0,0 +1,15 @@
|
||||
version=2
|
||||
@text.show(I am working hard on~cultivating a new line~of special herbs!*Come check in later when~I am ready to bring them~to market!)
|
||||
:end
|
||||
@text.show(I have lots of pretty gem!*Do you want to buy some?)
|
||||
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@screen.trade({630|-1|20}{631|-1|20}{632|-1|20}{633|-1|20}{634|-1|20}{635|-1|20}{636|-1|20}{637|-1|20}{638|-1|20}{639|-1|20}{640|-1|20}{641|-1|20}{642|-1|20}{643|-1|20}{644|-1|20}{645|-1|20}{646|-1|20}{647|-1|20},1,0,bp)
|
||||
@text.show(Thank you.)
|
||||
:end
|
||||
:when:No
|
||||
@text.show(I guess gems aren't your style.)
|
||||
:end
|
||||
:endwhen
|
||||
:end
|
@ -29397,6 +29397,12 @@
|
||||
<Content Include="Content\Data\Scripts\frontier\shops\field.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Data\Scripts\frontier\shops\gem.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Data\Scripts\frontier\shops\mints.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Content\Data\Scripts\kin\berryforestitems\2051.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
Loading…
x
Reference in New Issue
Block a user