forked from Simnation/Main
18 lines
835 B
XML
18 lines
835 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CBaseArchetypeDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<flags value="0" />
|
|
<loadedShaderGroup value="0" />
|
|
<!-- Nutzt Standard-GTA-Texturen -->
|
|
<textureDictionaries />
|
|
<!-- Props umgekehrt zugewiesen: -->
|
|
<drawableDictionaries>
|
|
<Item>prop_bong_01</Item> <!-- Wird als Hookah-Ständer verwendet -->
|
|
<Item>prop_x17_res_01</Item> <!-- Enthält v_corp_lngestoolfd (als Bong genutzt) -->
|
|
</drawableDictionaries>
|
|
<!-- Hitbox angepasst für bessere Platzierung -->
|
|
<bbMin x="-0.8" y="-0.8" z="-0.2" /> <!-- Breitere Basis für den Ständer -->
|
|
<bbMax x="0.8" y="0.8" z="1.5" /> <!-- Höhere Reichweite für Animationen -->
|
|
<!-- Pivotpunkt zentriert -->
|
|
<pivot x="0" y="0" z="0" />
|
|
<pivotRotation x="0" y="0" z="0" />
|
|
</CBaseArchetypeDef>
|