2023-02-01 23:16:35 +00:00
|
|
|
# Import-tools
|
|
|
|
|
|
|
|
## Scripts available
|
|
|
|
|
2023-02-19 19:15:40 +00:00
|
|
|
### Import all
|
|
|
|
|
|
|
|
Models imported in following order:
|
|
|
|
|
|
|
|
- `rein-emblems`
|
|
|
|
- `rein-costumes`
|
|
|
|
- `weapon-stories`
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm run import:all
|
|
|
|
```
|
|
|
|
|
2023-02-01 23:16:35 +00:00
|
|
|
### NieR Re[in]carnation
|
|
|
|
|
2023-02-19 19:15:40 +00:00
|
|
|
#### Costume emblems
|
|
|
|
|
|
|
|
Import costume emblems (abyssal, celebratory...) from https://nierrein.guide/ database to Accord's Library database
|
|
|
|
|
|
|
|
|
|
|
|
Model: `rein-emblems`
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm run import:emblems
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Costumes
|
|
|
|
|
|
|
|
Import costumes from https://nierrein.guide/ database to Accord's Library database
|
|
|
|
|
|
|
|
|
|
|
|
Model: `rein-costumes`
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
> ⚠️ Importing the emblems before the costumes is mandatory.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm run import:costumes
|
|
|
|
```
|
|
|
|
|
2023-02-01 23:16:35 +00:00
|
|
|
#### Weapon stories
|
|
|
|
|
|
|
|
Import weapon stories from https://nierrein.guide/ database to Accord's Library database
|
|
|
|
|
|
|
|
|
|
|
|
Model: `weapon-stories`
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm run import:weapon-stories
|
2023-02-13 01:02:47 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Related checks:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm run check:weapon-stories-duplicates
|
2023-02-01 23:16:35 +00:00
|
|
|
```
|