-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
142 lines (142 loc) · 4.42 KB
/
data.json
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"gameStartInformation": "You are on a date and a the guy is trying to woo you. Give a one line reply on their comment.",
"charInfo": [
"You like forward aggressive people who take charge."
],
"userInfo": [
"You are on a date and are trying to woo the girl. Give one line based on the input."
],
"cards": [
{
"id": 1,
"name": "ASK OUT",
"flavor_text": "A card that represents the act of asking someone out on a date.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 2,
"name": "TEMP",
"flavor_text": "A temporary card that could represent a short-term boost or effect.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 3,
"name": "QUESTION",
"flavor_text": "A card used to ask a question that can lead to different outcomes.",
"description": "Confidence + 5",
"type": "",
"effect": {
"confidence": 5
}
},
{
"id": 4,
"name": "JOKE",
"flavor_text": "A card that triggers a joke, potentially influencing morale or mood.",
"description": "Attract + 10, FriendZone + 2",
"type": "",
"effect": {
"attract": 10,
"friendzone": 2
}
},
{
"id": 5,
"name": "COMPLIMENT",
"flavor_text": "A card that allows you to give a compliment, which can improve relationships.",
"description": "Attract + 10, Lowers card value - 2",
"type": "",
"effect": {
"attract": 10,
"decrAffect": 2
}
},
{
"id": 6,
"name": "GOSSIP",
"flavor_text": "A card used to spread rumors or share information with others.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 7,
"name": "LISTEN",
"flavor_text": "A card that focuses on listening, which can help understand others' needs.",
"description": "Confidence + 5",
"type": "",
"effect": {
"confidence": 5
}
},
{
"id": 8,
"name": "TEASE",
"flavor_text": "A playful card that allows you to tease someone, often to provoke a reaction.",
"description": "20% Attraction + 60, 80% Morale -30",
"type": "",
"effect": {
"gamba": {
"0.2": {
"attract": 60
},
"0.8": {
"moraleNeg": 30
}
}
}
},
{
"id": 10,
"name": "SHARE",
"flavor_text": "A card that allows you to share an item or resource with someone else.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 11,
"name": "TOILET BREAK",
"flavor_text": "A card that gives a character a brief break to regain energy or clarity.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 13,
"name": "SUGGEST",
"flavor_text": "A card used to offer suggestions to others, potentially guiding their actions.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 14,
"name": "RELATE",
"flavor_text": "A card that allows one to relate to someone else's experience or feelings.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 15,
"name": "CHALLENGE",
"flavor_text": "A card that presents a challenge, testing someone's abilities or resolve.",
"description": "",
"type": "",
"effect": ""
},
{
"id": 16,
"name": "REFLECT",
"flavor_text": "A card that encourages introspection and reflection on past actions.",
"description": "",
"type": "",
"effect": ""
}
]
}