-
Notifications
You must be signed in to change notification settings - Fork 2
/
get_product_list.txt
48 lines (42 loc) · 1.79 KB
/
get_product_list.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Magic Stone Shop.
Request:
/api.php?action=get_product_list&pid={PID}&sid={SID}&tier=2&r={r}&m=0&key={KEY}
- What's tier 1? Wait, is that the version number?
Response:
res: =0
items: list[ShopItem :json]
&ShopItem:
- There are two witnessed arg orders [2020-03-26]:
name code price bmsg spc stone buyable price_num
name code price bmsg price_num price_int stone buyable
- Now I see ([2020-10-03] HT):
name code price bmsg spc stone buyable
name code price price_int stone buyable
name: :str
- Message
code: :str
- E.g. "jp.gungho.paden.padstonecampaign023_010"
price: :str
- E.g. "$9.99 (USD)"
bmsg?: buymessage? :str
- If it exists, there's an extra popup when you press the button, and this string is used to build that.
- Title
- Desc
- "See here for details":
- "Lineup"
- Pipe-delimited parts:
- Title: "^BF1238^Special One-Time Bargain Set^FFFFFF^"
- Description: "\nOnly 1 Special Bargain Set\nmay be purchased per account.\nIn addition to 10 Magic Stones\nand access to an exclusive Egg Machine,\nit provides bonus Pal Points."
- URL for "See here for details": https://bit.ly/2UeJ4cq
- URL for "Lineup": ihttps://ssl-na.padsv.gungho.jp/gacha_lineup/bonus_prop.php?pid=@ID@&sid=@SI@&pbi_id=181
spc?: isSpecial :int
- E.g. 1
- Default 0, I guess.
stone: int | str
- E.g. 85, "10"
- int for old, str for new.
buyable: =1?
- Not sure if buying changes this.
price_int: :int
price_num: :str
- E.g. "0.99"