Jump to content

in vanilla missing some strings WorldStaticModel =


elislavkat

Recommended Posts

(strikethrough is the lines that missing in vanilla or wrong)

WorldStaticModel = item TrapMouse
    {
        Weight    =    0.3,
        Type    =    Normal,
        DisplayName    =    Mouse Trap,
        Icon    =    Mousetrap,
        Trap    =   true,
        MetalValue = 2,
        WorldStaticModel = TrapMouse
    }

and walkietalkie3 haven't model in my game

Edited by elislavkat
Link to comment
Share on other sites

item WalkieTalkie3
    {
        Type            = Radio,
        Icon            = WalkieTalkieCivilian2,
        Weight              = 2.0,

        DisplayName        = Premium Tech. Walkie Talkie,
        
        UseDelta        = 0.009, 
        UseWhileEquipped    = FALSE,
        DisappearOnUse        = FALSE,
        TwoWay            = TRUE,
        TransmitRange        = 4000,
        MicRange        = 5,
        BaseVolumeRange        = 12,
        IsPortable        = TRUE,
        IsTelevision        = FALSE,
        MinChannel        = 25000,
        MaxChannel        = 300000,
        UsesBattery        = TRUE,
        IsHighTier        = FALSE,
        WorldObjectSprite    = appliances_com_01_32,
        Tooltip = Tooltip_item_Radio,
        StaticModel = WalkieTalkiePremium, (should be WORLDStaticModel)
        AttachmentType = Walkie,
    }

 

item WalkieTalkie2
    {
        Type            = Radio,
        Icon            = WalkieTalkieCivilian,
        Weight              = 1.5,

        DisplayName        = ValuTech Walkie Talkie,
        
        UseDelta        = 0.008, 
        UseWhileEquipped    = FALSE,
        DisappearOnUse        = FALSE,
        TwoWay            = TRUE,
        TransmitRange        = 2000,
        MicRange        = 5,
        BaseVolumeRange        = 10,
        IsPortable        = TRUE,
        IsTelevision        = FALSE,
        MinChannel        = 50000,
        MaxChannel        = 200000,
        UsesBattery        = TRUE,
        IsHighTier        = FALSE,
        WorldObjectSprite    = appliances_com_01_24,
        Tooltip = Tooltip_item_Radio,
        StaticModel = WalkieTalkieValue,
        AttachmentType = Walkie,
    }

Edited by elislavkat
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...