About: EffectCharmed   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

function EffectCharmed () Create a Charm effect * Return type: effect * Include file: nwscriptdefn

AttributesValues
rdfs:label
  • EffectCharmed
rdfs:comment
  • function EffectCharmed () Create a Charm effect * Return type: effect * Include file: nwscriptdefn
  • Note that this effect must be created by the faction you want the target to be neutral with. One of the faction members must be assigned the task of effect creation, otherwise the faction interrelationships may become messed up if a member of another faction (for example, STANDARD_FACTION_DEFENDER) generates the effect, especially with regard to the player party:
dcterms:subject
dbkwik:nwn2/proper...iPageUsesTemplate
abstract
  • Note that this effect must be created by the faction you want the target to be neutral with. One of the faction members must be assigned the task of effect creation, otherwise the faction interrelationships may become messed up if a member of another faction (for example, STANDARD_FACTION_DEFENDER) generates the effect, especially with regard to the player party: <p> effect DoCharm(object oTarget) { </p> <p> effect eCharm = EffectCharmed(); </p> <p> eCharm = GetScaledEffect( eCharm, oTarget ); </p> <p> eCharm = SetEffectSpellId(eCharm, SPELL_WHATEVER); </p> <p> return eCharm; } </p> <p> void main() { </p>
  • function EffectCharmed () Create a Charm effect * Return type: effect * Include file: nwscriptdefn
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software