forked from derand/kanojo_server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdate_items.json
More file actions
104 lines (104 loc) · 3.05 KB
/
date_items.json
File metadata and controls
104 lines (104 loc) · 3.05 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"categories": [
{
"item_category_id": 1,
"title": "B coin",
"relation_level": 3
},
{
"item_category_id": 22,
"group_title": "Other",
"title": "Tickets",
"description": "Take her to a wonderful place!",
"image_thumbnail_url": "/images/store/date_date_thm.png",
"expand_flag": 0,
"relation_level": 1
}
],
"items": [
{
"category_id": 1,
"item_id": 20,
"title": "Movie",
"description": "Movie theater as a standard date spot.\nThis item may decrease KANOJO's love level towards her Partner.\n{date2h}",
"image_url": "/images/store/date_movie.png",
"image_thumbnail_url": "/images/store/date_movie_thm.png",
"drawable_name": "date_movie",
"price_b": 5,
"price_s": 5,
"duration_of_date": 7200
},
{
"category_id": 1,
"item_id": 21,
"title": "Aquarium",
"description": "MISSING DESCRIPTION\n{date4h}",
"image_url": "/images/store/date_aquarium.png",
"image_thumbnail_url": "/images/store/date_aquarium_thm.png",
"price_b": 10,
"price_s": 10,
"duration_of_date": 14400
},
{
"category_id": 1,
"title": "Museum",
"description": "A bit intellectual date spot. This date may increase KANOJO's love level.\n{date6h}",
"image_url": "/images/store/date_museum.png",
"item_id": 22,
"image_thumbnail_url": "/images/store/date_museum_thm.png",
"price_b": 20,
"price_s": 20,
"duration_of_date": 21600
},
{
"category_id": 1,
"item_id": 23,
"title": "Amusement Park",
"description": "Impressive Dating at amusement park!\n{date12h}",
"image_url": "/images/store/date_amusement_park.png",
"image_thumbnail_url": "/images/store/date_amusement_park_thm.png",
"price_b": 30,
"price_s": 30,
"background_image_url": "images/profile_bkgr/date_amusementp_daytime.jpg",
"background_image_url_night": "/images/profile_bkgr/date_amusementp_evening.jpg",
"duration_of_date": 43200
},
{
"category_id": 1,
"item_id": 24,
"title": "Domestic Trip",
"description": "MISSING DESCRIPTION\n{date1}",
"image_url": "/images/store/date_domestic_trip.png",
"image_thumbnail_url": "/images/store/date_domestic_trip_thm.png",
"price_b": 1000,
"price_s": 0,
"duration_of_date": 86400
},
{
"category_id": 1,
"item_id": 25,
"title": "Overseas Trip",
"description": "MISSING DESCRIPTION\n{date7}",
"image_url": "/images/store/date_overseas_trip.png",
"image_thumbnail_url": "/images/store/date_overseas_trip_thm.png",
"price_b": 3000,
"price_s": 0,
"duration_of_date": 604800
},
{
"category_id": 22,
"group": "ITEM_SECTION_DATE",
"item_id": 500,
"title": "Mt.Fuji",
"description": "Wonderful date against the background of Mt. Fuji!{date1}",
"confirm_use_message": null,
"image_url": "/images/store/date_fuji.png",
"image_thumbnail_url": "/images/store/date_fuji_thm.png",
"price_t": 1,
"duration_of_date": 43200,
"background_image_url": "/images/profile_bkgr/date_mt_fuji_daytime.jpg",
"background_image_url_night": "/images/profile_bkgr/date_mt_fuji_evening.jpg",
"hidden_in_store": true
}
]
}