drpedia_lite 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/RawReader.rb +2 -1
- data/lib/Validator.rb +1 -1
- data/lib/input/input.txt +205 -232
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 757fcff45e291f7385507b8dd2386ef06997478f
|
|
4
|
+
data.tar.gz: e3992d4c346db722ca46587d6acb2450b2603690
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fa6e4a81bfc515128da8e258bb8a04fc62b289615e57d9087464807f1eee474af829a1e3548ff47c1afa4e678f8a86a78ff80b84933859d9b78e5da44087904
|
|
7
|
+
data.tar.gz: 17b0f00c15f8ddb04a36195ddf61e01b9abbe61af7e39db82e6f7af0f8ef8620664bce9904662a4502de457ed026623168bffa13c2b402605c430ffc6b186885
|
data/lib/RawReader.rb
CHANGED
|
@@ -280,10 +280,11 @@ private
|
|
|
280
280
|
profession = profession_skills[:profession]
|
|
281
281
|
cost = profession_skills[:cost]
|
|
282
282
|
preq = profession_skills[:preq]
|
|
283
|
-
|
|
283
|
+
|
|
284
284
|
|
|
285
285
|
case type
|
|
286
286
|
when :basic
|
|
287
|
+
professions.add profession
|
|
287
288
|
@skill_cat[skill] ||= Hash.new
|
|
288
289
|
@skill_cat[skill][profession] = {
|
|
289
290
|
cost: cost,
|
data/lib/Validator.rb
CHANGED
data/lib/input/input.txt
CHANGED
|
@@ -47,151 +47,151 @@ Crafting and Production: Cook, Distiller, Engineer, Mad Scientist, Printer, Scav
|
|
|
47
47
|
== Advanced Profession ==
|
|
48
48
|
Apocatastian Templar:
|
|
49
49
|
(and ((xp_sum 100)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
(stat_sum hp_or_mp 50)
|
|
51
|
+
(p Priest)
|
|
52
|
+
(p (Guard Officer))))
|
|
53
53
|
|
|
54
54
|
Avontuur:
|
|
55
55
|
(and ((xp_sum 100)
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
(stat_sum hp_or_mp 50)
|
|
57
|
+
(p (Gambler Scavenger Teacher Jones))))
|
|
58
58
|
|
|
59
59
|
Bone Breaker:
|
|
60
60
|
(and ((xp_sum 100)
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
(stat_sum hp_or_mp 50)
|
|
62
|
+
(p (Thug Pugilist))))
|
|
63
63
|
|
|
64
64
|
Entrepreneur:
|
|
65
65
|
(and ((not (s "The Red Star"))
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
(xp_sum 100)
|
|
67
|
+
(stat_sum hp_or_mp 50)
|
|
68
|
+
(p (Caravan Driver "Hook-Up" Merchant Publican))))
|
|
69
69
|
|
|
70
70
|
Free Radical:
|
|
71
71
|
(and ((s Retrograde)
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
(xp_sum 100)
|
|
73
|
+
(stat_sum hp_or_mp 50)))
|
|
74
74
|
|
|
75
75
|
G-Man:
|
|
76
76
|
(and ((or ((s "Pure Blood")
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
77
|
+
(k "Lore - Strain - Pure Blood")))
|
|
78
|
+
(xp_sum 100)
|
|
79
|
+
(stat_sum hp_or_mp 50)
|
|
80
|
+
(k Literacy)
|
|
81
|
+
(k "Lore - Pre-Fall History Modern")
|
|
82
|
+
(k (Torture Interrogate))))
|
|
83
83
|
|
|
84
84
|
Gear Head:
|
|
85
85
|
(and ((xp_sum 100)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
(stat_sum hp_or_mp 50)
|
|
87
|
+
((or (p (Caravan Driver "Hook-Up" Merchant Engineer "Mad Scientist"))
|
|
88
|
+
(s ("Diesel Jock" Rover))))
|
|
89
|
+
(k ("Building Tomorrow" Brewing "Forging the Future"))))
|
|
90
90
|
|
|
91
91
|
Grave Robber:
|
|
92
92
|
(and ((xp_sum 100)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
93
|
+
(stat_sum hp_or_mp 50)
|
|
94
|
+
(p (Doctor Sawbones))
|
|
95
|
+
(p (Scavenger Thief Assassin Jones))))
|
|
96
96
|
|
|
97
97
|
Marksman:
|
|
98
98
|
(and ((xp_sum 100)
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
(stat_sum hp_or_mp 50)
|
|
100
|
+
(p (Sniper "Gun Slinger"))))
|
|
101
101
|
|
|
102
102
|
Mercenary:
|
|
103
103
|
(and ((xp_sum 100)
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
(stat_sum hp_or_mp 50)
|
|
105
|
+
(p (Soldier Guard Officer Hunter))))
|
|
106
106
|
|
|
107
|
-
Merican Ba-
|
|
107
|
+
Merican Ba-Das:
|
|
108
108
|
(and ((xp_sum 100)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
109
|
+
(stat_sum hp 50)
|
|
110
|
+
(s Merican)
|
|
111
|
+
(p Priest)
|
|
112
|
+
(p (Guard Officer "Gun Slinger" Hunter Primitive Pugilist Soldier Thug))))
|
|
113
113
|
|
|
114
114
|
Mind Killer:
|
|
115
115
|
(and ((xp_sum 200)
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
(stat_sum hp_or_mp 50)
|
|
117
|
+
(k "Mind Resistance")))
|
|
118
118
|
|
|
119
119
|
Monk:
|
|
120
120
|
(and ((xp_sum 100)
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
(stat_sum hp_or_mp 50)
|
|
122
|
+
(p ("Martial Artist" Priest))))
|
|
123
123
|
|
|
124
124
|
Mountebank:
|
|
125
125
|
(and ((xp_sum 100)
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
(stat_sum mp 100)
|
|
127
|
+
(p (Charlatan Gambler Merchant Politician))))
|
|
128
128
|
|
|
129
129
|
Nephilim:
|
|
130
130
|
(and ((xp_sum 200)
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
(stat_sum mp 50)
|
|
132
|
+
(s ("Nation of Accensor" Remnants))))
|
|
133
133
|
|
|
134
134
|
Oni:
|
|
135
135
|
(and ((xp_sum 100)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
136
|
+
(stat_sum hp_or_mp 50)
|
|
137
|
+
(s "Red Star")
|
|
138
|
+
(p Priest)
|
|
139
|
+
(p (Guard Officer "Gun Slinger" Primitive Soldier))))
|
|
140
140
|
|
|
141
141
|
Overlord:
|
|
142
142
|
(and ((xp_sum 100)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
143
|
+
(stat_sum hp_or_mp 50)
|
|
144
|
+
(p (Assassin Doctor Gambler "Mad Scientist" "Ring Leader" Engineer))
|
|
145
|
+
(p (Charlatan Entertainer Politician Priest Teacher))))
|
|
146
146
|
|
|
147
147
|
Reaper:
|
|
148
148
|
(and ((xp_sum 100)
|
|
149
|
-
|
|
149
|
+
(p ("Gun Slinger" Hunter Primitive Soldier))))
|
|
150
150
|
|
|
151
151
|
Sage:
|
|
152
152
|
(and ((xp_sum 100)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
153
|
+
(stat_sum mp 50)
|
|
154
|
+
(p (Jones Printer Teacher))
|
|
155
|
+
(lore_type 4)))
|
|
156
156
|
|
|
157
157
|
Saint:
|
|
158
158
|
(and ((xp_sum 100)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
159
|
+
(or ((p (Cook Doctor Priest Teacher))
|
|
160
|
+
(s "Nation of Accensor")))
|
|
161
|
+
((not (s "The Red Star")))))
|
|
162
162
|
|
|
163
163
|
Shadow:
|
|
164
164
|
(and ((xp_sum 200)
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
(stat_sum hp_or_mp 50)
|
|
166
|
+
(p (Assassin Thief Spy))))
|
|
167
167
|
|
|
168
168
|
Shepherd of the Land:
|
|
169
169
|
(and ((xp_sum 200)
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
(stat_sum hp_or_mp 100)
|
|
171
|
+
(p (Cook Brewer Teacher Entertainer Farmer Fishmonger))))
|
|
172
172
|
|
|
173
173
|
Survivor:
|
|
174
174
|
(and ((xp_sum 200)
|
|
175
|
-
|
|
175
|
+
(stat_sum hp_and_mp 100)))
|
|
176
176
|
|
|
177
177
|
Techno Savant:
|
|
178
178
|
(and ((xp_sum 100)
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
(stat_sum hp_or_mp 50)
|
|
180
|
+
(p ("Mad Scientist" Tinker Engineer))))
|
|
181
181
|
|
|
182
182
|
Thought Bender:
|
|
183
183
|
(and ((xp_sum 100)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
184
|
+
(stat_sum mp 50)
|
|
185
|
+
(p Psionist)
|
|
186
|
+
(psionic_type advanced 2)))
|
|
187
187
|
|
|
188
188
|
Veteran:
|
|
189
189
|
(and ((xp_sum 200)
|
|
190
|
-
|
|
190
|
+
(k "Lore - Local Area")))
|
|
191
191
|
|
|
192
192
|
Villon:
|
|
193
193
|
(and ((xp_sum 100)
|
|
194
|
-
|
|
194
|
+
(p (Thief Assassin Spy))))
|
|
195
195
|
|
|
196
196
|
== Advanced Profession Skills ==
|
|
197
197
|
|
|
@@ -227,7 +227,7 @@ Mini-Mall 10
|
|
|
227
227
|
Atom Smasher 10
|
|
228
228
|
Evolution 10
|
|
229
229
|
Healthy Green Glow 10
|
|
230
|
-
Jacob
|
|
230
|
+
Jacob's Broken Ladder 10
|
|
231
231
|
Share the Love 10 Evolution
|
|
232
232
|
|
|
233
233
|
== G-Man ==
|
|
@@ -341,7 +341,7 @@ The Final Cause 10 Live Again
|
|
|
341
341
|
== Shadow ==
|
|
342
342
|
Unseen Hands 10
|
|
343
343
|
Lurking Threat 10
|
|
344
|
-
Inner Circle 10 Guild
|
|
344
|
+
Inner Circle 10 Guild Membership
|
|
345
345
|
Sandman 10
|
|
346
346
|
Never Here 10
|
|
347
347
|
|
|
@@ -1395,168 +1395,141 @@ HN Unlock
|
|
|
1395
1395
|
HO Vanish
|
|
1396
1396
|
HP Weld
|
|
1397
1397
|
HQ Wide Strike
|
|
1398
|
-
RA
|
|
1399
|
-
RB
|
|
1400
|
-
RC
|
|
1401
|
-
RD
|
|
1402
|
-
RE
|
|
1403
|
-
RF
|
|
1404
|
-
RG
|
|
1405
|
-
RH
|
|
1406
|
-
RI
|
|
1407
|
-
RJ
|
|
1408
|
-
RK
|
|
1409
|
-
RL
|
|
1410
|
-
RM
|
|
1411
|
-
RN
|
|
1412
|
-
RO
|
|
1413
|
-
RP
|
|
1414
|
-
RQ
|
|
1415
|
-
RR
|
|
1416
|
-
RS
|
|
1417
|
-
RT
|
|
1418
|
-
RU
|
|
1419
|
-
RV
|
|
1420
|
-
RW
|
|
1421
|
-
RX
|
|
1422
|
-
RY
|
|
1423
|
-
RZ
|
|
1424
|
-
SA
|
|
1425
|
-
SB
|
|
1426
|
-
SC
|
|
1427
|
-
SD
|
|
1428
|
-
SE
|
|
1429
|
-
SF
|
|
1430
|
-
SG
|
|
1431
|
-
SH
|
|
1432
|
-
SI
|
|
1433
|
-
SJ
|
|
1434
|
-
SK
|
|
1435
|
-
SL
|
|
1436
|
-
SM
|
|
1437
|
-
SN
|
|
1438
|
-
SO
|
|
1439
|
-
SP
|
|
1440
|
-
SQ
|
|
1441
|
-
SR
|
|
1442
|
-
SS
|
|
1443
|
-
ST
|
|
1444
|
-
SU
|
|
1445
|
-
SV
|
|
1446
|
-
SW
|
|
1447
|
-
SX
|
|
1448
|
-
SY
|
|
1449
|
-
SZ
|
|
1450
|
-
TA
|
|
1451
|
-
TB
|
|
1452
|
-
TC
|
|
1453
|
-
TD
|
|
1454
|
-
TE
|
|
1455
|
-
TF
|
|
1398
|
+
RA Air Strike
|
|
1399
|
+
RB Arrest Warrant
|
|
1400
|
+
RC Atom Smasher
|
|
1401
|
+
RD Aura of Hate
|
|
1402
|
+
RE Avenging Angel
|
|
1403
|
+
RF Bankrolling
|
|
1404
|
+
RG Been There Did That
|
|
1405
|
+
RH Bound By Law
|
|
1406
|
+
RI Breaking Point
|
|
1407
|
+
RJ Brilliant!
|
|
1408
|
+
RK Broken Coils
|
|
1409
|
+
RL Broken Mirrors
|
|
1410
|
+
RM Bullet Dodger
|
|
1411
|
+
RN Burning Call
|
|
1412
|
+
RO Calloused Hands
|
|
1413
|
+
RP Cheeseburger and a Six Pack
|
|
1414
|
+
RQ Cornered Market
|
|
1415
|
+
RR Criminal Network
|
|
1416
|
+
RS Dark Intentions
|
|
1417
|
+
RT Deus ex Machina
|
|
1418
|
+
RU Dirty Connections
|
|
1419
|
+
RV Dispatch
|
|
1420
|
+
RW Don't Monologue
|
|
1421
|
+
RX Duality
|
|
1422
|
+
RY Dumb Luck
|
|
1423
|
+
RZ Dust and Bones
|
|
1424
|
+
SA Echoing Pain
|
|
1425
|
+
SB Elementary!
|
|
1426
|
+
SC Eternal Forge
|
|
1427
|
+
SD Eureka!
|
|
1428
|
+
SE Evolution
|
|
1429
|
+
SF Excelsior!
|
|
1430
|
+
SG Fearless is the Still Mind
|
|
1431
|
+
SH Fence
|
|
1432
|
+
SI Flesh of Iron
|
|
1433
|
+
SJ Forensic Rituals
|
|
1434
|
+
SK Gene Splicer: Eau de Zombie
|
|
1435
|
+
SL Gene Splicer: Ice Veins
|
|
1436
|
+
SM Gene Splicer: Infectus Mordus
|
|
1437
|
+
SN Gene Splicer: Lung Expansion
|
|
1438
|
+
SO Gene Splicer: Thick Skin
|
|
1439
|
+
SP Genius!
|
|
1440
|
+
SQ Gilded Daisy
|
|
1441
|
+
SR Gossip Hound
|
|
1442
|
+
SS Gracious Guest
|
|
1443
|
+
ST Grave Mind
|
|
1444
|
+
SU Guardian of the Order
|
|
1445
|
+
SV Guardian Spirit
|
|
1446
|
+
SW Gun-Fu
|
|
1447
|
+
SX Hail of Bullets
|
|
1448
|
+
SY Healthy Green Glow
|
|
1449
|
+
SZ Helping Hand
|
|
1450
|
+
TA Henchman
|
|
1451
|
+
TB Hired Muscle
|
|
1452
|
+
TC Hotrod Junkie
|
|
1453
|
+
TD House of Cards
|
|
1454
|
+
TE Hundred Fist Strike
|
|
1455
|
+
TF Hung Jury
|
|
1456
1456
|
TG In the Zone
|
|
1457
|
-
TH
|
|
1458
|
-
TI
|
|
1459
|
-
TJ
|
|
1460
|
-
TK
|
|
1461
|
-
TL
|
|
1462
|
-
TM
|
|
1463
|
-
TN
|
|
1464
|
-
TO
|
|
1465
|
-
TP
|
|
1466
|
-
TQ
|
|
1467
|
-
TR
|
|
1468
|
-
TS
|
|
1469
|
-
TT
|
|
1470
|
-
TU
|
|
1471
|
-
TV
|
|
1472
|
-
TW
|
|
1473
|
-
TX
|
|
1474
|
-
TY
|
|
1475
|
-
TZ
|
|
1476
|
-
UA
|
|
1477
|
-
UB
|
|
1478
|
-
UC
|
|
1479
|
-
UD
|
|
1480
|
-
UE
|
|
1481
|
-
UF
|
|
1482
|
-
UG
|
|
1483
|
-
UH
|
|
1484
|
-
UI
|
|
1485
|
-
UJ
|
|
1486
|
-
UK
|
|
1487
|
-
UL
|
|
1488
|
-
UM
|
|
1489
|
-
UN
|
|
1490
|
-
UO
|
|
1491
|
-
UP
|
|
1492
|
-
UQ
|
|
1493
|
-
UR
|
|
1494
|
-
US
|
|
1495
|
-
UT
|
|
1496
|
-
UU
|
|
1497
|
-
UV
|
|
1498
|
-
UW
|
|
1499
|
-
UX
|
|
1500
|
-
UY
|
|
1501
|
-
UZ
|
|
1502
|
-
VA
|
|
1503
|
-
VB
|
|
1504
|
-
VC
|
|
1505
|
-
VD
|
|
1506
|
-
VE
|
|
1507
|
-
VF
|
|
1508
|
-
VG
|
|
1509
|
-
VH
|
|
1510
|
-
VI
|
|
1511
|
-
VJ
|
|
1457
|
+
TH Inner Circle
|
|
1458
|
+
TI Inner Peace
|
|
1459
|
+
TJ Interceptor
|
|
1460
|
+
TK Internal Hearth
|
|
1461
|
+
TL Iron Kidney
|
|
1462
|
+
TM Jaded World View
|
|
1463
|
+
TN Killing Zone
|
|
1464
|
+
TO Knows A Guy
|
|
1465
|
+
TP Lair of Solitude
|
|
1466
|
+
TQ Last Dance
|
|
1467
|
+
TR Last Word
|
|
1468
|
+
TS Leap of Reason
|
|
1469
|
+
TT Life Giver
|
|
1470
|
+
TU Live Again
|
|
1471
|
+
TV Lurking Threat
|
|
1472
|
+
TW Magic Bullet
|
|
1473
|
+
TX Meaning of Death
|
|
1474
|
+
TY Memories of Many
|
|
1475
|
+
TZ Mental Breakdown
|
|
1476
|
+
UA Mini-Mall
|
|
1477
|
+
UB Miracle Worker
|
|
1478
|
+
UC Mob Mentality
|
|
1479
|
+
UD More To Give
|
|
1480
|
+
UE My Little Friend
|
|
1481
|
+
UF Necessary Violence
|
|
1482
|
+
UG Never Here
|
|
1483
|
+
UH New Design
|
|
1484
|
+
UI New Horizons
|
|
1485
|
+
UJ Nimble Fingers
|
|
1486
|
+
UK One True Reality
|
|
1487
|
+
UL Owed Favors
|
|
1488
|
+
UM Pack Mule
|
|
1489
|
+
UN Pillar of Strength
|
|
1490
|
+
UO Prior Enemies
|
|
1491
|
+
UP Protection Racket
|
|
1492
|
+
UQ Psionic Dissidence
|
|
1493
|
+
UR Pure Genius
|
|
1494
|
+
US Raise the Standard
|
|
1495
|
+
UT Rebel Yell
|
|
1496
|
+
UU Red Menace
|
|
1497
|
+
UV Replacement Parts
|
|
1498
|
+
UW Ricochet
|
|
1499
|
+
UX Ring Out
|
|
1500
|
+
UY Running Numbers
|
|
1501
|
+
UZ Jacob's Broken Ladder
|
|
1502
|
+
VA Sandman
|
|
1503
|
+
VB Scarred Bones
|
|
1504
|
+
VC Servant of Iron
|
|
1505
|
+
VD Share the Love
|
|
1506
|
+
VE Shared Strength
|
|
1507
|
+
VF Shatter Strike
|
|
1508
|
+
VG Shattered Psyche
|
|
1509
|
+
VH Shroud of Faith
|
|
1510
|
+
VI Side Kick
|
|
1511
|
+
VJ Silent Introspection
|
|
1512
1512
|
VK Simple Deduction
|
|
1513
|
-
VL
|
|
1514
|
-
VM
|
|
1515
|
-
VN
|
|
1516
|
-
VO
|
|
1517
|
-
VP
|
|
1518
|
-
VQ
|
|
1513
|
+
VL Smuggler's Run
|
|
1514
|
+
VM Sociopath Stalk
|
|
1515
|
+
VN Strategy
|
|
1516
|
+
VO Strong Chin
|
|
1517
|
+
VP The Change
|
|
1518
|
+
VQ The Culling Wall
|
|
1519
1519
|
VR The Final Cause
|
|
1520
|
-
VS
|
|
1521
|
-
VT
|
|
1522
|
-
VU
|
|
1523
|
-
VV
|
|
1524
|
-
VW
|
|
1525
|
-
VX
|
|
1526
|
-
VY
|
|
1527
|
-
VZ
|
|
1528
|
-
WA
|
|
1529
|
-
WB
|
|
1530
|
-
WC
|
|
1531
|
-
WD
|
|
1532
|
-
WE
|
|
1533
|
-
WF
|
|
1534
|
-
WG
|
|
1535
|
-
WH
|
|
1536
|
-
WI Pack Mule
|
|
1537
|
-
WJ Elementary!
|
|
1538
|
-
WK Eureka!
|
|
1539
|
-
WL Elementary!
|
|
1540
|
-
WM Brilliant!
|
|
1541
|
-
WN Genius!
|
|
1542
|
-
WO Excelsior!
|
|
1543
|
-
WP Elementary!
|
|
1544
|
-
WQ Shattered Psyche
|
|
1545
|
-
WR Duality
|
|
1546
|
-
WS Shattered Psyche
|
|
1547
|
-
WT Grave Mind
|
|
1548
|
-
WU Shattered Psyche
|
|
1549
|
-
WV Mental Breakdown
|
|
1550
|
-
WW Shattered Psyche
|
|
1551
|
-
WX My Little Friend
|
|
1552
|
-
WY Shattered Psyche
|
|
1553
|
-
WZ Been There Did That
|
|
1554
|
-
XA Dirty Connections
|
|
1555
|
-
XB Knows A Guy
|
|
1556
|
-
XC Owed Favors
|
|
1557
|
-
XD Prior Enemies
|
|
1558
|
-
XE Protection Racket
|
|
1559
|
-
XF Nimble Fingers
|
|
1560
|
-
XG Fence
|
|
1561
|
-
XH Running Numbers
|
|
1562
|
-
XI Well Shit
|
|
1520
|
+
VS The Lone Guard
|
|
1521
|
+
VT The Oath
|
|
1522
|
+
VU The Outside Chance
|
|
1523
|
+
VV Tougher Than Metal
|
|
1524
|
+
VW Trademark Item
|
|
1525
|
+
VX Trained Inquisitor
|
|
1526
|
+
VY Training Ground
|
|
1527
|
+
VZ Trinkets of the Past
|
|
1528
|
+
WA Unseen Hands
|
|
1529
|
+
WB Vital Fire
|
|
1530
|
+
WC Walk It Off
|
|
1531
|
+
WD Walking Reminder
|
|
1532
|
+
WE Well Shit
|
|
1533
|
+
WF Windfall
|
|
1534
|
+
WG Wrath
|
|
1535
|
+
WH Wrath of the Just
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: drpedia_lite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gloria Budiman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Extracts skills, strains, profession, and requirement trees into JSON
|
|
14
14
|
email: wahyu.g@gmail.com
|