Skip to content

Commit 1135f6a

Browse files
committed
feat: add new world and modifier ids
1 parent 41c9538 commit 1135f6a

10 files changed

+32
-0
lines changed
1.6 KB
Loading

Diff for: assets/images/modifiers/GM_Phoenix_SuperHeroic.png

1.6 KB
Loading

Diff for: assets/images/modifiers/GM_Phoenix_SuperNinja.png

1.6 KB
Loading
1.6 KB
Loading

Diff for: assets/images/modifiers/ventures-bouncy-husks.png

-134 Bytes
Loading

Diff for: assets/images/modifiers/ventures-escalation.png

-157 Bytes
Loading

Diff for: assets/images/modifiers/ventures-rage-meter.png

-138 Bytes
Loading

Diff for: assets/images/modifiers/ventures-super-heroic.png

-1.66 KB
Binary file not shown.

Diff for: assets/images/modifiers/ventures-super-treasure.png

-139 Bytes
Loading

Diff for: src/config/constants/fortnite/world-info.ts

+32
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ export enum World {
55
CannyValley = 'E6ECBD064B153234656CB4BDE6743870',
66
TwinePeaks = 'D9A801C5444D1C74D1B7DAB5C7C12C5B',
77

8+
StormKingsDomain = '0C92E7904E00C6C93406BB9C26ACD2B0',
9+
810
// Events
911
Dungeons = '394D85EF40B2BF401E6F32B587D7672B',
12+
VisitTheCrater = '21726CDB473D7BD46C9643AA71DB4C6A',
1013

1114
// Ventures
15+
BlastedBadlands = '25D86CC64F0F3EE1831CFD9B2DF6D68C',
16+
FlannelFalls = 'FF97186D4741CB5F2A980BB0164081D4',
17+
FrozenFjords = 'D61659064BED28BEA91FD2A343C126B7',
1218
Hexsylvania = 'DBB6E92A4EDE30B76C94C7BA3852C473',
19+
ScurvyShoals = '243870C643F8611F25D24287814E1DA4',
1320

1421
// Extras
1522
PerfMem = '67EDCFE942260C290B369BA7AA70A0D5',
@@ -220,6 +227,31 @@ export enum VentureModifier {
220227
* @description Enemies close to a player or defender suffer more damage; those far away suffer less. All enemies have a chance to drop a healing pickup when eliminated.
221228
*/
222229
ShortRange = 'GM_Phoenix_CloseQuarters',
230+
231+
/**
232+
* @venture Frozen Fjords
233+
* @title Super Soldier
234+
* @description Headshot damage gets a x2 bonus. Ranged weapon eliminations reduce active cooldowns by 4 seconds. If Frag Grenade is equipped, every 6 ranged eliminations grant a grenade. Reduced melee weapon and trap damage.
235+
*/
236+
SuperSoldier = 'GM_Phoenix_SuperHeroic',
237+
/**
238+
* @venture Frozen Fjords
239+
* @title Super Constructor
240+
* @description Building costs are reduced by 66%. Melee Impact damage dealt is increased, and triggering Kinetic Overload reduces active cooldowns by 4 seconds. Reduced weapon damage.
241+
*/
242+
SuperConstructor = 'GM_Phoenix_SuperConstructor',
243+
/**
244+
* @venture Frozen Fjords
245+
* @title Super Ninja
246+
* @description Ability eliminations increase melee damage and attack speed by 50% for 10 seconds. Melee weapon eliminations reduce active cooldowns by 2 seconds. Shadowstance's benefits are doubled. Reduced ranged weapon and trap damage.
247+
*/
248+
SuperNinja = 'GM_Phoenix_SuperNinja',
249+
/**
250+
* @venture Frozen Fjords
251+
* @title Super Outlander
252+
* @description Anti-Material Charge costs 0 Energy. They gain a fragment every 50 seconds. Passive 30% damage buff to active abilities. Reduced weapon and trap damage.
253+
*/
254+
SuperOutlander = 'GM_Phoenix_SuperOutlander',
223255
}
224256

225257
export enum WorldModifier {

0 commit comments

Comments
 (0)