Starbound

Starbound

Project 45 (BETA)
正在显示第 1 - 10 项,共 47 项条目
< 1  2  3  4  5 >
更新于:8 月 23 日 上午 2:44

v1.8.7b Hotfix

  • The damage types of bladed arrows, regular arrows and Kuva Bramma arrows (and the bomblets) are changed to 'bow', allowing them to be used for hunting. The damage type of explosive arrows remain unchanged.
  • Fixed bug where The Protector is uncraftable.
  • Modified the buildscript to give The Protector a 100% stat bonus

更新于:2 月 1 日 上午 7:48

v1.8.6b Hotfix

  • Changed how properties of wildcard stat mods are preserved on application. Applying wildcards now add the
    augment
    config to the weapon instance's parameters. (Somehow, despite preserving the seed, wildcards regenerate different stats on the weapon's disassembly. Need to look into this further.)
  • Decreased chance of stat mods dropping from 100% to 30% in T3 environments and under.

更新于:1 月 10 日 上午 12:43

v1.8.5b Hotfix

  • Fix jam amount set to random values on unjam

更新于:1 月 8 日 上午 1:56

v1.8.4b Hotfix

  • Re-weighted gacha XSSR drop ratios between guns, mods and stats to be 49:50:1 respectively
  • Decreased the odds for T7+ Project 45 stat mod drops (God Mod, Admin Mod) from 10% to 1%.
  • Decreased the odds for general Project 45 drops to give guns from 33% to 25%
  • Decreased the odds for general Project 45 drops to give mods from 33% to 25%
  • Increased the odds for general Project 45 drops to give stats from 33% to 50%
  • Decreased drop chance of Portable G.D.Ks from 5% to 3%.
  • Added Portable G.D.K.s to the drop pool of enemy NPCs.

更新于:2024 年 12 月 31 日 下午 11:21

v1.8.3b Hotfix

  • Fixed script crash caused by variable miscall.
  • Added support for "magic" ammo archetypes.

更新于:2024 年 12 月 31 日 下午 10:01

v1.8.2b Hotfix

  • Added stat formatting entry for spread in project45_generalstat.config
  • Fixed ammo mods wrongly affecting spread; adjusted ammo mods to accommodate the change
  • Fixed rebaseMults not stacking properly in stat mod application script

更新于:2024 年 12 月 31 日 下午 7:26

v1.8.1b Hotfix

  • Added the Boltgun to the list of craftable unique weapons.
  • Reduced the general drop chance of Portable G.D.K's from 25% to 5%.

更新于:2024 年 12 月 31 日 上午 8:18

v1.8.0b

User Side

New Features

  • Added stat mods to monster and treasure drop tables.
    • Added The Admin Mod to the possible XSSR stat mod drops. (10% chance)
    • Added stack limit of 1 to The Admin Mod.
  • Added the Gunsmith Addon, a craftable replicator addon that allows you to craft rare Project 45 items.
  • Added the Bayonet, a weapon ability that deals world-level-scaling damage over two strikes:
    totalDamage = worldLevel * powerMultiplier^2
  • Added the Underbarrel Chainsaw, a more powerful "Bayonet" that also inflicts Bleeding.
  • Added the Bladed Arrows mod, which inflicts the Bleeding status effect.
    • Bleeding deals 0.5% max HP as true damage every . This status effect stacks on reapplication.
  • Added the Homing Blades ammo mod for the Sawblader.
  • Added the Splitblades ammo mod for the Sawblader, which fires a blade that splits into three a short time after being launched.
  • Added the Gravipulls ammo mod, a weaker version of the Gravibombs ammo mod.
  • Added the Boltgun from Warhammer 40K.

Fixes

  • Improved visuals when weapon switches stances.
  • Fixed wildcard stat mods not showing which stats they can potentially give before being given a seed.
  • Fixed Scarlet Flash slashes appearing on allies.
  • Fixed weapon cursor UI not disappearing when switching to the Supply Transponder.
  • Fixed some Powerstave ammo mods having inappropriate muzzle flashes.
  • Fixed bug preventing the MLG Scope damage buff from applying
  • Fixed bug related to fullbright gun mod sprites.
  • Fixed bug allowing Phase Shifted players to deal damage.
  • Fixed script crash in project45status effect.
  • Fixed bug that prevented click sounds to trigger when attempting to fire a vanilla alt ability.
  • Fixed bug that prevented Fleetly Fading's passive from working.

Balance Changes

  • Reduced Neo-Compound Bow's reload cost from 50 to 10
  • Added more sources of Project 45 Item Spawns:
    • capsules now have a 50% chance to spawn project 45 items of rarity based on world level
    • ancient pots now have a 50% chance to spawn project 45 items of rarity based on world level
  • Portable G.D.K.s now drop occasionally.
  • Incrased the base damage multiplier of the Gravibombs ammo mod from 1x to 1.1x
  • The projectiles from the Flechette Shells mod now inflict Bleeding.
    • Decreased projectile count from 5 to 4.
    • Added a 0.8x base damage modifier.

General Changes

Dev Side

New Features

  • Implemented hitscan and beam tile damage.
  • Added an object that will allow you to craft Project 45 items from recipes with the 'project45craftable' tag
  • Added support for 'project45craftable'-tagged recipes
  • Added element images for Project 45 Dark and Holy elements
  • optimized tooltip formatter function of buildproject45mod.lua
  • Add partial support for randomized weapons by adding a 'vanillaOffset' field, which overrides the 'baseOffset' field; useful for positioning the "middle" animated parts of (vanilla) guns.
  • Added support for multiple final damage modifiers.

Changes

  • Changed how the '/project45-test' macro works; it now spawns a developer test kit reward bag containing a combat rifle, ammo stocks, an admin mod, a max level mod and enemy flares.
  • Changed how passives are implemented; they must now inherit the 'Project45Passive' class.
  • Changed how damage per shot is calculated, enabling support for applying final damage modifiers in an organized manner.

Fixes

  • Refactored code; please consult the commits for details on the refactors.

更新于:2024 年 8 月 27 日 上午 9:09

v1.7.2b

User Side

New Features

  • Add damage scaling option to Project 45 configuration menu (requires Quickbar Mini)
Fixes

  • Fixed script error when trying to render error messages
  • Fixed reload keybind not working post-hotfix
Balance Changes

  • Added R-rarity stat mods in common treasure and monster drops (0.64 weight)
General Changes

Dev Side

New Features

  • Added files for making quick hotfix changelogs
  • Add 'damageScaling' field to project45_general.config

更新于:2024 年 8 月 25 日 下午 11:28

v1.7.1b Hotfix

  • Fixed script error in games when StarExtensions is not installed.