File tree Expand file tree Collapse file tree
src/main/resources/Server/NPC/Roles/Boss Expand file tree Collapse file tree Original file line number Diff line number Diff line change 114114 },
115115 {
116116 "Sensor" : {
117- "Type" : " Damage" ,
118- "Combat" : true ,
119- "TargetSlot" : " Target_Combat_First_Attacker"
117+ "Type" : " And" ,
118+ "Sensors" : [
119+ {
120+ "Type" : " Damage" ,
121+ "Combat" : true ,
122+ "TargetSlot" : " Target_Combat_First_Attacker"
123+ },
124+ {
125+ "Type" : " Target" ,
126+ "TargetSlot" : " Target_Combat_First_Attacker" ,
127+ "Range" : 1000
128+ }
129+ ]
120130 },
121131 "Actions" : [
122132 { "Type" : " AddToHostileTargetMemory" },
194204 },
195205 {
196206 "Sensor" : {
197- "Type" : " Damage" ,
198- "Combat" : true ,
199- "TargetSlot" : " Target_Combat_First_Attacker"
207+ "Type" : " And" ,
208+ "Sensors" : [
209+ {
210+ "Type" : " Damage" ,
211+ "Combat" : true ,
212+ "TargetSlot" : " Target_Combat_First_Attacker"
213+ },
214+ {
215+ "Type" : " Target" ,
216+ "TargetSlot" : " Target_Combat_First_Attacker" ,
217+ "Range" : 1000
218+ }
219+ ]
200220 },
201221 "Actions" : [
202222 { "Type" : " AddToHostileTargetMemory" },
395415 "TargetSlot" : " Target_Stalk" ,
396416 "Range" : 1000
397417 },
398- {
399- "Type" : " ReadPosition" ,
400- "Slot" : " Target_Stalk_Last_Seen" ,
401- "Range" : 1000
402- },
403418 { "Type" : " StormSerpentReadLeashPosition" }
404419 ]
405420 },
441456 "TargetSlot" : " Target_Stalk" ,
442457 "Range" : 1000
443458 },
444- {
445- "Type" : " ReadPosition" ,
446- "Slot" : " Target_Stalk_Last_Seen" ,
447- "Range" : 1000
448- },
449459 { "Type" : " StormSerpentReadLeashPosition" }
450460 ]
451461 },
You can’t perform that action at this time.
0 commit comments