It would be great if we could check which prim was damaged through
llDetectedLinkNumber
, since it's possible to target an individual prim either via direct damage via
llDamage
or collision damage via `llSetDamage.
The usecases are for component level damage or adjustments.
For example the pillars of a building I am working on are damageable to bring down the building. But currently I need to separate them out into their own individual objects.
Another usecase is a tank with different armor thicknesses of the front, sides and back. Or creating weaknesses in vehicles that can be targetted such as an external fuel tank.
Since a vehicle is a linkset it would not be possible to separate out such components into their own objects or it would be pretty laggy / not a good idea use the workaround as the building.
Usecase could also be an objective or game goal, such as an enemy or boss with an exposed weakness, or a power source linked to a force field, with an exposed part that could be shot to shut down the power source and thus the force field, or weapons/legs/tracks that could be damaged and disabled.
Proposal:
llDetectedLinkNumber
in
on_damage
and
final_damage
return the link number of the prim that was damaged.