View difference between Paste ID: Nw3ZwJNS and Ut56FViE
SHOW: | | - or go back to the newest paste.
1
2-
    Name = "ARTIFACT Crystal (Tarre Vizsla's Crystal (Darksaber))",
2+
3
    Name = "ARTIFACT Crystal (The Excavator)",
4
    Description = "Artifact Crystal.",
5
    Type = WOSTYPE.CRYSTAL,
6
    Rarity = 0,
7
    Model = "models/white4/white4.mdl",
8-
        wep.CustomSettings[ "Darksaber" ] = true
8+
9-
        wep.UseColor = Color( 255, 255, 255 )
9+
10-
        wep.UseDarkInner = 1
10+
11
    end,
12
} )
13
14
wOS:RegisterItem( {
15
    Name = "ARTIFACT Crystal (Master's Core)",
16
    Description = "Artifact Crystal.",
17
    Type = WOSTYPE.CRYSTAL,
18
    Rarity = 0,
19
    Model = "models/cyan6/cyan6.mdl",
20
    OnEquip = function( wep )
21
        wep.CustomSettings[ "Pervasive" ] = true
22
        wep.UseColor = Color( 0, 250, 255 )
23
    end,
24
} )
25
26
wOS:RegisterItem( {
27-
    Name = "ARTIFACT Crystal (Solomon's Edge)",
27+
28
    Description = "Artifact Crystal.",
29
    Type = WOSTYPE.CRYSTAL,
30
    Rarity = 0,
31-
    Model = "models/yellowgun/crystalgun.mdl",
31+
32
    OnEquip = function( wep )
33
        wep.CustomSettings[ "Pervasive" ] = true
34-
        wep.UseColor = Color( 255, 165, 0 )
34+
35-
        wep.CustomSettings[ "InnerColor" ] = "Gold"
35+
36
} )