1.0.33 • Published 1 year ago

rop2e-db v1.0.33

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Codecov Coverage

Ragnarok P2E Module(s).

Usage

import { GetHairStyles } from 'rop2e-db';

GetHairStyles();
# returns 'All HairStyle(s)'

GetHairStyles(2);
# returns 'A specific HairStyle data of HairStyle No.2'
import { GetClassesSkill } from 'rop2e-db';

GetClassesSkill();
# returns 'All Skill(s) of All Classes'

GetClassesSkill(`NV`);
# returns 'A Skill(s) List of a Class [ NV = Novice ]'

----- Novice / 1st Class -----
 0 Novice (NV)             1 Swordman (SM)          2 Magician (MG)           3 Archer (AC)
 4 Acolyte (AL)             5 Merchant (MC)              6 Thief (TF)
----- 2nd Class -----
 7 Knight (KN)              8 Priest (PR)                    9 Wizard (WZ)              10 Blacksmith (BS)
 11 Hunter (HT)          12 Assassin (AS)           14 Crusader (CR)         15 Monk (MO)
 16 Sage  (SA)            17 Rogue (RG)                18 Alchemist (AM)        19 Bard (BA)
 20 Dancer (DC)
import { GetSkills } from 'rop2e-db';

GetSkills();
# returns 'All Skill(s)'

GetSkills(1);
# returns 'A specific detail of SkillID: 1'
import { calculateStatusPoints } from 'rop2e-db';

calculateStatusPoints({ base_level: 99, agi: 79, str: 1, vit: 1, dex: 1, int: 1, luk: 1 })
# returns 'Remaining Status_Point(s) gained based on "base_level" but already spent on "agi, str, vit, dex, int, luk"'
# ''ex. response: {
  base_level: 99,
  agi: 79,
  str: 1,
  vit: 1,
  dex: 1,
  int: 1,
  luk: 1,
  remaining: 851
}''
import { GetSavePoints } from 'rop2e-db';

GetSavePoints();
# returns 'Array of Save Point(s)"'
# ''ex. response: [ 
  { map: 'aldebaran', x: 142, y: 109 },
  { map: 'yuno', x: 158, y: 129 },
  { map: 'alberta', x: 117, y: 57 },
  { map: 'morocc', x: 155, y: 45 },
  ...,
   ]''
import { GetCastle } from 'rop2e-db';

GetCastle(``);
# returns 'All Castle(s) in YAML'

GetCastle(`prtg`);
# returns 'A Castle(s) where its name containing `prtg` '
1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.33

1 year ago

1.0.32

1 year ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago