Cyberware 1.3.3
This commit is contained in:
parent
f37fd9a5f6
commit
89e9c89be9
29
.gitattributes
vendored
Normal file
29
.gitattributes
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* filter=lfs diff=lfs merge=lfs -text
|
||||
*.esm filter= diff= merge= -text
|
||||
*.esp filter= diff= merge= -text
|
||||
*.pex filter= diff= merge= -text
|
||||
*.dlstrings filter= diff= merge= -text
|
||||
*.ilstrings filter= diff= merge= -text
|
||||
*.strings filter= diff= merge= -text
|
||||
*.gitignore filter= diff= merge= text eol=lf
|
||||
*.gitattributes filter= diff= merge= text eol=lf
|
||||
*.xml filter= diff= merge= text eol=crlf
|
||||
*.json filter= diff= merge= text eol=lf
|
||||
*.md filter= diff= merge= text eol=crlf
|
||||
*.ini filter= diff= merge= text eol=crlf
|
||||
*.txt filter= diff= merge= text eol=crlf
|
||||
*.psc filter= diff= merge= text eol=crlf
|
||||
*.cpp filter= diff= merge= text eol=crlf
|
||||
*.h filter= diff= merge= text eol=crlf
|
||||
*.filters filter= diff= merge= text eol=crlf
|
||||
*.def filter= diff= merge= text eol=crlf
|
||||
*.user filter= diff= merge= text eol=crlf
|
||||
*.vcxproj filter= diff= merge= text eol=crlf
|
||||
*.vcproj filter= diff= merge= text eol=crlf
|
||||
*.vssscc filter= diff= merge= text eol=crlf
|
||||
*.sln filter= diff= merge= text eol=crlf
|
||||
*.pas filter= diff= merge= text eol=crlf
|
||||
*.props filter= diff= merge= text eol=crlf
|
||||
*.gek filter= diff= merge= text eol=crlf
|
||||
*.flm filter= diff= merge= text eol=crlf
|
BIN
mod/Cyberware 2281.url
(Stored with Git LFS)
Normal file
BIN
mod/Cyberware 2281.url
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Cyberware OWB.esp
Normal file
BIN
mod/Cyberware OWB.esp
Normal file
Binary file not shown.
BIN
mod/Cyberware.esm
Normal file
BIN
mod/Cyberware.esm
Normal file
Binary file not shown.
96
mod/Menus/prefabs/cyberware/cw_adrenaline_booster.xml
Normal file
96
mod/Menus/prefabs/cyberware/cw_adrenaline_booster.xml
Normal file
@ -0,0 +1,96 @@
|
||||
<!-- ######################################################################################## General -->
|
||||
<_CWxScale>
|
||||
<copy> 1 </copy>
|
||||
<mul>
|
||||
<copy src="io()" trait="_duiscale_65" />
|
||||
<onlyif src="io()" trait="_DUIF3" />
|
||||
<add>
|
||||
<copy> 1 </copy>
|
||||
<onlyifnot src="io()" trait="_DUIF3" />
|
||||
</add>
|
||||
</mul>
|
||||
</_CWxScale>
|
||||
|
||||
<_CWxMeterFont>
|
||||
<copy> 7 </copy>
|
||||
<sub> <!-- dui 4 -->
|
||||
<copy> 3 </copy>
|
||||
<onlyif src="io()" trait="_DUIF3" />
|
||||
</sub>
|
||||
</_CWxMeterFont>
|
||||
|
||||
<!-- ######################################################################################## IO AP Bonus Text -->
|
||||
<_PNxAPBonusEnabled> 0 </_PNxAPBonusEnabled>
|
||||
<_PNxAPBonusValue> 0 </_PNxAPBonusValue>
|
||||
|
||||
<!-- ######################################################################################## AP Bonus Text -->
|
||||
<rect name="PNxAPBonus">
|
||||
<visible>
|
||||
<copy src="ActionPoints" trait="visible" />
|
||||
<and src="io()" trait="_PNxAPBonusEnabled" />
|
||||
<and src="io()" trait="_PNxAPBonusValue" />
|
||||
<gt> 0 </gt>
|
||||
</visible>
|
||||
|
||||
<text name="PNxAPBonusText">
|
||||
<font> <copy src="io()" trait="_CWxMeterFont" /> </font>
|
||||
<depth> 2 </depth>
|
||||
<justify> &left; </justify>
|
||||
|
||||
<string>
|
||||
<copy src="io()" trait="_PNxAPBonusValue" />
|
||||
<mul> 100 </mul>
|
||||
</string>
|
||||
|
||||
<x>
|
||||
<copy src="screen()" trait="width" />
|
||||
<sub>
|
||||
<copy src="ActionPoints" trait="width" />
|
||||
<mul src="io()" trait="_CWxScale" />
|
||||
<div> 2 </div>
|
||||
</sub>
|
||||
<sub> </sub>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="screen()" trait="height" />
|
||||
<sub>
|
||||
<copy src="ActionPoints" trait="height" />
|
||||
<mul src="io()" trait="_CWxScale" />
|
||||
</sub>
|
||||
<sub> 10 </sub>
|
||||
<sub>
|
||||
<copy> 11 </copy>
|
||||
<onlyifnot src="io()" trait="_DUIF3" />
|
||||
</sub>
|
||||
</y>
|
||||
</text>
|
||||
<text name="PNxAPBonusPlus">
|
||||
<font> <copy src="io()" trait="_CWxMeterFont" /> </font>
|
||||
<depth> 2 </depth>
|
||||
<justify> &right; </justify>
|
||||
|
||||
<string> + </string>
|
||||
|
||||
<x>
|
||||
<copy src="PNxAPBonusText" trait="x" />
|
||||
</x>
|
||||
<y>
|
||||
<copy src="PNxAPBonusText" trait="y" />
|
||||
</y>
|
||||
</text>
|
||||
<text name="PNxAPBonusPercent">
|
||||
<font> <copy src="io()" trait="_CWxMeterFont" /> </font>
|
||||
<depth> 2 </depth>
|
||||
<justify> &left; </justify>
|
||||
|
||||
<string> % </string>
|
||||
|
||||
<x>
|
||||
<copy src="PNxAPBonusText" trait="x" />
|
||||
<add src="PNxAPBonusText" trait="width" />
|
||||
</x>
|
||||
<y>
|
||||
<copy src="PNxAPBonusText" trait="y" />
|
||||
</y>
|
||||
</text>
|
||||
</rect>
|
789
mod/Menus/prefabs/cyberware/cw_arscanner.xml
Normal file
789
mod/Menus/prefabs/cyberware/cw_arscanner.xml
Normal file
@ -0,0 +1,789 @@
|
||||
<!-- ######################################################################################## IO Scanner -->
|
||||
<_CWxScannerEnabled> 0 </_CWxScannerEnabled>
|
||||
|
||||
<_CWxScannerCursorLine> 0 </_CWxScannerCursorLine>
|
||||
<_CWxScannerCursorPos> 0 </_CWxScannerCursorPos>
|
||||
<_CWxScannerCursorIndent> 0 </_CWxScannerCursorIndent>
|
||||
<_CWxScannerCursorBlink> 0 </_CWxScannerCursorBlink>
|
||||
|
||||
<_CWxScannerText1Index> 0 </_CWxScannerText1Index>
|
||||
<_CWxScannerText2Index> 0 </_CWxScannerText2Index>
|
||||
<_CWxScannerText3Index> 0 </_CWxScannerText3Index>
|
||||
<_CWxScannerText4Index> 0 </_CWxScannerText4Index>
|
||||
<_CWxScannerText5Index> 0 </_CWxScannerText5Index>
|
||||
<_CWxScannerText6Index> 0 </_CWxScannerText6Index>
|
||||
<_CWxScannerText7Index> 0 </_CWxScannerText7Index>
|
||||
<_CWxScannerText8Index> 0 </_CWxScannerText8Index>
|
||||
<_CWxScannerText9Index> 0 </_CWxScannerText9Index>
|
||||
<_CWxScannerText10Index> 0 </_CWxScannerText10Index>
|
||||
|
||||
<_CWxScannerBoyEnabled> 0 </_CWxScannerBoyEnabled>
|
||||
<_CWxScannerBoyHeadDamage> 0 </_CWxScannerBoyHeadDamage>
|
||||
<_CWxScannerBoyTorsoDamage> 0 </_CWxScannerBoyTorsoDamage>
|
||||
<_CWxScannerBoyLeftLegDamage> 0 </_CWxScannerBoyLeftLegDamage>
|
||||
<_CWxScannerBoyLeftArmDamage> 0 </_CWxScannerBoyLeftArmDamage>
|
||||
<_CWxScannerBoyRightLegDamage> 0 </_CWxScannerBoyRightLegDamage>
|
||||
<_CWxScannerBoyRightArmDamage> 0 </_CWxScannerBoyRightArmDamage>
|
||||
|
||||
<_CWxScannerHealth> 1.0 </_CWxScannerHealth>
|
||||
<_CWxScannerDamage> 0 </_CWxScannerDamage>
|
||||
|
||||
<_CWxScannerTextHP> 0 </_CWxScannerTextHP>
|
||||
<_CWxScannerTextDT> 0</_CWxScannerTextDT>
|
||||
|
||||
|
||||
<!-- ######################################################################################## Scanner -->
|
||||
<rect name="CWxScanner">
|
||||
|
||||
<visible>
|
||||
<copy src="io()" trait="_CWxScannerEnabled" />
|
||||
</visible>
|
||||
|
||||
<x>
|
||||
<copy> 20 </copy>
|
||||
</x>
|
||||
|
||||
<y>
|
||||
<copy src="screen()" trait="height" />
|
||||
<div> 2 </div>
|
||||
<sub>
|
||||
<copy src="me()" trait="height" />
|
||||
<div> 2 </div>
|
||||
</sub>
|
||||
</y>
|
||||
|
||||
<width> 384 </width>
|
||||
<height> 512 </height>
|
||||
|
||||
<image name="CWxScannerFrame">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<alpha> 180 </alpha>
|
||||
|
||||
<x>
|
||||
<copy src="parent()" trait="x" />
|
||||
</x>
|
||||
|
||||
<y>
|
||||
<copy src="parent()" trait="y" />
|
||||
</y>
|
||||
|
||||
<width>
|
||||
<copy src="parent()" trait="width" />
|
||||
<onlyif src="ActionPoints" trait="visible" />
|
||||
<add>
|
||||
<copy> 128 </copy>
|
||||
<onlyifnot src="ActionPoints" trait="visible" />
|
||||
</add>
|
||||
</width>
|
||||
|
||||
<height>
|
||||
<copy src="parent()" trait="height" />
|
||||
</height>
|
||||
|
||||
<filename>
|
||||
<copy src="ActionPoints" trait="visible" />
|
||||
<copy src="me()" trait="_filename_" />
|
||||
</filename>
|
||||
<_filename_0> cyberware\hud\scan\scannerbracket1.dds </_filename_0>
|
||||
<_filename_1> cyberware\hud\scan\scannerbracket2.dds </_filename_1>
|
||||
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBack">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> -1 </depth>
|
||||
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
<alpha> 120 </alpha>
|
||||
<red> 0 </red>
|
||||
<green> 0 </green>
|
||||
<blue> 0 </blue>
|
||||
|
||||
<visible>
|
||||
<copy src="ActionPoints" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<x>
|
||||
<copy src="parent()" trait="x" />
|
||||
<add> 14 </add>
|
||||
</x>
|
||||
|
||||
<y>
|
||||
<copy src="parent()" trait="y" />
|
||||
<add> 14 </add>
|
||||
</y>
|
||||
|
||||
<width>
|
||||
<copy src="parent()" trait="width" />
|
||||
<sub> 28 </sub>
|
||||
</width>
|
||||
|
||||
<height>
|
||||
<copy src="parent()" trait="height" />
|
||||
<sub> 28 </sub>
|
||||
</height>
|
||||
|
||||
<filename> Interface\Shared\solid.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyBase">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 1 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="io()" trait="_CWxScannerBoyEnabled" />
|
||||
</visible>
|
||||
|
||||
<alpha> 220 </alpha>
|
||||
|
||||
<x>
|
||||
<copy src="parent()" trait="x" />
|
||||
<add src="parent()" trait="width" />
|
||||
<sub src="me()" trait="width" />
|
||||
<sub> 20 </sub>
|
||||
<onlyif src="ActionPoints" trait="visible" />
|
||||
<add>
|
||||
<copy src="screen()" trait="width" />
|
||||
<sub src="me()" trait="width" />
|
||||
<sub> 90 </sub>
|
||||
<onlyifnot src="ActionPoints" trait="visible" />
|
||||
</add>
|
||||
</x>
|
||||
|
||||
<y>
|
||||
<copy src="parent()" trait="y" />
|
||||
<sub>
|
||||
<copy> 125 </copy>
|
||||
<onlyif src="ActionPoints" trait="visible" />
|
||||
</sub>
|
||||
<add>
|
||||
<copy src="parent()" trait="height" />
|
||||
<div> 2 </div>
|
||||
</add>
|
||||
<sub>
|
||||
<copy src="me()" trait="height" />
|
||||
<div> 2 </div>
|
||||
</sub>
|
||||
</y>
|
||||
|
||||
<width> 180 </width>
|
||||
<height> 195 </height>
|
||||
|
||||
<filename> cyberware\hud\scan\ScannerBoy_base.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyHead">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red> 230 </red>
|
||||
<green> 0 </green>
|
||||
<blue> 0 </blue>
|
||||
<alpha>
|
||||
<copy> 230 </copy>
|
||||
<mul src="io()" trait="_CWxScannerBoyHeadDamage" />
|
||||
</alpha>
|
||||
|
||||
<x><copy src="sibling(CWxScannerBoyBase)" trait="x" /></x>
|
||||
<y><copy src="sibling(CWxScannerBoyBase)" trait="y" /></y>
|
||||
<width><copy src="sibling(CWxScannerBoyBase)" trait="width" /></width>
|
||||
<height><copy src="sibling(CWxScannerBoyBase)" trait="height" /></height>
|
||||
|
||||
<filename> cyberware\hud\scan\ScannerBoy_head.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyTorso">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red> 230 </red>
|
||||
<green> 0 </green>
|
||||
<blue> 0 </blue>
|
||||
<alpha>
|
||||
<copy> 230 </copy>
|
||||
<mul src="io()" trait="_CWxScannerBoyTorsoDamage" />
|
||||
</alpha>
|
||||
|
||||
<x><copy src="sibling(CWxScannerBoyBase)" trait="x" /></x>
|
||||
<y><copy src="sibling(CWxScannerBoyBase)" trait="y" /></y>
|
||||
<width><copy src="sibling(CWxScannerBoyBase)" trait="width" /></width>
|
||||
<height><copy src="sibling(CWxScannerBoyBase)" trait="height" /></height>
|
||||
|
||||
<filename> cyberware\hud\scan\ScannerBoy_torso.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyLeftArm">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red> 230 </red>
|
||||
<green> 0 </green>
|
||||
<blue> 0 </blue>
|
||||
<alpha>
|
||||
<copy> 230 </copy>
|
||||
<mul src="io()" trait="_CWxScannerBoyLeftArmDamage" />
|
||||
</alpha>
|
||||
|
||||
<x><copy src="sibling(CWxScannerBoyBase)" trait="x" /></x>
|
||||
<y><copy src="sibling(CWxScannerBoyBase)" trait="y" /></y>
|
||||
<width><copy src="sibling(CWxScannerBoyBase)" trait="width" /></width>
|
||||
<height><copy src="sibling(CWxScannerBoyBase)" trait="height" /></height>
|
||||
|
||||
<filename> cyberware\hud\scan\ScannerBoy_leftarm.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyRightArm">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red> 230 </red>
|
||||
<green> 0 </green>
|
||||
<blue> 0 </blue>
|
||||
<alpha>
|
||||
<copy> 230 </copy>
|
||||
<mul src="io()" trait="_CWxScannerBoyRightArmDamage" />
|
||||
</alpha>
|
||||
|
||||
<x><copy src="sibling(CWxScannerBoyBase)" trait="x" /></x>
|
||||
<y><copy src="sibling(CWxScannerBoyBase)" trait="y" /></y>
|
||||
<width><copy src="sibling(CWxScannerBoyBase)" trait="width" /></width>
|
||||
<height><copy src="sibling(CWxScannerBoyBase)" trait="height" /></height>
|
||||
|
||||
<filename> cyberware\hud\scan\ScannerBoy_rightarm.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyLeftLeg">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red> 230 </red>
|
||||
<green> 0 </green>
|
||||
<blue> 0 </blue>
|
||||
<alpha>
|
||||
<copy> 230 </copy>
|
||||
<mul src="io()" trait="_CWxScannerBoyLeftLegDamage" />
|
||||
</alpha>
|
||||
|
||||
<x><copy src="sibling(CWxScannerBoyBase)" trait="x" /></x>
|
||||
<y><copy src="sibling(CWxScannerBoyBase)" trait="y" /></y>
|
||||
<width><copy src="sibling(CWxScannerBoyBase)" trait="width" /></width>
|
||||
<height><copy src="sibling(CWxScannerBoyBase)" trait="height" /></height>
|
||||
|
||||
<filename> cyberware\hud\scan\ScannerBoy_leftleg.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyRightLeg">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red>
|
||||
<copy> 230 </copy>
|
||||
<sub src="io()" trait="_CWxScannerBoyRightLegDamage" />
|
||||
</red>
|
||||
<green> 0 </green>
|
||||
<blue> 0 </blue>
|
||||
<alpha>
|
||||
<copy> 230 </copy>
|
||||
<mul src="io()" trait="_CWxScannerBoyRightLegDamage" />
|
||||
</alpha>
|
||||
|
||||
<x><copy src="sibling(CWxScannerBoyBase)" trait="x" /></x>
|
||||
<y><copy src="sibling(CWxScannerBoyBase)" trait="y" /></y>
|
||||
<width><copy src="sibling(CWxScannerBoyBase)" trait="width" /></width>
|
||||
<height><copy src="sibling(CWxScannerBoyBase)" trait="height" /></height>
|
||||
|
||||
<filename> cyberware\hud\scan\ScannerBoy_rightleg.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyHealthBack">
|
||||
<zoom> 100 </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<alpha> 230 </alpha>
|
||||
|
||||
<x>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="x" />
|
||||
<sub> 8 </sub>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="y" />
|
||||
<add src="sibling(CWxScannerBoyBase)" trait="height" />
|
||||
<add> 7 </add>
|
||||
<add>
|
||||
<copy> 200 </copy>
|
||||
<onlyif src="ActionPoints" trait="visible" />
|
||||
</add>
|
||||
</y>
|
||||
<width> 196 </width>
|
||||
<height> 64 </height>
|
||||
|
||||
<filename> cyberware\hud\scan\healthseperator.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyHealthBar">
|
||||
<zoom> 80 </zoom>
|
||||
<depth> 1 </depth>
|
||||
<tile> &true; </tile>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<alpha> 200 </alpha>
|
||||
|
||||
<x>
|
||||
<copy src="sibling(CWxScannerBoyHealthBack)" trait="x" />
|
||||
<add> 47 </add>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="sibling(CWxScannerBoyHealthBack)" trait="y" />
|
||||
<add> 2 </add>
|
||||
</y>
|
||||
<width>
|
||||
<copy src="sibling(CWxScannerBoyHealthBack)" trait="width" />
|
||||
<sub> 94 </sub>
|
||||
<mul src="io()" trait="_CWxScannerHealth" />
|
||||
</width>
|
||||
<height>
|
||||
<copy src="sibling(CWxScannerBoyHealthBack)" trait="height" />
|
||||
<sub> 6 </sub>
|
||||
</height>
|
||||
|
||||
<filename> Interface\HUD\hud_tick_mark.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="CWxScannerBoyDamageArrow">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 3 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<x>
|
||||
<copy src="sibling(CWxScannerBoyHealthBar)" trait="x" />
|
||||
<add>
|
||||
<copy src="sibling(CWxScannerBoyHealthBar)" trait="width" />
|
||||
<mul src="io()" trait="_CWxScannerDamage" />
|
||||
</add>
|
||||
<sub>
|
||||
<copy src="me()" trait="width" />
|
||||
<div> 2 </div>
|
||||
</sub>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="sibling(CWxScannerBoyHealthBar)" trait="y" />
|
||||
<sub> 25 </sub>
|
||||
</y>
|
||||
<width>
|
||||
50
|
||||
</width>
|
||||
<height>
|
||||
50
|
||||
</height>
|
||||
|
||||
<filename> Interface\HUD\glow_xp_bar_pointer.dds </filename>
|
||||
</image>
|
||||
|
||||
<text name="CWxScannerBoyHPLabel">
|
||||
<font> 3 </font>
|
||||
<depth> 2 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<string>HP:</string>
|
||||
<x>
|
||||
<copy src="sibling(CWxScannerBoyHealthBack)" trait="x" />
|
||||
<add> 18 </add>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="sibling(CWxScannerBoyHealthBack)" trait="y" />
|
||||
<add src="sibling(CWxScannerBoyHealthBack)" trait="height" />
|
||||
<sub> 35 </sub>
|
||||
</y>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerBoyHPValue">
|
||||
<font> 3 </font>
|
||||
<depth> 2 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<string><copy src="io()" trait="_CWxScannerTextHP" /></string>
|
||||
<x>
|
||||
<copy src="sibling(CWxScannerBoyHPLabel)" trait="x" />
|
||||
<add src="sibling(CWxScannerBoyHPLabel)" trait="width" />
|
||||
</x>
|
||||
<y>
|
||||
<copy src="sibling(CWxScannerBoyHPLabel)" trait="y" />
|
||||
</y>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerBoyDTLabel">
|
||||
<font> 3 </font>
|
||||
<depth> 2 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<string>DT:</string>
|
||||
<x>
|
||||
<copy src="sibling(CWxScannerBoyDTValue)" trait="x" />
|
||||
<sub src="me()" trait="width" />
|
||||
<sub> 1 </sub>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="sibling(CWxScannerBoyHPLabel)" trait="y" />
|
||||
</y>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerBoyDTValue">
|
||||
<font> 3 </font>
|
||||
<depth> 2 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="sibling(CWxScannerBoyBase)" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<string><copy src="io()" trait="_CWxScannerTextDT" /></string>
|
||||
<x>
|
||||
<copy src="sibling(CWxScannerBoyHealthBack)" trait="x" />
|
||||
<add src="sibling(CWxScannerBoyHealthBack)" trait="width" />
|
||||
<sub src="me()" trait="width" />
|
||||
<sub> 20 </sub>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="sibling(CWxScannerBoyHPLabel)" trait="y" />
|
||||
</y>
|
||||
</text>
|
||||
|
||||
<_text_pos_x>
|
||||
<copy src="me()" trait="x" />
|
||||
<add> 30 </add>
|
||||
</_text_pos_x>
|
||||
|
||||
<_text_pos_y>
|
||||
<copy src="me()" trait="y" />
|
||||
<add> 30 </add>
|
||||
</_text_pos_y>
|
||||
|
||||
<_line_height> 31 </_line_height>
|
||||
<_indent_width> 20 </_indent_width>
|
||||
|
||||
<image name="Cursor">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 1 </depth>
|
||||
|
||||
<visible>
|
||||
<copy src="io()" trait="_CWxScannerCursorBlink" />
|
||||
<eq> 0 </eq>
|
||||
</visible>
|
||||
|
||||
<alpha> 200 </alpha>
|
||||
|
||||
<x>
|
||||
<copy src="parent()" trait="_text_pos_x" />
|
||||
<add>
|
||||
<copy src="io()" trait="_CWxScannerCursorPos" />
|
||||
<mul> 15 </mul>
|
||||
</add>
|
||||
<add>
|
||||
<copy src="io()" trait="_CWxScannerCursorIndent" />
|
||||
<mul src="parent()" trait="_indent_width" />
|
||||
</add>
|
||||
|
||||
</x>
|
||||
|
||||
<y>
|
||||
<copy src="parent()" trait="_text_pos_y" />
|
||||
<add>
|
||||
<copy src="io()" trait="_CWxScannerCursorLine" />
|
||||
<mul src="parent()" trait="_line_height" />
|
||||
</add>
|
||||
<sub> 4 </sub>
|
||||
</y>
|
||||
|
||||
<width> 11 </width>
|
||||
<height> 22 </height>
|
||||
|
||||
<filename> Interface\Shared\solid.dds </filename>
|
||||
</image>
|
||||
|
||||
<text name="CWxScannerText1">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 0 </_line>
|
||||
|
||||
<_dat_1>S</_dat_1>
|
||||
<_dat_2>SC</_dat_2>
|
||||
<_dat_3>SCA</_dat_3>
|
||||
<_dat_4>SCAN</_dat_4>
|
||||
<_dat_5>SCANN</_dat_5>
|
||||
<_dat_6>SCANNI</_dat_6>
|
||||
<_dat_7>SCANNIN</_dat_7>
|
||||
<_dat_8>SCANNING</_dat_8>
|
||||
<_dat_9>SCANNING.</_dat_9>
|
||||
<_dat_10>SCANNING..</_dat_10>
|
||||
<_dat_11>SCANNING...</_dat_11>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText1Index" /></_index>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerText2">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 2 </_line>
|
||||
|
||||
<_dat_1>T</_dat_1>
|
||||
<_dat_2>TH</_dat_2>
|
||||
<_dat_3>THR</_dat_3>
|
||||
<_dat_4>THRE</_dat_4>
|
||||
<_dat_5>THREA</_dat_5>
|
||||
<_dat_6>THREAT</_dat_6>
|
||||
<_dat_7>THREAT:</_dat_7>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText2Index" /></_index>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerText3">
|
||||
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 3 </_line>
|
||||
<_indent> 2 </_indent>
|
||||
|
||||
<_dat_1>h</_dat_1>
|
||||
<_dat_2>hi</_dat_2>
|
||||
<_dat_3>hig</_dat_3>
|
||||
<_dat_4>high</_dat_4>
|
||||
|
||||
<_dat_5>m</_dat_5>
|
||||
<_dat_6>me</_dat_6>
|
||||
<_dat_7>med</_dat_7>
|
||||
<_dat_8>medi</_dat_8>
|
||||
<_dat_9>mediu</_dat_9>
|
||||
<_dat_10>medium</_dat_10>
|
||||
|
||||
<_dat_11>l</_dat_11>
|
||||
<_dat_12>lo</_dat_12>
|
||||
<_dat_13>low</_dat_13>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText3Index" /></_index>
|
||||
|
||||
</text>
|
||||
|
||||
|
||||
<text name="CWxScannerText4">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 5 </_line>
|
||||
|
||||
<_dat_1>A</_dat_1>
|
||||
<_dat_2>AW</_dat_2>
|
||||
<_dat_3>AWA/</_dat_3>
|
||||
<_dat_4>AWAR</_dat_4>
|
||||
<_dat_5>AWARE</_dat_5>
|
||||
<_dat_6>AWAREN/</_dat_6>
|
||||
<_dat_7>AWARENE</_dat_7>
|
||||
<_dat_8>AWARENES</_dat_8>
|
||||
<_dat_9>AWARENESS</_dat_9>
|
||||
<_dat_10>AWARENESS:</_dat_10>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText4Index" /></_index>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerText5">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 6 </_line>
|
||||
<_indent> 2 </_indent>
|
||||
|
||||
<_dat_1>h</_dat_1>
|
||||
<_dat_2>hi</_dat_2>
|
||||
<_dat_3>hig</_dat_3>
|
||||
<_dat_4>high</_dat_4>
|
||||
|
||||
<_dat_5>m</_dat_5>
|
||||
<_dat_6>me</_dat_6>
|
||||
<_dat_7>med</_dat_7>
|
||||
<_dat_8>medi</_dat_8>
|
||||
<_dat_9>mediu</_dat_9>
|
||||
<_dat_10>medium</_dat_10>
|
||||
|
||||
<_dat_11>l</_dat_11>
|
||||
<_dat_12>lo</_dat_12>
|
||||
<_dat_13>low</_dat_13>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText5Index" /></_index>
|
||||
</text>
|
||||
|
||||
|
||||
<text name="CWxScannerText6">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 8 </_line>
|
||||
|
||||
<_dat_1>C</_dat_1>
|
||||
<_dat_2>CO</_dat_2>
|
||||
<_dat_3>COM</_dat_3>
|
||||
<_dat_4>COMB</_dat_4>
|
||||
<_dat_5>COMBA</_dat_5>
|
||||
<_dat_6>COMBAT</_dat_6>
|
||||
<_dat_7>COMBAT R</_dat_7>
|
||||
<_dat_8>COMBAT RA</_dat_8>
|
||||
<_dat_9>COMBAT RAN</_dat_9>
|
||||
<_dat_10>COMBAT RANG</_dat_10>
|
||||
<_dat_11>COMBAT RANGE</_dat_11>
|
||||
<_dat_12>COMBAT RANGE:</_dat_12>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText6Index" /></_index>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerText7">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 9 </_line>
|
||||
<_indent> 2 </_indent>
|
||||
|
||||
<_dat_1>l</_dat_1>
|
||||
<_dat_2>lo</_dat_2>
|
||||
<_dat_3>lon</_dat_3>
|
||||
<_dat_4>long</_dat_4>
|
||||
|
||||
<_dat_5>m</_dat_5>
|
||||
<_dat_6>me</_dat_6>
|
||||
<_dat_7>med</_dat_7>
|
||||
<_dat_8>medi</_dat_8>
|
||||
<_dat_9>mediu</_dat_9>
|
||||
<_dat_10>medium</_dat_10>
|
||||
|
||||
<_dat_11>s</_dat_11>
|
||||
<_dat_12>sh</_dat_12>
|
||||
<_dat_13>sho</_dat_13>
|
||||
<_dat_14>shor</_dat_14>
|
||||
<_dat_15>short</_dat_15>
|
||||
|
||||
<_dat_16>m</_dat_16>
|
||||
<_dat_17>me</_dat_17>
|
||||
<_dat_18>mel</_dat_18>
|
||||
<_dat_19>mele</_dat_19>
|
||||
<_dat_20>melee</_dat_20>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText7Index" /></_index>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerText8">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 11 </_line>
|
||||
|
||||
<_dat_1>D</_dat_1>
|
||||
<_dat_2>DI</_dat_2>
|
||||
<_dat_3>DIS</_dat_3>
|
||||
<_dat_4>DISP</_dat_4>
|
||||
<_dat_5>DISPO</_dat_5>
|
||||
<_dat_6>DISPOS</_dat_6>
|
||||
<_dat_7>DISPOSI</_dat_7>
|
||||
<_dat_8>DISPOSIT</_dat_8>
|
||||
<_dat_9>DISPOSITI</_dat_9>
|
||||
<_dat_10>DISPOSITIO</_dat_10>
|
||||
<_dat_11>DISPOSITION</_dat_11>
|
||||
<_dat_12>DISPOSITION:</_dat_12>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText8Index" /></_index>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerText9">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 12 </_line>
|
||||
<_indent> 2 </_indent>
|
||||
|
||||
<_dat_1>a</_dat_1>
|
||||
<_dat_2>al</_dat_2>
|
||||
<_dat_3>all</_dat_3>
|
||||
<_dat_4>alli</_dat_4>
|
||||
<_dat_5>allie</_dat_5>
|
||||
<_dat_6>allied</_dat_6>
|
||||
|
||||
<_dat_7>n</_dat_7>
|
||||
<_dat_8>ne</_dat_8>
|
||||
<_dat_9>neu</_dat_9>
|
||||
<_dat_10>neut</_dat_10>
|
||||
<_dat_11>neutr</_dat_11>
|
||||
<_dat_12>neutra</_dat_12>
|
||||
<_dat_13>neutral</_dat_13>
|
||||
|
||||
<_dat_14>h</_dat_14>
|
||||
<_dat_15>ho</_dat_15>
|
||||
<_dat_16>hos</_dat_16>
|
||||
<_dat_17>host</_dat_17>
|
||||
<_dat_18>hosti</_dat_18>
|
||||
<_dat_19>hostil</_dat_19>
|
||||
<_dat_20>hostile</_dat_20>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText9Index" /></_index>
|
||||
</text>
|
||||
|
||||
<text name="CWxScannerText10">
|
||||
<include src="cyberware\floating_text.xml" />
|
||||
|
||||
<_line> 14 </_line>
|
||||
|
||||
<_dat_1>D</_dat_1>
|
||||
<_dat_2>DO</_dat_2>
|
||||
<_dat_3>DON</_dat_3>
|
||||
<_dat_4>DONE</_dat_4>
|
||||
<_dat_5>DONE.</_dat_5>
|
||||
|
||||
<_index><copy src="io()" trait="_CWxScannerText10Index" /></_index>
|
||||
</text>
|
||||
|
||||
</rect>
|
126
mod/Menus/prefabs/cyberware/cw_bionic_eyes.xml
Normal file
126
mod/Menus/prefabs/cyberware/cw_bionic_eyes.xml
Normal file
@ -0,0 +1,126 @@
|
||||
<!-- ######################################################################################## IO Grain -->
|
||||
<_PNxGrainPhase> 0 </_PNxGrainPhase> <!-- 0: Disabled -->
|
||||
<_PNxGrainAmount> 0 </_PNxGrainAmount>
|
||||
<_PNxGrainColorRed> 1.0 </_PNxGrainColorRed>
|
||||
<_PNxGrainColorGreen> 1.0 </_PNxGrainColorGreen>
|
||||
<_PNxGrainColorBlue> 1.0 </_PNxGrainColorBlue>
|
||||
|
||||
<!-- ######################################################################################## Grain -->
|
||||
<rect name="PNxGrainLayer">
|
||||
<visible>
|
||||
<copy src="io()" trait="_PNxGrainPhase" />
|
||||
<gt> 0 </gt>
|
||||
</visible>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>
|
||||
<copy src="screen()" trait="width" />
|
||||
</width>
|
||||
<height><copy src="screen()" trait="height" /></height>
|
||||
|
||||
<alpha>
|
||||
<copy src="io()" trait="_PNxGrainAmount" />
|
||||
<mul>255</mul>
|
||||
</alpha>
|
||||
<red>
|
||||
<copy src="io()" trait="_PNxGrainColorRed" />
|
||||
<mul>255</mul>
|
||||
</red>
|
||||
<green>
|
||||
<copy src="io()" trait="_PNxGrainColorGreen" />
|
||||
<mul>255</mul>
|
||||
</green>
|
||||
<blue>
|
||||
<copy src="io()" trait="_PNxGrainColorBlue" />
|
||||
<mul>255</mul>
|
||||
</blue>
|
||||
|
||||
<!-- Explicit copy for each phase for smoother performance -->
|
||||
<image name="Phase1">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> -11 </depth>
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red><copy src="parent()" trait="red" /></red>
|
||||
<green><copy src="parent()" trait="green" /></green>
|
||||
<blue><copy src="parent()" trait="blue" /></blue>
|
||||
<alpha><copy src="parent()" trait="alpha" /></alpha>
|
||||
|
||||
<width><copy src="parent()" trait="width" /></width>
|
||||
<height><copy src="parent()" trait="height" /></height>
|
||||
|
||||
<visible>
|
||||
<copy src="io()" trait="_PNxGrainPhase" />
|
||||
<eq> 1 </eq>
|
||||
</visible>
|
||||
|
||||
<filename> cyberware\hud\grain\grain1.dds </filename>
|
||||
</image>
|
||||
|
||||
<image name="Phase2">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> -11 </depth>
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red><copy src="parent()" trait="red" /></red>
|
||||
<green><copy src="parent()" trait="green" /></green>
|
||||
<blue><copy src="parent()" trait="blue" /></blue>
|
||||
<alpha><copy src="parent()" trait="alpha" /></alpha>
|
||||
|
||||
<width><copy src="parent()" trait="width" /></width>
|
||||
<height><copy src="parent()" trait="height" /></height>
|
||||
|
||||
<visible>
|
||||
<copy src="io()" trait="_PNxGrainPhase" />
|
||||
<eq> 2 </eq>
|
||||
</visible>
|
||||
|
||||
<filename> cyberware\hud\grain\grain2.dds </filename>
|
||||
|
||||
</image>
|
||||
|
||||
<image name="Phase3">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> -11 </depth>
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red><copy src="parent()" trait="red" /></red>
|
||||
<green><copy src="parent()" trait="green" /></green>
|
||||
<blue><copy src="parent()" trait="blue" /></blue>
|
||||
<alpha><copy src="parent()" trait="alpha" /></alpha>
|
||||
|
||||
<width><copy src="parent()" trait="width" /></width>
|
||||
<height><copy src="parent()" trait="height" /></height>
|
||||
|
||||
<visible>
|
||||
<copy src="io()" trait="_PNxGrainPhase" />
|
||||
<eq> 3 </eq>
|
||||
</visible>
|
||||
|
||||
<filename> cyberware\hud\grain\grain3.dds </filename>
|
||||
|
||||
</image>
|
||||
|
||||
<image name="Phase4">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> -11 </depth>
|
||||
<systemcolor> &nosystemcolor; </systemcolor>
|
||||
|
||||
<red><copy src="parent()" trait="red" /></red>
|
||||
<green><copy src="parent()" trait="green" /></green>
|
||||
<blue><copy src="parent()" trait="blue" /></blue>
|
||||
<alpha><copy src="parent()" trait="alpha" /></alpha>
|
||||
|
||||
<width><copy src="parent()" trait="width" /></width>
|
||||
<height><copy src="parent()" trait="height" /></height>
|
||||
|
||||
<visible>
|
||||
<copy src="io()" trait="_PNxGrainPhase" />
|
||||
<eq> 4 </eq>
|
||||
</visible>
|
||||
|
||||
<filename> cyberware\hud\grain\grain4.dds </filename>
|
||||
|
||||
</image>
|
||||
|
||||
</rect>
|
1762
mod/Menus/prefabs/cyberware/cw_implants.xml
Normal file
1762
mod/Menus/prefabs/cyberware/cw_implants.xml
Normal file
File diff suppressed because it is too large
Load Diff
64
mod/Menus/prefabs/cyberware/cw_stealth.xml
Normal file
64
mod/Menus/prefabs/cyberware/cw_stealth.xml
Normal file
@ -0,0 +1,64 @@
|
||||
<!-- ######################################################################################## IO Stealth Field Meter-->
|
||||
<_CWxSFMeterEnabled> 0 </_CWxSFMeterEnabled>
|
||||
<_CWxSFMeterAmount> 0 </_CWxSFMeterAmount>
|
||||
|
||||
<!-- ######################################################################################## Stealth Field Meter -->
|
||||
<rect name="CWxSFMeter">
|
||||
<visible>
|
||||
<copy src="io()" trait="_CWxSFMeterEnabled" />
|
||||
<and src="ActionPoints" trait="visible" />
|
||||
</visible>
|
||||
|
||||
<x>
|
||||
<copy src="screen()" trait="width" />
|
||||
<!--mul> 0.74 </mul-->
|
||||
<mul> 0.5 </mul>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="screen()" trait="height" />
|
||||
<!--mul> 0.94 </mul-->
|
||||
<mul> 0.1 </mul>
|
||||
</y>
|
||||
<width> 64 </width>
|
||||
<height> 64 </height>
|
||||
|
||||
<image name="CWxSFMeterImage">
|
||||
<zoom> &scale; </zoom>
|
||||
<depth> 0 </depth>
|
||||
|
||||
<x>
|
||||
<copy src="parent()" trait="x" />
|
||||
<sub>
|
||||
<copy src="me()" trait="width" />
|
||||
<div> 2 </div>
|
||||
</sub>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="parent()" trait="y" />
|
||||
<sub>
|
||||
<copy src="me()" trait="height" />
|
||||
<div> 2 </div>
|
||||
</sub>
|
||||
</y>
|
||||
|
||||
<width> <copy src="parent()" trait="width" /> </width>
|
||||
<height> <copy src="parent()" trait="height" /> </height>
|
||||
|
||||
<alpha> 210 </alpha>
|
||||
|
||||
<filename>
|
||||
<copy src="io()" trait="_CWxSFMeterAmount" />
|
||||
<copy src="me()" trait="_filename_" />
|
||||
</filename>
|
||||
<_filename_0> cyberware\hud\sf\stealthmeter0.dds </_filename_0>
|
||||
<_filename_1> cyberware\hud\sf\stealthmeter1.dds </_filename_1>
|
||||
<_filename_2> cyberware\hud\sf\stealthmeter2.dds </_filename_2>
|
||||
<_filename_3> cyberware\hud\sf\stealthmeter3.dds </_filename_3>
|
||||
<_filename_4> cyberware\hud\sf\stealthmeter4.dds </_filename_4>
|
||||
<_filename_5> cyberware\hud\sf\stealthmeter5.dds </_filename_5>
|
||||
<_filename_6> cyberware\hud\sf\stealthmeter6.dds </_filename_6>
|
||||
<_filename_7> cyberware\hud\sf\stealthmeter7.dds </_filename_7>
|
||||
<_filename_8> cyberware\hud\sf\stealthmeter8.dds </_filename_8>
|
||||
</image>
|
||||
|
||||
</rect>
|
33
mod/Menus/prefabs/cyberware/floating_text.xml
Normal file
33
mod/Menus/prefabs/cyberware/floating_text.xml
Normal file
@ -0,0 +1,33 @@
|
||||
<font> 3 </font>
|
||||
<justify> &left; </justify>
|
||||
|
||||
<visible>
|
||||
<copy src="me()" trait="_index" />
|
||||
<ne> 0 </ne>
|
||||
</visible>
|
||||
|
||||
<x>
|
||||
<copy src="parent()" trait="_text_pos_x" />
|
||||
<add src="me()" trait="_offset_x" />
|
||||
<add>
|
||||
<copy src="parent()" trait="_indent_width" />
|
||||
<mul src="me()" trait="_indent" />
|
||||
</add>
|
||||
</x>
|
||||
<y>
|
||||
<copy src="parent()" trait="_text_pos_y" />
|
||||
<add src="me()" trait="_offset_y" />
|
||||
<add>
|
||||
<copy src="parent()" trait="_line_height" />
|
||||
<mul src="me()" trait="_line" />
|
||||
</add>
|
||||
</y>
|
||||
|
||||
<_data>
|
||||
<copy src="me()" trait="_index" />
|
||||
<copy src="me()" trait="_dat_" />
|
||||
</_data>
|
||||
|
||||
<string>
|
||||
<copy src="me()" trait="_data" />
|
||||
</string>
|
1
mod/Menus/prefabs/pnx/pnximplants.xml
Normal file
1
mod/Menus/prefabs/pnx/pnximplants.xml
Normal file
@ -0,0 +1 @@
|
||||
<_PNxImplants> 0 </_PNxImplants>
|
BIN
mod/Meshes/cyberware/Effects/fxpulseexplosion01.nif
(Stored with Git LFS)
Normal file
BIN
mod/Meshes/cyberware/Effects/fxpulseexplosion01.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Meshes/cyberware/Projectiles/mezprojectile01.nif
(Stored with Git LFS)
Normal file
BIN
mod/Meshes/cyberware/Projectiles/mezprojectile01.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Meshes/cyberware/Projectiles/mezprojectile01red.nif
(Stored with Git LFS)
Normal file
BIN
mod/Meshes/cyberware/Projectiles/mezprojectile01red.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Meshes/cyberware/implantbox.nif
(Stored with Git LFS)
Normal file
BIN
mod/Meshes/cyberware/implantbox.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Meshes/cyberware/implantboxblue.nif
(Stored with Git LFS)
Normal file
BIN
mod/Meshes/cyberware/implantboxblue.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Meshes/cyberware/surgerymanual.nif
(Stored with Git LFS)
Normal file
BIN
mod/Meshes/cyberware/surgerymanual.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/MaleUniqueArcade/CWxSurgeon_CWxSurgeryTopic_0000A76E_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/MaleUniqueArcade/CWxSurgeon_CWxSurgeryTopic_0000A76E_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/MaleUniqueArcade/CWxSurgeon_CWxSurgeryTopic_0000A76E_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/MaleUniqueArcade/CWxSurgeon_CWxSurgeryTopic_0000A76E_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult06/CWxSurgeon_CWxSurgeryTopic_00003EFC_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult06/CWxSurgeon_CWxSurgeryTopic_00003EFC_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult06/CWxSurgeon_CWxSurgeryTopic_00003EFC_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult06/CWxSurgeon_CWxSurgeryTopic_00003EFC_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_00000AE0_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_00000AE0_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_00000AE0_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_00000AE0_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_000072D8_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_000072D8_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_000072D8_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/CWxSurgeon_CWxSurgeryTopic_000072D8_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15D_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15D_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15D_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15D_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15E_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15E_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15E_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15E_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15F_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15F_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15F_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A15F_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A160_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A160_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A160_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A160_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A161_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A161_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A161_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A161_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A162_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A162_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A162_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A162_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A163_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A163_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A163_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A163_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A164_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A164_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A164_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A164_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A165_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A165_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A165_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A165_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A166_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A166_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A166_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/femaleadult11/vDialogueM_vDialogueMedica_0000A166_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/maleadult03/CWxSurgeon_CWxSurgeryTopic_00003EFE_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/maleadult03/CWxSurgeon_CWxSurgeryTopic_00003EFE_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/maleadult03/CWxSurgeon_CWxSurgeryTopic_00003EFE_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/maleadult03/CWxSurgeon_CWxSurgeryTopic_00003EFE_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/maleold02/CWxSurgeon_CWxSurgeryTopic_0000A750_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/maleold02/CWxSurgeon_CWxSurgeryTopic_0000A750_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/maleold02/CWxSurgeon_CWxSurgeryTopic_0000A750_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/maleold02/CWxSurgeon_CWxSurgeryTopic_0000A750_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/maleuniquedocmitchell/CWxSurgeon_CWxSurgeryTopic_00003EF4_1.lip
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/maleuniquedocmitchell/CWxSurgeon_CWxSurgeryTopic_00003EF4_1.lip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Sound/voice/Cyberware.esm/maleuniquedocmitchell/CWxSurgeon_CWxSurgeryTopic_00003EF4_1.ogg
(Stored with Git LFS)
Normal file
BIN
mod/Sound/voice/Cyberware.esm/maleuniquedocmitchell/CWxSurgeon_CWxSurgeryTopic_00003EF4_1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_head.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_head.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_head2.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_head2.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_leftarm.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_leftarm.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_leftarm2.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_leftarm2.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_leftleg.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_leftleg.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_leftleg2.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_leftleg2.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_rightarm.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_rightarm.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_rightarm2.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_rightarm2.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_rightleg.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_rightleg.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_rightleg2.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_rightleg2.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_torso.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_torso.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/arrow_torso2.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/arrow_torso2.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/background.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/background.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/cyboy.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/cyboy.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/cyboy_base.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/cyboy_base.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/cyboy_lines.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/cyboy_lines.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/implant_add.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/implant_add.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/leftslot.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/leftslot.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/nevada.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/nevada.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/rightslot.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/rightslot.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/select_head.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/select_head.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/select_leftarm.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/select_leftarm.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/select_leftleg.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/select_leftleg.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/select_rightarm.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/select_rightarm.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/select_rightleg.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/select_rightleg.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/cy/select_torso.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/cy/select_torso.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/grain/grain1.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/grain/grain1.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/grain/grain2.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/grain/grain2.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/grain/grain3.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/grain/grain3.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/grain/grain4.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/grain/grain4.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_arm.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_arm.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_armor.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_armor.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_bugs.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_bugs.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_crouch.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_crouch.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_default.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_default.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_emp.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_emp.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_eye.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_eye.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_foodhp.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_foodhp.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_heart.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_heart.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_leg.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_leg.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_lung.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_lung.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_microwave.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_microwave.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_nail.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_nail.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_norads.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_norads.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_phoenix.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_phoenix.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_scanner.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_scanner.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_skill.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_skill.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_stat.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_stat.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
mod/Textures/cyberware/hud/panel/implant_left_stealth.dds
(Stored with Git LFS)
Normal file
BIN
mod/Textures/cyberware/hud/panel/implant_left_stealth.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user