傭兵盟友
人形
monster no drops or experience [1]
Mercenary Companion
SpectreY
Tagshuman, humanoid, medium_movement, red_blood, Unarmed_onhit_audio
生命
150%
抗性
0 0 0 0
傷害
100%
命中
100%
暴擊 Chance
5%
Attack Distance
6 ~ 6
攻擊時間
1 Second
Damage Spread
±20%
經驗值
100%
Model Size
100%
Type
SummonedMercenaryCompanion
Metadata
SummonedMercenaryCompanion
IsSummoned
Y

Object Type

version 2
extends "Metadata/Monsters/Companions/CompanionBase"

PlayerClass
{
	class = "StrFourb"
}

StateMachine
{
	define_shared_state = "invisible"
}

Functions
{
	LockPlacement =
	"
		FaceCamera();
		LockOrientation();
		SetImmobile( true );
	"

	Unlock =
	"
		UnlockOrientation();
		SetImmobile( false );
	"
}

Stats
{
	burst_shot_maximum_action_distance_+ = -50
}

Object Type Codes

version 2
extends "Metadata/Monsters/Companions/CompanionBase"

StateMachine
{
	on_or_create_state_invisible_1 = "DisableRendering();"
	on_or_create_state_invisible_0 = "EnableRendering();"
}

Functions
{
	UpdateLocation = "ForceLocation();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SummonedMercenaryCompanion"] = {
    name = "Mercenary Companion",
    life = 1.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
    },
    modList = {
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.