mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
remove: obsolete statusEffect:none.
translation keys
This commit is contained in:
parent
6b672fd08e
commit
fc6fa0bef9
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "None",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "None"
|
||||
},
|
||||
"poison": {
|
||||
"name": "Gift",
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "None",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "None"
|
||||
},
|
||||
"poison": {
|
||||
"name": "Poison",
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "Ninguno",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "Ninguno"
|
||||
},
|
||||
"poison": {
|
||||
"name": "Envenenamiento",
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "Aucun",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "Aucun"
|
||||
},
|
||||
"poison": {
|
||||
"name": "Empoisonnement",
|
||||
|
@ -1,11 +1,5 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "None",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "None"
|
||||
}
|
||||
}
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "なし",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "なし"
|
||||
},
|
||||
"poison": {
|
||||
"name": "どく",
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "없음",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "없음"
|
||||
},
|
||||
"poison": {
|
||||
"name": "독",
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "Nenhum",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "Nenhum"
|
||||
},
|
||||
"poison": {
|
||||
"name": "Envenenamento",
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "无",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "无"
|
||||
},
|
||||
"poison": {
|
||||
"name": "中毒",
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"none": {
|
||||
"name": "無",
|
||||
"description": "",
|
||||
"obtain": "",
|
||||
"obtainSource": "",
|
||||
"activation": "",
|
||||
"overlap": "",
|
||||
"heal": ""
|
||||
"name": "無"
|
||||
},
|
||||
"poison": {
|
||||
"name": "中毒",
|
||||
|
@ -30,7 +30,10 @@ import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
|
||||
const overrides = {
|
||||
OPP_MOVESET_OVERRIDE: Moves.THUNDER_WAVE,
|
||||
MOVESET_OVERRIDE: [Moves.REFRESH]
|
||||
} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
|
||||
|
||||
/**
|
||||
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}
|
||||
|
Loading…
Reference in New Issue
Block a user