@sancti0n/nikke-utils 1.1.10 → 1.1.12

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.
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/@sancti0n%2Fnikke-utils.svg)](https://www.npmjs.com/package/@sancti0n/nikke-utils)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![GitHub](https://img.shields.io/badge/Source-GitHub-181717?style=flat&logo=github&logoColor=white)](https://github.com/Sancti0n/nikke-utils)
6
+ [![GitLab](https://img.shields.io/badge/Miroir-GitLab-FC6D26?style=flat&logo=gitlab&logoColor=white)](https://gitlab.com/Sancti0n/nikke-utils)
5
7
 
6
8
  ---
7
9
 
package/package.json CHANGED
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "name": "@sancti0n/nikke-utils",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "type": "module",
5
5
  "description": "Un kit complet pour les développeurs Nikke: Goddess of Victory",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/Sancti0n/nikke-utils.git"
8
+ "url": "git+https://github.com/Sancti0n/nikke-utils.git",
9
+ "directory": "",
10
+ "comment": "Available on Gitlab too / Miroir disponible sur GitLab",
11
+ "urls": [
12
+ "https://github.com/Sancti0n/nikke-utils.git",
13
+ "https://gitlab.com/Sancti0n/nikke-utils"
14
+ ]
9
15
  },
10
16
  "author": "Sancti0n",
11
17
  "license": "MIT",
@@ -182,7 +182,7 @@ const characters = [
182
182
  { id: 179, name: "Label", rarity: "SSR", burst: "I", element: "Iron", manufacturer: "Elysion", class: "Defender", weapon: "Assault Rifle", squad: "Best Seller", specialties: { 1: "Buffer", 2: "Shielder", 3: "Stack Oriented" }, treasure: "no", reEnterBurstSkill: "no", canChangeBurstStageThreeToOne: "no", cooldown: { "I": 20 }, dateAdded: "2026-01-15" },
183
183
  { id: 180, name: "Velvet", rarity: "SSR", burst: "II", element: "Wind", manufacturer: "Tetra Line", class: "Supporter", weapon: "Sniper Rifle", squad: "Maid for you", specialties: { 1: "Buffer" }, treasure: "no", reEnterBurstSkill: "no", canChangeBurstStageThreeToOne: "no", cooldown: { "II": 20 }, dateAdded: "2026-01-29" },
184
184
  { id: 181, name: "Chisato Nishikigi", rarity: "SSR", burst: "III", element: "Iron", manufacturer: "Abnormal", class: "Attacker", weapon: "Sub Machine Gun", squad: "Café LycoReco", specialties: { 1: "True Damage" }, treasure: "no", reEnterBurstSkill: "no", canChangeBurstStageThreeToOne: "no", cooldown: { "III": 40 }, dateAdded: "2026-02-12" },
185
- { id: 182, name: "Takina Inoue", rarity: "SSR", burst: "II", element: "Iron", manufacturer: "Abnormal", class: "Supporter", weapon: "Sniper Rifle", squad: "Café LycoReco", specialties: { 1: "Buffer", 2: "Crowd Controller", 3: "Debuffer", 4: "True Damage" }, treasure: "no", reEnterBurstSkill: "no", canChangeBurstStageThreeToOne: "no", cooldown: { "II": 20 }, dateAdded: "2026-02-19" },
185
+ { id: 182, name: "Takina Inoue", rarity: "SSR", burst: "II", element: "Iron", manufacturer: "Abnormal", class: "Supporter", weapon: "Sniper Rifle", squad: "Café LycoReco", specialties: { 1: "Buffer", 2: "Crowd Controller", 3: "Debuffer", 4: "True Damage" }, treasure: "no", reEnterBurstSkill: "no", canChangeBurstStageThreeToOne: "no", cooldown: { "II": 20 }, dateAdded: "2026-02-18" },
186
186
  { id: 183, name: "Kurumi", rarity: "SR", burst: "I", element: "Iron", manufacturer: "Abnormal", class: "Supporter", weapon: "Assault Rifle", squad: "Café LycoReco", specialties: { 1: "Debuffer" }, treasure: "no", reEnterBurstSkill: "no", canChangeBurstStageThreeToOne: "no", cooldown: { "I": 20 }, dateAdded: "2026-02-12" },
187
187
  ];
188
188