
V's friends 2.0 - Iconic Weapon for each Lifepath
Add 2 unique iconic(total 6) to V from start according to each lifepath
查看大图
[center][size=6][b]V's Friends 2.0 — Iconic Weapons for Each Lifepath[/b][/size][/center]
Have you ever felt that the lifepaths lacked their own distinct flavor in combat?
This mod adds six unique Iconic weapons, with two weapons designed for each of V's lifepaths. In a new game, you will receive the two weapons associated with your chosen lifepath. Weapons belonging to the other lifepaths can be purchased from Herold, the Black Market vendor in Dogtown.
[size=5][b]NOMAD[/b][/size]
[size=4][b]Dust Draw[/b][/size]
A heavily modified Nova that V brought to Night City. It converts all damage into Thermal damage, and critical hits are guaranteed to inflict Burn.
[size=4][b]Last Campfire[/b][/size]
A Tactician given to V during the final campfire with the Bakkers. Carrying the warmth of those memories, it is guaranteed to deal critical hits against burning enemies.
[size=5][b]CORPO[/b][/size]
[size=4][b]Kagekiri[/b][/size]
A Kenshin embodying the cold and ruthless methods of Arasaka. To survive as a corporate agent, all you need is decisive judgment and one perfectly placed shot.
[size=4][b]Kageonna[/b][/size]
An Ashura modified to hunt targets from the shadows. Its projectile velocity is doubled, allowing its deadly rounds to strike before the target can react.
[size=5][b]STREETKID[/b][/size]
[size=4][b]La Mordida[/b][/size]
There are no rules or mercy in a street fight. This blade knows better than anyone what it takes to survive in the back alleys of Night City.
[size=4][b]Barrio Ledger[/b][/size]
A Saratoga that keeps a meticulous record of every debt owed and every drop of blood spilled on the streets. Attacking a bleeding enemy restores V's health.
[size=5][b]HOW TO OBTAIN THE WEAPONS[/b][/size]
In a new game, the two Iconic weapons associated with your chosen lifepath will be granted automatically when you arrive at the designated starting location.
Weapons belonging to the other lifepaths can be purchased from Herold, the Black Market vendor in Dogtown.
If you want to test the weapons or add them to an existing save manually, enter the following commands into the Cyber Engine Tweaks console.
[size=4][b]Dust Draw[/b][/size]
[code]
Game.AddToInventory("Items.Preset_Nova_Dust", 1)[/code]
[size=4][b]Last Campfire[/b][/size]
[code]
Game.AddToInventory("Items.Preset_Tactician_Campfire", 1)[/code]
[size=4][b]Kagekiri[/b][/size]
[code]
Game.AddToInventory("Items.Preset_Kenshin_Kagekiri", 1)[/code]
[size=4][b]Kageonna[/b][/size]
[code]
Game.AddToInventory("Items.Preset_Ashura_Kageonna", 1)[/code]
[size=4][b]La Mordida[/b][/size]
[code]
Game.AddToInventory("Items.Preset_Fanged_Axe_LaMordida", 1)[/code]
[size=4][b]Barrio Ledger[/b][/size]
[code]
Game.AddToInventory("Items.Preset_Saratoga_BarrioLedger", 1)[/code]
[size=4][b]Add All Six Weapons[/b][/size]
[code]
Game.AddToInventory("Items.Preset_Nova_Dust", 1)
Game.AddToInventory("Items.Preset_Tactician_Campfire", 1)
Game.AddToInventory("Items.Preset_Kenshin_Kagekiri", 1)
Game.AddToInventory("Items.Preset_Ashura_Kageonna", 1)
Game.AddToInventory("Items.Preset_Fanged_Axe_LaMordida", 1)
Game.AddToInventory("Items.Preset_Saratoga_BarrioLedger", 1)[/code]
正在加载版本记录…
正在加载评论…
评论在新手盒子客户端中发表,这里同步展示。