Skip to content

Commit 030a6e1

Browse files
committed
rename BGs
1 parent a16bdac commit 030a6e1

26 files changed

+36
-36
lines changed

data/itemTypes/itemTypes.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9386,7 +9386,7 @@ export const itemTypes: ItemTypeInput[] = [
93869386
},
93879387
{
93889388
svgId: 421,
9389-
name: "Base1 BG",
9389+
name: "Based BG",
93909390
setId: [],
93919391
author: "xibot",
93929392
description: "",
@@ -9399,14 +9399,14 @@ export const itemTypes: ItemTypeInput[] = [
93999399
canPurchaseWithGhst: false,
94009400
slotPositions: "background",
94019401
category: 0,
9402-
canBeTransferred: false,
9402+
canBeTransferred: true,
94039403
totalQuantity: 0,
94049404
experienceBonus: 0,
94059405
kinshipBonus: 0,
94069406
},
94079407
{
94089408
svgId: 422,
9409-
name: "Base2 BG",
9409+
name: "Hyper Based BG",
94109410
setId: [],
94119411
author: "xibot",
94129412
description: "",
@@ -9419,14 +9419,14 @@ export const itemTypes: ItemTypeInput[] = [
94199419
canPurchaseWithGhst: false,
94209420
slotPositions: "background",
94219421
category: 0,
9422-
canBeTransferred: false,
9422+
canBeTransferred: true,
94239423
totalQuantity: 0,
94249424
experienceBonus: 0,
94259425
kinshipBonus: 0,
94269426
},
94279427
{
94289428
svgId: 423,
9429-
name: "Og Beach BG",
9429+
name: "OG Beach BG",
94309430
setId: [],
94319431
author: "xibot",
94329432
description: "",
@@ -9439,14 +9439,14 @@ export const itemTypes: ItemTypeInput[] = [
94399439
canPurchaseWithGhst: false,
94409440
slotPositions: "background",
94419441
category: 0,
9442-
canBeTransferred: false,
9442+
canBeTransferred: true,
94439443
totalQuantity: 0,
94449444
experienceBonus: 0,
94459445
kinshipBonus: 0,
94469446
},
94479447
{
94489448
svgId: 424,
9449-
name: "Og Farmer BG",
9449+
name: "OG Farmer BG",
94509450
setId: [],
94519451
author: "xibot",
94529452
description: "",
@@ -9459,14 +9459,14 @@ export const itemTypes: ItemTypeInput[] = [
94599459
canPurchaseWithGhst: false,
94609460
slotPositions: "background",
94619461
category: 0,
9462-
canBeTransferred: false,
9462+
canBeTransferred: true,
94639463
totalQuantity: 0,
94649464
experienceBonus: 0,
94659465
kinshipBonus: 0,
94669466
},
94679467
{
94689468
svgId: 425,
9469-
name: "Og Vaporwave BG",
9469+
name: "OG Vaporwave BG",
94709470
setId: [],
94719471
author: "xibot",
94729472
description: "",
@@ -9479,14 +9479,14 @@ export const itemTypes: ItemTypeInput[] = [
94799479
canPurchaseWithGhst: false,
94809480
slotPositions: "background",
94819481
category: 0,
9482-
canBeTransferred: false,
9482+
canBeTransferred: true,
94839483
totalQuantity: 0,
94849484
experienceBonus: 0,
94859485
kinshipBonus: 0,
94869486
},
94879487
{
94889488
svgId: 426,
9489-
name: "Og Wizard BG",
9489+
name: "OG Wizard BG",
94909490
setId: [],
94919491
author: "xibot",
94929492
description: "",
@@ -9499,7 +9499,7 @@ export const itemTypes: ItemTypeInput[] = [
94999499
canPurchaseWithGhst: false,
95009500
slotPositions: "background",
95019501
category: 0,
9502-
canBeTransferred: false,
9502+
canBeTransferred: true,
95039503
totalQuantity: 0,
95049504
experienceBonus: 0,
95059505
kinshipBonus: 0,

0 commit comments

Comments
 (0)