-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathitems.json
More file actions
135 lines (135 loc) · 2.81 KB
/
Copy pathitems.json
File metadata and controls
135 lines (135 loc) · 2.81 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
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
{
"_comment": "Items incluyendo los 10 métodos anticonceptivos. sprite_* = posición en ui.png.",
"anti_items": [
{
"id": "pildora",
"name": "Píldora Anticonceptiva",
"emoji": "💊",
"num": 1,
"map": "sala_6to",
"x": 8,
"y": 2,
"sprite_row": 1,
"sprite_col": 0,
"eficacia": "99.7%",
"mecanismo": "Inhibe ovulación"
},
{
"id": "condon_m",
"name": "Condón Masculino",
"emoji": "🟡",
"num": 2,
"map": "biblioteca",
"x": 8,
"y": 3,
"sprite_row": 1,
"sprite_col": 1,
"eficacia": "98%",
"mecanismo": "Barrera física"
},
{
"id": "condon_f",
"name": "Condón Femenino",
"emoji": "🔵",
"num": 3,
"map": "secretaria",
"x": 1,
"y": 2,
"sprite_row": 1,
"sprite_col": 2,
"eficacia": "95%",
"mecanismo": "Barrera interna"
},
{
"id": "diu",
"name": "DIU",
"emoji": "🔴",
"num": 4,
"map": "sala_7mo",
"x": 8,
"y": 2,
"sprite_row": 1,
"sprite_col": 3,
"eficacia": ">99%",
"mecanismo": "Dispositivo intrauterino"
},
{
"id": "parche",
"name": "Parche Anticonceptivo",
"emoji": "🩹",
"num": 5,
"map": "pasillo",
"x": 15,
"y": 11,
"sprite_row": 1,
"sprite_col": 4,
"eficacia": "99%",
"mecanismo": "Hormonal transdérmico"
},
{
"id": "anillo",
"name": "Anillo Vaginal",
"emoji": "⭕",
"num": 6,
"map": "sala_5to",
"x": 8,
"y": 2,
"sprite_row": 1,
"sprite_col": 5,
"eficacia": "99%",
"mecanismo": "Hormonal local"
},
{
"id": "inyeccion",
"name": "Inyección Anticonceptiva",
"emoji": "💉",
"num": 7,
"map": "biologia",
"x": 8,
"y": 3,
"sprite_row": 1,
"sprite_col": 6,
"eficacia": "99%",
"mecanismo": "Depósito progestina"
},
{
"id": "implante",
"name": "Implante Subdérmico",
"emoji": "📏",
"num": 8,
"map": "sala_8vo",
"x": 8,
"y": 2,
"sprite_row": 1,
"sprite_col": 7,
"eficacia": ">99%",
"mecanismo": "Varilla 3 años"
},
{
"id": "diafragma",
"name": "Diafragma",
"emoji": "🫙",
"num": 9,
"map": "plaza",
"x": 10,
"y": 5,
"sprite_row": 1,
"sprite_col": 8,
"eficacia": "94%",
"mecanismo": "Barrera + espermicida"
},
{
"id": "espermicida",
"name": "Espermicida",
"emoji": "🧪",
"num": 10,
"map": "jardin_eden",
"x": 8,
"y": 4,
"sprite_row": 1,
"sprite_col": 9,
"eficacia": "82%",
"mecanismo": "Inmoviliza espermatozoides"
}
]
}