mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Added battle frontier shop with power items, QA pending. Fixed daycare texts and costs and other miscellaneous fixes.
This commit is contained in:
parent
f54de70dd4
commit
d73acbe056
@ -11,7 +11,7 @@ Namespace Items.Standard
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(240, 384, 24, 24)
|
||||
_textureRectangle = New Rectangle(240, 288, 24, 24)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
@ -11,7 +11,7 @@ Namespace Items.Standard
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(216, 384, 24, 24)
|
||||
_textureRectangle = New Rectangle(216, 288, 24, 24)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
@ -11,7 +11,7 @@ Namespace Items.Standard
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(168, 384, 24, 24)
|
||||
_textureRectangle = New Rectangle(168, 288, 24, 24)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
@ -11,7 +11,7 @@ Namespace Items.Standard
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(144, 384, 24, 24)
|
||||
_textureRectangle = New Rectangle(144, 288, 24, 24)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
@ -11,7 +11,7 @@ Namespace Items.Standard
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(192, 384, 24, 24)
|
||||
_textureRectangle = New Rectangle(192, 288, 24, 24)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
@ -6,8 +6,8 @@
|
||||
Shared _valid As Boolean = False
|
||||
|
||||
Const RUNVALIDATION As Boolean = False
|
||||
Const EXPECTEDSIZE As Integer = 42289870
|
||||
Const METAHASH As String = "OTEzQTRBRURFMjU2RkUyNDgxRjU0MEJDODMwMjk3Mzc="
|
||||
Const EXPECTEDSIZE As Integer = 42302116
|
||||
Const METAHASH As String = "RThCNzQxMTA2MUIxNzlBQzdFMDNCNEM5N0IwNDIwQzk="
|
||||
|
||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||
Get
|
||||
|
@ -24,14 +24,14 @@
|
||||
|
||||
CanContinue = False
|
||||
Case "trade"
|
||||
Dim storeData As String = CStr(argument.GetSplit(0))
|
||||
Dim canBuy As Boolean = CBool(argument.GetSplit(1))
|
||||
Dim canSell As Boolean = CBool(argument.GetSplit(2))
|
||||
Dim storeData As String = CStr(argument.GetSplit(0)) 'e.g. Item ID
|
||||
Dim canBuy As Boolean = CBool(argument.GetSplit(1)) '
|
||||
Dim canSell As Boolean = CBool(argument.GetSplit(2)) '
|
||||
|
||||
Dim currencyIndicator As String = "P"
|
||||
|
||||
If argument.CountSplits() > 3 Then
|
||||
currencyIndicator = argument.GetSplit(3)
|
||||
currencyIndicator = argument.GetSplit(3) 'p for pokedollars, bp for battle points
|
||||
End If
|
||||
|
||||
Core.SetScreen(New TransitionScreen(Core.CurrentScreen, New TradeScreen(Core.CurrentScreen, storeData, canBuy, canSell, currencyIndicator), Color.Black, False))
|
||||
|
@ -49698,6 +49698,9 @@
|
||||
#begin Scripts/frontier/frontier_cameraintro.dat
|
||||
/copy:Scripts/frontier/frontier_cameraintro.dat
|
||||
|
||||
#begin Scripts/frontier/frontier_shop.dat
|
||||
/copy:Scripts/frontier/frontier_shop.dat
|
||||
|
||||
#begin Scripts/frontier/intro.dat
|
||||
/copy:Scripts/frontier/intro.dat
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Scripts/frontier/frontier_shop.dat
Normal file
BIN
2.5DHero/2.5DHeroContent/Scripts/frontier/frontier_shop.dat
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user