Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ partial class Parts
Patterns = new[] { // If enabled, set of multiple ammos to fire in order instead of the main ammo.
"Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake", "Nyx Beam Fake",
},
Mode = Never, // Select when to activate this pattern, options: Never, Weapon, Fragment, Both
Mode = Weapon, // Select when to activate this pattern, options: Never, Weapon, Fragment, Both
TriggerChance = 1f, // This is %
Random = false, // This randomizes the number spawned at once, NOT the list order.
RandomMin = 1,
Expand Down