Lilly-EFT-mod 1.0.0

Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.

A mode I made for practice.

This mode was created for practice purposes.

The main purpose is to modify the mod.js script, not to add items.

Because we are using a translator, interpretation may not be possible. ^^

It is difficult to add locales at this time.


# need

MFAC SHOP MODULE

hub.sp-tarkov.com/files/file/1208/




# install




# config.json option

Code
{
    "Magazine": true,
    "MagazineSize": true, # Height=1; Width=1;
    "MagazineMulti": 10, # Cartridges._max_count*=MagazineMulti
    "RainbowColor": true,
    "loopItem": true,
    "oldLocales": false,
    "lvl1Traders": false
}



# MagazineSize, MagazineMulti

  • MagazineSize

_props.ExtraSizeLeft=0;

_props.ExtraSizeDown=0;

_props.Height=1;

_props.Width=1;


  • MagazineMulti

Cartridges._max_count*=modConfig.MagazineMulti;



# "RainbowColor": true, in mm_items.json

Added background color change to rainbow color.

I created this simply because I wanted to classify it by background color.


# loop in mm_items.json

When adding only some items of the parent item by changing them.



# add item list


- Add by changing only the icon and background color of the THICC.

icon list : powerbank, grizzly, cristmas_prize_02, plastic_suitcase_set, double_gun_case etc...

and

BackgroundColor list : "default","orange","violet","grey","black","green","blue","yellow","red"


- Glock, AXMC, SVD edit mag


- LillyWeight

"Weight": -1


- LillyAmmor

ArmBand, glasses, pipe

  • Oh btw I think your locales are wrong or missing, at least depending on which version of Mighty_Condor's API you are using.


    If you want to add them correctly, it should look like


    All this depends on how many languages you want to add, you should know what prefix it is for your respective language.


    Also probably might want to attribute Mighty_Condor you are using the mod.ts made by him.


    Edit: NVM apparently the JS doesn't work that well ven with those changs.