X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fentities.def;h=930dd39adc870e3698db2566d7f404fd182edaa4;hb=5022a74639e2f75825a134068497d6c6a1cf334e;hp=76d511e36fe86f1210d9a3c452aff6bb8abd25de;hpb=69e0d3a9f3e567d260760a72e2cbfe3d65ce8fba;p=xonotic%2Fxonotic-maps.pk3dir.git diff --git a/scripts/entities.def b/scripts/entities.def index 76d511e3..930dd39a 100644 --- a/scripts/entities.def +++ b/scripts/entities.def @@ -1019,6 +1019,7 @@ dmg: amount of damage to deal (default: 1000) message: kill message when someone gets killed by this (default: "was in the wrong place") message2: kill message when someone gets pushed into this (default: "was thrown into a world of hurt by"). The # character is replaced by the attacker name if present (and it instead does not get appended to the end) team: team that gets hurt (5 = red, 14 = blue, etc) (when set, only this team can get hurt) +targetname: if triggered using this target name, the activator will be the one who gets the frag awarded for hurting someone using this trigger (hint: The Frag Pipe) -------- SPAWNFLAGS -------- INVERT_TEAM: the team that owns this will NOT jump when touching this */ @@ -1552,6 +1553,19 @@ FLOATING: the item will float in air, instead of aligning to the floor by fallin modeldisabled="models/weapons/g_hlac.md3" */ +/*QUAKED weapon_minelayer (1 0 .5) (-30 -30 0) (30 30 32) FLOATING +the Mine Layer. +-------- KEYS -------- +ammo_rockets: initial rockets of the weapon (if unset, g_pickup_rockets is used) +respawntime: time till it respawns (default: 30) +team: out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot. +cnt: weight of this item for random selection using "team". Set to a lower value for items you want to see less likely. +-------- SPAWNFLAGS -------- +FLOATING: the item will float in air, instead of aligning to the floor by falling +-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- +modeldisabled="models/weapons/g_minelayer.md3" +*/ + /*QUAKED weapon_seeker (1 0 .5) (-30 -30 0) (30 30 32) FLOATING Placing this entity on a map kills your dog, voids the warranty on your car, and makes your map an unenjoyable noobs' paradise. the T.A.G. Seeker.